Lines Matching refs:replace
52 char *replace = 0; /* replace old=new */
109 flag = hist_expand(arg,&replace);
111 sfputr(sfstdout, replace, '\n');
114 if(replace)
115 free(replace);
125 if(!replace && strchr(arg+1,'='))
127 replace = arg;
262 if(replace)
263 hist_subst(error_info.id,fdo,replace);
290 static void hist_subst(const char *command,int fd,char *replace)
292 register char *newp=replace;
307 if((sp=sh_substitute(string,replace,newp))==0)