Home | History | Annotate | Download | only in glcpp

Lines Matching refs:PASTE

164 %token PASTE
587 | PASTE { $$ = PASTE; }
984 case PASTE:
1340 /* Look ahead for a PASTE token, skipping space. */
1348 if (next_non_space->token->type != PASTE) {
1353 /* Now find the next non-space token after the PASTE. */