Home
last modified time | relevance | path

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

/dragonfly/usr.bin/m4/
HDeval.c73 static void dosub(const char *[], int);
315 dosub(argv, argc); in expand_builtin()
864 dosub(const char *argv[], int argc) in dosub() function
/dragonfly/contrib/awk/
HDproto.h199 extern Cell *dosub(Node **, int);
HDFIXES64 Consolidation of sub and gsub into dosub, removing duplicate
HDrun.c2406 Cell *dosub(Node **a, int subop) /* sub and gsub */ in dosub() function
/dragonfly/contrib/tcsh-6/
HDsh.lex.c64 static struct wordent *dosub (Char, struct wordent *, int);
904 en = dosub(sc, en, global); in getsub()
922 dosub(Char sc, struct wordent *en, int global) in dosub() function