Searched refs:substitute (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/re/ |
H A D | sed.h | 41 extern int substitute(regex_t*, Text*);
|
H A D | sed3.c | 82 substitute(regex_t *re, Text *data) function
|
H A D | sed2.c | 408 sflag = substitute(readdr(q[1]), data);
|
/ast/src/cmd/INIT/ |
H A D | mamake.c | 772 substitute(Buf_t* buf, register char* s) function 836 substitute(buf, q + 1); 847 substitute(buf, t + 1); 858 substitute(buf, t); 878 substitute(buf, v); 883 substitute(buf, v); 910 substitute(buf, s); 1629 substitute(buf, use(cmd)); 1769 substitute(buf, cmd); 1771 substitute(bu [all...] |
/ast/src/lib/libtksh/lib/tksh7.6/ |
H A D | init.tcl | 130 return [uplevel [list history substitute $old $new]]
|
/ast/src/cmd/pax/ |
H A D | pax.c | 183 * enter new substitute expression(s) 187 substitute(Map_t** lastmap, register char* s) function 766 substitute(&opt.lastmap, (char*)v);
|
/ast/src/cmd/nmake/ |
H A D | expand.c | 2273 * substitute a single (expanded) name s into xp 2277 substitute(Sfio_t* xp, regex_t* re, register char* s) function 3665 * substitute: <delim><old><delim><new><delim>[flags] 4236 substitute(xp, &re, s);
|
Completed in 28 milliseconds