Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dcmd1.c364 char *valtop, linebuf[LINESIZE]; in top() local
368 valtop = value("toplines"); in top()
369 if (valtop != NULL) { in top()
370 topl = atoi(valtop); in top()