Home
last modified time | relevance | path

Searched refs:replacement_text (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_gram.y151 marg->replacement_text = strdup(argtext);
152 if (marg->replacement_text == NULL) {
H A Daicasm_scan.l540 next_match = match_marg->replacement_text;
552 free(marg->replacement_text);
H A Daicasm_symbol.h109 char *replacement_text; member
H A Daicasm_gram.y1548 marg->replacement_text = NULL; in add_macro_arg()