Lines Matching refs:replacement
568 char *replacement; in stag_add_field_symbols() local
570 replacement = concat (S_GET_NAME (rootsym), "+", root_stag_name, in stag_add_field_symbols()
572 hash_insert (subsym_hash[0], name, replacement); in stag_add_field_symbols()
4380 char *replacement; /* current replacement for LINE. */ in subsym_substitute() local
4393 replacement = xstrdup (line); in subsym_substitute()
4395 ptr = head = replacement; in subsym_substitute()
4446 free (replacement); in subsym_substitute()
4447 head = replacement = tmp; in subsym_substitute()
4705 free (replacement); in subsym_substitute()
4706 head = replacement = tmp; in subsym_substitute()
4719 return replacement; in subsym_substitute()
4735 char *replacement = NULL; in tic54x_start_line_hook() local
4748 replacement = subsym_substitute (line, 1); in tic54x_start_line_hook()
4750 replacement = line; in tic54x_start_line_hook()
4751 replacement = subsym_substitute (replacement, 0); in tic54x_start_line_hook()
4753 if (replacement != line) in tic54x_start_line_hook()
4755 char *tmp = replacement; in tic54x_start_line_hook()
4756 char *comment = strchr (replacement, ';'); in tic54x_start_line_hook()
4757 char endc = replacement[strlen (replacement) - 1]; in tic54x_start_line_hook()
4769 comment = replacement + strlen (replacement) - 1; in tic54x_start_line_hook()
4785 free (replacement); in tic54x_start_line_hook()