Lines Matching full:token
89 /* A string representing the most recently saved token. */
92 /* The location of the most recently saved token, if it was a
93 BRACED_CODE token; otherwise, this has an unspecified value. */
173 /* Token type to return, when applicable. */
253 "%token" return PERCENT_TOKEN;
254 "%token"[-_]"table" return PERCENT_TOKEN_TABLE;
737 /* Set *LOC and adjust scanner cursor to account for token TOKEN of
741 adjust_location (location *loc, char const *token, size_t size)
745 char const *p0 = token;
746 char const *p = token;
747 char const *lim = token + size;
751 for (p = token; p < lim; p++)
932 | TEXT is a location token (i.e., a `@...'). Output to |
1108 | For a token or comment starting at START, report message MSGID, |
1124 | Report an unexpected EOF in a token or comment starting at START. |