Searched refs:dosub (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/ucbcmd/sed/ |
H A D | sed1.c | 100 static void dosub(char *rhsbuf, int n); 252 dosub(ipc->r1.rhs, ipc->r1.gfl); in substitute() 257 dosub(ipc->r1.rhs, ipc->r1.gfl); in substitute() 264 dosub(char *rhsbuf, int n) in dosub() function
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk4.c | 41 static NODE *dosub(NODE *np, int glob); 199 return (dosub(np, 1)); in f_sub() 210 return (dosub(np, 0)); in f_gsub() 218 dosub(NODE *np, int glob) in dosub() function
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.lex.c | 43 struct wordent *dosub(int, struct wordent *, bool); 716 en = dosub(sc, en, global); in getsub() 722 dosub(int sc, struct wordent *en, bool global) in dosub() function
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_re.c | 516 dosub(); in dosubcon() 580 dosub(void) in dosub() function
|
H A D | ex.h | 499 void dosub(void);
|
/titanic_41/usr/src/cmd/ed/ |
H A D | ed.c | 308 static void dosub(void); 1934 dosub(); in substitute() 1939 dosub(); in substitute() 2067 dosub(void) in dosub() function
|