OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reset_on_stop
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mail/
collect.c
76
static int
reset_on_stop
; /* To do job control longjmp. */
variable in typeref:typename:int
354
if (
reset_on_stop
) {
355
reset_on_stop
= 0;
457
reset_on_stop
= 1;
458
c = readline(stdin, linebuf, LINESIZE,
reset_on_stop
);
459
reset_on_stop
= 0;
lex.c
63
static int
reset_on_stop
; /* To do job control longjmp. */
variable in typeref:typename:int
865
* this does nothing, i.e.,
reset_on_stop
== 0.
871
if (
reset_on_stop
) {
872
reset_on_stop
= 0;
923
reset_on_stop
= 1; /* enable job control longjmp */
957
if (readline(input, &linebuf[n], LINESIZE - n,
reset_on_stop
) < 0) {
980
reset_on_stop
= 0; /* disable job control longjmp */
Completed in 13 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025