Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dlex.c187 static int reset_on_stop; /* do a reset() if stopped */ variable
215 reset_on_stop = 1; in commands()
239 reset_on_stop = 0; in commands()
563 if (reset_on_stop) { in stop()
564 reset_on_stop = 0; in stop()