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

  /src/usr.bin/error/
subr.c 368 int nwordc = emptyhead + wordc; local in function:wordvsplice
371 nwordv = Calloc(nwordc, sizeof (char *));
374 for (i = emptyhead; i < nwordc; i++)
subr.c 368 int nwordc = emptyhead + wordc; local in function:wordvsplice
371 nwordv = Calloc(nwordc, sizeof (char *));
374 for (i = emptyhead; i < nwordc; i++)

Completed in 22 milliseconds