Home
last modified time | relevance | path

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

/NextBSD/usr.bin/m4/
HDeval.c74 static void dosub(const char *[], int);
317 dosub(argv, argc); in expand_builtin()
866 dosub(const char *argv[], int argc) in dosub() function
/NextBSD/contrib/tcsh/
HDsh.lex.c68 static struct wordent *dosub (Char, struct wordent *, int);
864 en = dosub(sc, en, global); in getsub()
883 dosub(Char sc, struct wordent *en, int global) in dosub() function