Searched refs:dosub (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/m4/ |
H A D | eval.c | 73 static void dosub(const char *[], int); 332 dosub(argv, argc); in expand_builtin() 887 dosub(const char *argv[], int argc) in dosub() function
|
/freebsd/contrib/one-true-awk/ |
H A D | proto.h | 197 extern Cell *dosub(Node **, int);
|
H A D | FIXES | 113 Consolidation of sub and gsub into dosub, removing duplicate
|
H A D | run.c | 2526 Cell *dosub(Node **a, int subop) /* sub and gsub */ in dosub() function
|
/freebsd/contrib/tcsh/ |
H A D | sh.lex.c | 64 static struct wordent *dosub (Char, struct wordent *, int); 880 en = dosub(sc, en, global); in getsub() 899 dosub(Char sc, struct wordent *en, int global) in dosub() function
|