Home
last modified time | relevance | path

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

/original-bsd/usr.bin/grep/old.bin.grep/
H A Dold.bin.grep.c51 char ybuf[ESIZE]; variable
139 for (s = ybuf, p = *argv; *p; ) {
154 if (s >= ybuf+ESIZE-5)
158 *argv = ybuf;
/original-bsd/usr.sbin/sendmail/src/
H A Denvelope.c390 static char ybuf[60]; /* holds tty id */ local
439 (void) strcpy(ybuf, p);
440 define('y', ybuf, e);