Home
last modified time | relevance | path

Searched refs:TOKEN_DATA_FUNC (Results 1 – 6 of 6) sorted by relevance

/dports/devel/m4/m4-1.4.19/src/
H A Dmacro.c207 TOKEN_DATA_FUNC (argp) = TOKEN_DATA_FUNC (&td); in expand_argument()
H A Dm4.h295 #define TOKEN_DATA_FUNC(Td) ((Td)->u.func) macro
384 #define SYMBOL_FUNC(S) (TOKEN_DATA_FUNC (&(S)->data))
H A Dinput.c440 TOKEN_DATA_FUNC (td) = isp->u.func; in init_macro_token()
862 find_builtin_by_addr (TOKEN_DATA_FUNC (td))->name); in next_token()
1143 xfprintf (stderr, "macro: %p\n", TOKEN_DATA_FUNC (td)); in print_token()
H A Ddebug.c392 bp = find_builtin_by_addr (TOKEN_DATA_FUNC (argv[i])); in trace_pre()
H A Dbuiltin.c569 bp = find_builtin_by_addr (TOKEN_DATA_FUNC (argv[2])); in define_macro()
/dports/devel/m4/m4-1.4.19/
H A DChangeLog-20143560 (TOKEN_DATA_FUNC): Simplify.
4638 Declare TOKEN_DATA_FUNC macro.