Home
last modified time | relevance | path

Searched refs:TOKEN_FUNC (Results 1 – 8 of 8) sorted by relevance

/dports/devel/m4/m4-1.4.19/src/
H A Dmacro.c105 || (SYMBOL_TYPE (sym) == TOKEN_FUNC in expand_token()
206 TOKEN_DATA_TYPE (argp) = TOKEN_FUNC; in expand_argument()
248 if (!groks_macro_args && TOKEN_DATA_TYPE (&td) == TOKEN_FUNC) in collect_arguments()
277 case TOKEN_FUNC: in call_macro()
H A Ddebug.c391 case TOKEN_FUNC: in trace_pre()
H A Dfreeze.c72 case TOKEN_FUNC: in freeze_symbol()
H A Dm4.h269 TOKEN_FUNC enumerator
H A Dbuiltin.c217 SYMBOL_TYPE (sym) = TOKEN_FUNC; in define_builtin()
568 case TOKEN_FUNC: in define_macro()
776 case TOKEN_FUNC: in m4_dumpdef()
911 case TOKEN_FUNC: in m4_defn()
H A Dinput.c439 TOKEN_DATA_TYPE (td) = TOKEN_FUNC; in init_macro_token()
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dexp.c305 new->generic.type = TOKEN_FUNC; in EXP_ParseString()
345 if (cur->generic.prev->generic.type == TOKEN_FUNC) { in EXP_SimplifyTokens()
468 cur->generic.next->generic.type == TOKEN_FUNC || // 5 sin (1+1) in EXP_Validate()
488 } else if (cur->generic.type == TOKEN_FUNC in EXP_Validate()
541 case TOKEN_FUNC: in EXP_PrintTokens()
/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dexp.h25 typedef enum {TOKEN_GENERIC, TOKEN_NUM, TOKEN_OP, TOKEN_FUNC, TOKEN_OPAREN, TOKEN_CPAREN, TOKEN_COM… enumerator