OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 43 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025