OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intpending
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/sh/
error.h
87
extern volatile int
intpending
;
90
#define INTON do { if (--suppressint == 0 &&
intpending
) onint(); } while (0)
91
#define FORCEINTON do { suppressint = 0; if (
intpending
) onint(); } while (0)
92
#define CLEAR_PENDING_INT (
intpending
= 0)
93
#define int_pending()
intpending
error.c
71
volatile int
intpending
;
variable in typeref:typename:volatile int
112
intpending
= 1;
115
intpending
= 0;
trap.c
703
signo, pendingsigs,
intpending
? " (SIGINT-pending)" : "",
713
intpending
= 1;
736
intpending
= 1;
740
intpending
? " (SIGINT pending)":""));
Completed in 13 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025