Searched defs:Words (Results 1 - 1 of 1) sorted by relevance

/external/clearsilver/util/
H A Dneo_rand.c71 static ULIST *Words = NULL; variable
79 if (Words == NULL)
84 err = uListInit(&Words, 40000, 0);
103 uListAppend(Words, strdup(buf));
107 x = neo_rand (uListLength(Words));
108 uListGet(Words, x, (void *)&word);

Completed in 145 milliseconds