Home | History | Annotate | Download | only in sed-4.2.1

Lines Matching full:do_subst

522 	* sed/execute.c (do_subst): Pass less conservative value to
791 do_subst
792 (do_subst): Don't update count when a match was
799 * sed/execute.c (do_subst): Fix several bugs with
866 * sed/execute.c (do_subst): Use re_registers
978 * src/execute.c (do_subst): Replaced flag was set on every
1058 * sed/execute.c (do_subst): Flags in optimized s/^xx/
1067 do_list, do_subst, execute_program, process_files): Operate
1070 * sed/execute.c (do_subst): Optimize s/^xx// by making a part
1100 * sed/execute.c (do_subst) [HAVE_POPEN]: Interpret option
1124 * sed/execute.c (do_subst): `baaac', if passed through
1162 * sed/execute.c (do_subst): Use new function str_append_modified
1260 * sed/execute.c(do_subst): lib/regex.c(re_search_2) seems to
1296 * sed/execute.c(do_subst): use re_registers/regoff_t instead of
1657 * sed/execute.c(do_subst): add NOLEAKS support logic; use
1882 * sed/compile.c(mark_subst_opts), sed/execute.c(do_subst):
2010 * sed/execute.c(do_subst): fixed two bugs: s/ */X/g was failing
2048 and do_subst()) to permit the use of the POSIX standard
2204 * sed/execute.c(do_subst): added not_bol_p variable to track when
2244 * sed/execute.c(do_subst): change structure assignment to memcpy()
2446 * execute.c (do_subst): fixed bug where the "replaced" flag
2637 moved body of 's' command to new function do_subst();