HomeSort by: relevance | last modified time | path
    Searched defs:c_line (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/compat/linux32/common/
linux32_termios.h 53 unsigned char c_line; member in struct:linux32_termio
62 linux32_cc_t c_line; member in struct:linux32_termios
  /src/sys/compat/ultrix/
ultrix_tty.h 23 char c_line; member in struct:ultrix_termio
41 u_char c_line; member in struct:ultrix_termios
  /src/sys/compat/linux/common/
linux_termios.h 71 unsigned char c_line; member in struct:linux_termio
80 linux_cc_t c_line; member in struct:linux_termios
363 lt->c_line = 0;
569 lts->c_line = 0;
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-io.c 584 int c_line = -1; local
599 getyx (w, c_line, c_pos);
634 if (c_line >= 0)
635 wmove (w, c_line, c_pos);
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-io.c 584 int c_line = -1; local
599 getyx (w, c_line, c_pos);
634 if (c_line >= 0)
635 wmove (w, c_line, c_pos);
  /src/sys/compat/sunos/
sunos.h 100 char c_line; member in struct:sunos_termio
114 char c_line; member in struct:sunos_termios
  /src/external/gpl3/gdb/dist/sim/ppc/
emul_unix.c 1259 uint8_t c_line; /* line discipline */
1278 target.c_line = host->c_line;
1280 target.c_line = 0;
2231 uint8_t c_line; /* line discipline */
2250 target.c_line = host->c_line;
2252 target.c_line = 0;
2319 linux_cc_t c_line;
2374 target.c_line = host->c_line
1256 uint8_t c_line; \/* line discipline *\/ member in struct:solaris_termio
2227 uint8_t c_line; \/* line discipline *\/ member in struct:linux_termio
2315 linux_cc_t c_line; member in struct:linux_termios
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_unix.c 1259 uint8_t c_line; /* line discipline */
1278 target.c_line = host->c_line;
1280 target.c_line = 0;
2231 uint8_t c_line; /* line discipline */
2250 target.c_line = host->c_line;
2252 target.c_line = 0;
2319 linux_cc_t c_line;
2374 target.c_line = host->c_line
1256 uint8_t c_line; \/* line discipline *\/ member in struct:solaris_termio
2227 uint8_t c_line; \/* line discipline *\/ member in struct:linux_termio
2315 linux_cc_t c_line; member in struct:linux_termios
    [all...]

Completed in 36 milliseconds