Home
last modified time | relevance | path

Searched refs:dostat (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mailx/
H A Dsend.c76 int ishead, infld, fline, dostat, doclen, nread, unused; in msend() local
88 dostat = 1; in msend()
114 if (dostat) { in msend()
116 dostat = 0; in msend()
148 if (dostat) { in msend()
150 dostat = 0; in msend()
175 if (dostat) { in msend()
177 dostat = 0; in msend()
/titanic_41/usr/src/cmd/awk/
H A Dawk.h357 extern Cell *dostat(Node **, int);
H A Drun.c1403 dostat(Node **a, int n) in dostat() function