Searched refs:CSUSP (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/tcsh/ |
| H A D | tc.os.h | 122 # ifndef CSUSP 123 # define CSUSP 032 macro 143 # ifndef CSUSP 144 # define CSUSP 032 macro
|
| H A D | ed.term.h | 193 # undef CSUSP 244 #ifndef CSUSP 245 # define CSUSP TO_CONTROL('z') macro
|
| H A D | ed.init.c | 66 (uc)CWERASE, (uc)CSUSP, (uc)CDSUSP, (uc)CREPRINT,
|
| /freebsd-12.1/sys/sys/ |
| H A D | ttydefaults.h | 78 #define CSUSP CTRL('Z') macro 106 CQUIT, CSUSP, CDSUSP, CSTART, CSTOP, CLNEXT, CDISCARD, CMIN, CTIME,
|
| /freebsd-12.1/contrib/ncurses/progs/ |
| H A D | tset.c | 705 #undef CSUSP 736 #ifndef CSUSP 737 #define CSUSP CTRL('Z') macro 789 #if defined(VSUSP) && defined(CSUSP) in reset_mode() 790 mode.c_cc[VSUSP] = CHK(mode.c_cc[VSUSP], CSUSP); in reset_mode()
|
| /freebsd-12.1/lib/libedit/ |
| H A D | tty.h | 201 #ifndef CSUSP 202 # define CSUSP CONTROL('z') macro
|
| H A D | tty.c | 104 CWERASE, CSUSP, CDSUSP, CREPRINT, 113 _POSIX_VDISABLE, CSUSP, _POSIX_VDISABLE, _POSIX_VDISABLE,
|
| /freebsd-12.1/bin/stty/ |
| H A D | cchar.c | 75 { "susp", VSUSP, CSUSP },
|
| /freebsd-12.1/usr.bin/tset/ |
| H A D | set.c | 79 mode.c_cc[VSUSP] = CHK(mode.c_cc[VSUSP], CSUSP); in reset_mode()
|
| /freebsd-12.1/contrib/opie/ |
| H A D | opielogin.c | 922 #ifdef CSUSP 923 attr.c_cc[VSUSP] = CSUSP;
|