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

  /src/sys/sys/
ttydefaults.h 89 const cc_t ttydefchars[NCCS] = {
113 extern const cc_t ttydefchars[NCCS];
termios.h 79 #define NCCS 20
197 cc_t c_cc[NCCS]; /* control chars */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
termios.d 44 NCCS
52 cc_t[NCCS] c_cc;
140 enum NCCS = 32;
149 cc_t[NCCS] c_cc;
238 enum NCCS = 20;
246 cc_t[NCCS] c_cc;
335 enum NCCS = 20;
343 cc_t[NCCS] c_cc;
432 enum NCCS = 20;
440 cc_t[NCCS] c_cc
    [all...]
  /src/lib/libedit/
tty.h 270 # if defined(POSIX) && defined(NCCS)
271 # define NUMCC NCCS
276 # endif /* POSIX && NCCS */
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
os.h 194 # ifdef NCCS
195 # define MAXCC NCCS
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
os.h 194 # ifdef NCCS
195 # define MAXCC NCCS
  /src/bin/stty/
key.c 225 for (f = 0; f < NCCS; f++) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
ioctl.d 111 enum NCCS = 19;
120 cc_t[NCCS] c_cc;
  /src/external/gpl3/gdb.old/dist/gdb/
ser-unix.c 153 for (i = 0; i < NCCS; i += 1)
  /src/external/gpl3/gdb/dist/gdb/
ser-unix.c 178 for (i = 0; i < NCCS; i += 1)
  /src/external/bsd/ntp/dist/ntpd/
ntp_refclock.c 1071 for (i = 0; i < NCCS; ++i)
1149 for (i = 0; i < NCCS; ++i)
  /src/sys/kern/
tty.c 3172 KASSERT(which < NCCS);
3179 KASSERT(which < NCCS);
  /src/external/gpl3/gdb.old/dist/sim/
configure 9113 x.c_cc[NCCS] = 0;
  /src/external/gpl3/gdb/dist/sim/
configure 9053 x.c_cc[NCCS] = 0;

Completed in 69 milliseconds