Searched refs:olst (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c153 char **lst, **olst; local
156 olst = *lstp;
157 for (i = 0; olst[i] != NULL; i++)
159 lst = xrealloc(olst, (i + 2) * sizeof (char *));

Completed in 139 milliseconds