Searched defs:gettokens (Results 1 – 5 of 5) sorted by relevance
/plan9/sys/src/cmd/unix/drawterm/libc/ |
H A D | tokenize.c | 76 gettokens(char *s, char **args, int maxargs, char *sep) in gettokens() function
|
/plan9/sys/src/libc/port/ |
H A D | tokenize.c | 76 gettokens(char *s, char **args, int maxargs, char *sep) in gettokens() function
|
/plan9/sys/src/cmd/cpp/ |
H A D | lex.c | 302 gettokens(Tokenrow *trp, int reset) in gettokens() function
|
H A D | cpp.h | 93 #define gettokens cpp_gettokens macro
|
/plan9/sys/src/9/pcboot/ |
H A D | parts.c | 20 #define gettokens(l, a, an, del) getfields(l, a, an, 1, del) macro
|