Home
last modified time | relevance | path

Searched refs:TT_operator (Results 1 – 3 of 3) sorted by relevance

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dt_parse.c156 tt = isop(*fs_src_cp) ? TT_operator in next_token()
278 case TT_operator: in get_tokens()
344 case TT_operator: in print_tokens()
575 if (tokentype[i] != TT_operator) in find_operator()
600 if (tokentype[i] != TT_operator) in find_operator_backwards()
698 if (tokentype[i] != TT_operator) in pointless_brackets()
731 if (tokentype[start] == TT_operator && tokentype[stop] == TT_operator) in evaluate_expression()
H A Dt_parse.h182 TT_operator, enumerator
H A Dt_vari.c435 if(tokentype[start] != TT_function || tokentype[stop] != TT_operator in evaluate_function()