HomeSort by relevance Sort by last modified time
    Searched refs:etok (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 29 char *etok; /* token separator for old Path */ local
35 for (etok = Path; etok && *etok; etok++)
36 if (isblank ((unsigned char) *etok))
37 *etok = to_delim;
48 char *etok; /* token separator for old Path */ local
52 for (p = Path, etok = strpbrk(p, ":;");
53 etok;
132 char *etok; \/* token separator for old path *\/ local
    [all...]
  /external/mksh/src/
syn.c 1158 int stok, etok; local
1162 etok = '}';
1165 etok = ')';
1172 subshell_nesting_type = etok;
1184 t = nested(TPAREN, stok, etok);

Completed in 229 milliseconds