Home
last modified time | relevance | path

Searched refs:S_STOP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dsignal.c81 sigs |= S_STOP; in stop()
213 if (tsignals & S_STOP) in psignals()
H A Dless.h577 #define S_STOP 02
579 #define ABORT_SIGS() (sigs & (S_INTERRUPT|S_STOP))
560 #define S_STOP global() macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h34868 #define S_STOP 0 macro
34870 #define V_STOP(x) ((x) << S_STOP)
34871 #define G_STOP(x) (((x) >> S_STOP) & M_STOP)