HomeSort by: relevance | last modified time | path
    Searched refs:CSTOP (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
ttydefaults.h 70 #define CSTOP CTRL('s')
103 [VSTOP] = CSTOP,
  /src/bin/stty/
cchar.c 74 { "stop", VSTOP, CSTOP },
  /src/lib/libedit/
tty.h 197 #ifndef CSTOP
198 # define CSTOP CONTROL('s')
199 #endif /* CSTOP */
tty.c 102 CDSWTCH, CERASE2, CSTART, CSTOP,
111 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
  /src/usr.bin/tset/
set.c 73 mode.c_cc[VSTOP] = CHK(mode.c_cc[VSTOP], CSTOP);

Completed in 14 milliseconds