Searched defs:tok (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dparser.c153 int tok; local
161 tok = readtoken();
162 if (tok == TBACKGND) {
185 switch (tok) {
188 tok = readtoken();
191 if (tok == TNL) {
/system/core/adb/
H A Dsysdeps_win32.c2179 char *tok; local
2199 tok = s - 1;
2215 return (tok);

Completed in 293 milliseconds