HomeSort by: relevance | last modified time | path
    Searched defs:wordindex (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/error/
pi.c 329 int wordindex; local in function:pi
337 for (wordindex = undefined ? 5 : 6;
338 wordindex <= cur_wordc;
339 wordindex++) {
346 nwordv[1] = cur_wordv[wordindex];
347 if (wordindex != cur_wordc)
subr.c 314 int wordindex; local in function:wordvbuild
325 for (cp=string, wordindex=0; wordcount > 0; wordindex++, --wordcount) {
330 wordv[wordindex] = cp;
337 wordv[wordindex] = NULL;
339 for (wordcount = 0; wordcount < wordindex; wordcount++)
343 *r_wordc = wordindex;

Completed in 13 milliseconds