Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_macro_gram.y154 marg->replacement_text = strdup(argtext);
155 if (marg->replacement_text == NULL) {
Daicasm_scan.l536 next_match = match_marg->replacement_text;
548 free(marg->replacement_text);
Daicasm_symbol.h114 char *replacement_text; member
Daicasm_gram.y1553 marg->replacement_text = NULL; in add_macro_arg()