Home
last modified time | relevance | path

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

/dports/mail/mailx/mail-2.2.8/
H A Dlex.c159 int reset_on_stop; /* do a reset() if stopped */ variable
189 reset_on_stop = 1; in commands()
221 reset_on_stop = 0; in commands()
605 if (reset_on_stop) {
606 reset_on_stop = 0;
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dlex.c280 static int reset_on_stop; /* do a reset() if stopped */ variable
343 reset_on_stop = 1; in commands()
363 reset_on_stop = 0; in commands()
710 if (reset_on_stop) { in stop()
711 reset_on_stop = 0; in stop()