Lines Matching refs:DELIM_TK
1052 && token->type == DELIM_TK
1196 case DELIM_TK:
1376 } else if (token->type == DELIM_TK && token->u.unichar == '=') {
1529 if (token->type == DELIM_TK && token->u.unichar == '+') {
1538 } else if (token->type == DELIM_TK && token->u.unichar == '-') {
1687 if (token && token->type == DELIM_TK
1742 } else if (token && (token->type == DELIM_TK)
1801 } else if (token && (token->type == DELIM_TK)
2556 || (token->type == DELIM_TK
2558 || (token->type == DELIM_TK
2560 || (token->type == DELIM_TK
3924 if (token->type == DELIM_TK && token->u.unichar == ':') {