Home
last modified time | relevance | path

Searched refs:dosub (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/m4/
H A Deval.c73 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 Dproto.h197 extern Cell *dosub(Node **, int);
H A DFIXES113 Consolidation of sub and gsub into dosub, removing duplicate
H A Drun.c2526 Cell *dosub(Node **a, int subop) /* sub and gsub */ in dosub() function
/freebsd/contrib/tcsh/
H A Dsh.lex.c64 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