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
217 reset_on_stop = 1; in commands()
240 reset_on_stop = 0; in commands()
564 if (reset_on_stop) { in stop()
565 reset_on_stop = 0; in stop()