Home
last modified time | relevance | path

Searched defs:gettokens (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/libc/
H A Dtokenize.c76 gettokens(char *s, char **args, int maxargs, char *sep) in gettokens() function
/plan9/sys/src/libc/port/
H A Dtokenize.c76 gettokens(char *s, char **args, int maxargs, char *sep) in gettokens() function
/plan9/sys/src/cmd/cpp/
H A Dlex.c302 gettokens(Tokenrow *trp, int reset) in gettokens() function
H A Dcpp.h93 #define gettokens cpp_gettokens macro
/plan9/sys/src/9/pcboot/
H A Dparts.c20 #define gettokens(l, a, an, del) getfields(l, a, an, 1, del) macro