Lines Matching refs:special
246 op = token_type(token) == TOKEN_SPECIAL ? token->special : 0;
512 if (token->special == '(') {
518 if (token->special == '[' && lookup_type(token->next)) {
559 switch (token->special) {
577 post->op = token->special;
691 if (match_oplist(token->special,
705 unary->op = token->special;
711 if (match_oplist(token->special, '+', '-', '~', '!', 0)) {
723 unary->op = token->special;
812 int op = next->special; \
918 expr->op = token->special;
939 int i, op = token->special;