Lines Matching full:token
950 /* A string representing the most recently saved token. */
953 /* The location of the most recently saved token, if it was a
954 BRACED_CODE token; otherwise, this has an unspecified value. */
1244 /* Token type to return, when applicable. */
2434 } /* end of scanning one token */
2691 * token and flags that we need to
2692 * try matching the token before
3209 /** Get the length of the current token.
3217 /** Get the current token.
3391 /* Set *LOC and adjust scanner cursor to account for token TOKEN of
3395 adjust_location (location *loc, char const *token, size_t size)
3399 char const *p0 = token;
3400 char const *p = token;
3401 char const *lim = token + size;
3405 for (p = token; p < lim; p++)
3586 | TEXT is a location token (i.e., a `@...'). Output to |
3762 | For a token or comment starting at START, report message MSGID, |
3778 | Report an unexpected EOF in a token or comment starting at START. |