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

  /src/usr.bin/error/
subr.c 293 wordvprint(FILE *fyle, int wordc, char **wordv)
298 if (wordv[i] != NULL) {
299 fprintf(fyle, "%s%s",sep,wordv[i]);
306 * a wordc wordv combination pointing into it.
312 char **wordv; local in function:wordvbuild
324 wordv = Calloc(wordcount + 1, sizeof (char *));
330 wordv[wordindex] = cp;
337 wordv[wordindex] = NULL;
340 printf("Word %d = \"%s\"\n", wordcount, wordv[wordcount]);
344 *r_wordv = wordv;
    [all...]
subr.c 293 wordvprint(FILE *fyle, int wordc, char **wordv)
298 if (wordv[i] != NULL) {
299 fprintf(fyle, "%s%s",sep,wordv[i]);
306 * a wordc wordv combination pointing into it.
312 char **wordv; local in function:wordvbuild
324 wordv = Calloc(wordcount + 1, sizeof (char *));
330 wordv[wordindex] = cp;
337 wordv[wordindex] = NULL;
340 printf("Word %d = \"%s\"\n", wordcount, wordv[wordcount]);
344 *r_wordv = wordv;
    [all...]

Completed in 21 milliseconds