/src/usr.bin/error/ |
main.c | 80 const char *suffixlist = ".*"; /* initially, can touch any file */ variable in typeref:typename:const char * 126 suffixlist = optarg; 150 suffixlist = NULL; 278 "[-p filelevel] [-t suffixlist] [name]\n", getprogname());
|
main.c | 80 const char *suffixlist = ".*"; /* initially, can touch any file */ variable in typeref:typename:const char * 126 suffixlist = optarg; 150 suffixlist = NULL; 278 "[-p filelevel] [-t suffixlist] [name]\n", getprogname());
|
/src/usr.bin/man/ |
man.c | 98 TAG *suffixlist; /* _suffix: for files that can be cat()'d */ member in struct:manstate 267 m.suffixlist = gettag("_suffix", 1); 273 if (!m.defaultpath || !m.subdirs || !m.suffixlist || !m.buildlist || 686 TAILQ_FOREACH(suffix, &mp->suffixlist->entrylist, q) {
|
man.c | 98 TAG *suffixlist; /* _suffix: for files that can be cat()'d */ member in struct:manstate 267 m.suffixlist = gettag("_suffix", 1); 273 if (!m.defaultpath || !m.subdirs || !m.suffixlist || !m.buildlist || 686 TAILQ_FOREACH(suffix, &mp->suffixlist->entrylist, q) {
|