/src/bin/csh/ |
glob.c | 87 static Char *handleone(Char *, Char **, int); 336 handleone(Char *str, Char **vl, int action) function in typeref:typename:Char * 443 return (handleone(str, vo, action)); 468 return (handleone(str, vl, action));
|
glob.c | 87 static Char *handleone(Char *, Char **, int); 336 handleone(Char *str, Char **vl, int action) function in typeref:typename:Char * 443 return (handleone(str, vo, action)); 468 return (handleone(str, vl, action));
|
/src/usr.bin/getent/ |
getent.c | 570 handleone(const char * const *db_array, char *b, int recurse, int pretty, function in typeref:typename:void 590 handleone(db_array, b, recurse, pretty, ++level); 632 handleone(db_array, b, recurse, pretty, 0); 639 handleone(db_array, b, recurse, pretty, 0);
|
getent.c | 570 handleone(const char * const *db_array, char *b, int recurse, int pretty, function in typeref:typename:void 590 handleone(db_array, b, recurse, pretty, ++level); 632 handleone(db_array, b, recurse, pretty, 0); 639 handleone(db_array, b, recurse, pretty, 0);
|