Searched refs:nexttok (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ntp-92/libntp/
H A Dauthreadkeys.c18 static char *nexttok (char **);
21 * nexttok - basic internal tokenizing routine
24 nexttok( function
102 token = nexttok(&line);
126 token = nexttok(&line);
170 token = nexttok(&line);
/macosx-10.10.1/swig-12/Source/CParse/
H A Dcscanner.c354 int nexttok = Scanner_token(scan); local
355 if (nexttok == SWIG_TOKEN_STAR) {
357 } else if (nexttok == SWIG_TOKEN_NOT) {
360 Scanner_pushtoken(scan,nexttok,Scanner_text(scan));
636 int nexttok; local
657 nexttok = Scanner_token(scan);
658 if (Scanner_isoperator(nexttok)) {
663 } else if (nexttok == SWIG_TOKEN_LPAREN) {
665 nexttok = Scanner_token(scan);
666 if (nexttok !
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dparse_entry.c311 goto nexttok;
327 goto nexttok;
466 nexttok:

Completed in 124 milliseconds