Searched refs:macro_start (Results 1 – 2 of 2) sorted by relevance
2338 Token *t, *tt, *param_start, *macro_start, *last, **tptr, *origline; in do_directive() local3346 macro_start = NULL; in do_directive()3359 t->next = macro_start; in do_directive()3360 macro_start = t; in do_directive()3379 free_tlist(macro_start); in do_directive()3409 smac->expansion = macro_start; in do_directive()3496 macro_start = nasm_malloc(sizeof(*macro_start)); in do_directive()3497 macro_start->next = NULL; in do_directive()3498 make_tok_num(macro_start, in do_directive()3500 macro_start->mac = NULL; in do_directive()[all …]
1861 macro_start = re.compile(r'^#(if|ifdef|ifndef).*')1868 if macro_start.match(line):