Searched refs:C_STATUS (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/bin/dd/
H A Ddd.h99 #define C_STATUS 0x08000000 macro
H A Dargs.c94 { "status", f_status, C_STATUS,C_STATUS },
/freebsd-11.0-release/contrib/tcsh/
H A Ded.term.c70 C_SH(C_KILL2)|C_SH(C_PAGE)|C_SH(C_STATUS)|C_SH(C_LNEXT)),
508 { "status", C_SH(C_STATUS), M_CHAR },
835 s[C_STATUS] = n->c_cc[VSTATUS];
860 s[C_STATUS] = n->tps_statc;
971 n->c_cc[VSTATUS] = s[C_STATUS];
998 n->tps_statc = s[C_STATUS];
H A Ded.term.h479 #define C_STATUS 18 macro
/freebsd-11.0-release/lib/libedit/
H A Dtty.h427 #define C_STATUS 18 macro
H A Dtty.c86 C_SH(C_PGOFF) | C_SH(C_PAGE) | C_SH(C_STATUS)), 0}
429 {"status", C_SH(C_STATUS), MD_CHAR},
690 case C_STATUS:
780 s[C_STATUS] = td->c_cc[VSTATUS];
862 td->c_cc[VSTATUS] = s[C_STATUS];
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h137 DEF_PRIV_SIG(C_STATUS, Coord) \

Completed in 75 milliseconds