Home | History | Annotate | Download | only in Chapter5

Lines Matching refs:gettok

84 /// gettok - Return the next token from standard input.
85 static int gettok() {
138 return gettok();
290 static int getNextToken() { return CurTok = gettok(); }