Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Derror.h91 #define FORCEINTON do { suppressint = 0; if (intpending) onint(); } while (0) macro
H A Dmain.c186 FORCEINTON; /* enable interrupts */ in main()