Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dproto.h197 extern Cell *dosub(Node **, int);
H A DFIXES121 Consolidation of sub and gsub into dosub, removing duplicate
H A Drun.c2528 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