Searched refs:gettok (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dncparse.c114 static int gettok (FILE *fp, char *val, size_t valsize) function
220 while ( (tok = gettok (fp, strval, sizeof strval)) != EOF )
229 if ( gettok (fp, strval, sizeof (strval)) == TOK_STRING )
251 if ( gettok (fp, strval, sizeof (strval)) == TOK_STRING )
268 if ( gettok (fp, strval, sizeof (strval)) != TOK_STRING )
274 if ( gettok (fp, strval, sizeof (strval)) != TOK_STRING )
278 if ( gettok (fp, strval, sizeof (strval)) != TOK_MASTER )
280 if ( gettok (fp, strval, sizeof (strval)) != TOK_FILE )
282 if ( gettok (fp, strval, sizeof (strval)) != TOK_STRING )
/macosx-10.10/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp26 /// gettok - Return the next token from standard input.
27 static int gettok() { function
61 return gettok();
147 return CurTok = gettok();
/macosx-10.10/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp31 /// gettok - Return the next token from standard input.
32 static int gettok() { function
66 return gettok();
159 return CurTok = gettok();
/macosx-10.10/awk-20/src/
H A Dlex.c101 int gettok(char **pbuf, int *psz) /* get next input token */ function
120 if (!adjbuf(&buf, &sz, bp-buf+2, 100, &bp, "gettok"))
137 if (!adjbuf(&buf, &sz, bp-buf+2, 100, &bp, "gettok"))
187 c = gettok(&buf, &bufsize);
304 c = gettok(&buf, &bufsize);
H A DFIXES255 fixed an appalling bug in gettok: any sequence of digits, +,-, E, e,
316 added *bp in gettok in lex.c; appears possible to exit function
/macosx-10.10/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp38 /// gettok - Return the next token from standard input.
39 static int gettok() { function
73 return gettok();
166 return CurTok = gettok();
/macosx-10.10/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp42 /// gettok - Return the next token from standard input.
43 static int gettok() { function
82 return gettok();
195 return CurTok = gettok();
/macosx-10.10/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp45 /// gettok - Return the next token from standard input.
46 static int gettok() { function
87 return gettok();
223 return CurTok = gettok();
/macosx-10.10/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp48 /// gettok - Return the next token from standard input.
49 static int gettok() { function
91 return gettok();
241 return CurTok = gettok();
/macosx-10.10/zsh-61/zsh/Src/
H A Dlex.c51 * We always set this in gettok(), which is always called from
395 tok = gettok();
706 gettok(void) function
1004 * When called from gettok(), with sub = 0, we have already identified
1452 DPUTS(cmdsp != ocmdsp, "BUG: gettok: cmdstack changed.");

Completed in 192 milliseconds