Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm_macro_gram.y154 marg->replacement_text = strdup(argtext);
155 if (marg->replacement_text == NULL) {
Daicasm_symbol.h113 char *replacement_text; member
Daicasm_scan.l552 next_match = match_marg->replacement_text;
564 free(marg->replacement_text);
Daicasm_gram.y1595 marg->replacement_text = NULL; in add_macro_arg()