Searched refs:nexttoken (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dmit_dump.c91 nexttoken(char **p) function
105 char *q = nexttoken(p);
120 char *q = nexttoken(p);
251 q = nexttoken(&p);
254 q = nexttoken(&p); /* load_dump */
257 q = nexttoken(&p); /* load_dump */
260 q = nexttoken(&p); /* x.0 */
278 nexttoken(&p); /* length of principal */
282 q = nexttoken(&p); /* principal name */
306 nexttoken(
[all...]
/macosx-10.9.5/swig-10/Source/Swig/
H A Dscanner.c26 int nexttoken; /* Next token to be returned */ member in struct:Scanner
47 s->nexttoken = -1;
91 s->nexttoken = -1;
125 s->nexttoken = nt;
1079 if (s->nexttoken >= 0) {
1080 t = s->nexttoken;
1081 s->nexttoken = -1;
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_intres.c193 static char * nexttoken (char **);
1105 * nexttoken - return the next token from a line
1108 nexttoken( function
1175 if ((token[i] = nexttoken(&bp)) == NULL) {
/macosx-10.9.5/libarchive-29/libarchive/tar/
H A Dgetdate.c54 /* Token types returned by nexttoken() */
785 nexttoken(char **in, time_t *value) function
940 while ((lasttoken->token = nexttoken(&p, &lasttoken->value)) != 0) {
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dpython3complete.vim364 #returns (dottedname, nexttoken)
H A Dpythoncomplete.vim382 #returns (dottedname, nexttoken)

Completed in 235 milliseconds