Home
last modified time | relevance | path

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

/src/usr.bin/mail/
H A Dcollect.c71 char linebuf[LINESIZE], tempname[PATHSIZE], *cp, getsub; in collect() local
118 getsub = 0; in collect()
121 t &= ~GNL, getsub++; in collect()
135 if (getsub) in collect()
/src/contrib/tcsh/
H A Dsh.lex.c62 static struct wordent *getsub (struct wordent *);
753 hp = getsub(hp); in getexcl()
767 getsub(struct wordent *en) in getsub() function