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

  /src/external/gpl3/gdb/dist/sim/ppc/
emul_unix.c 69 /* If we have TERMIOS, use that for the termio structure, since some systems
70 don't like including both sys/termios.h and sys/termio.h at the same
74 #undef termio macro
75 #define termio termios macro
87 #include <sys/termio.h>
1252 /* Convert to/from host termio structure */
1265 struct termio *host,
1453 struct termio host_termio;
2224 /* Convert to/from host termio structure */
2237 struct termio *host
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
emul_unix.c 69 /* If we have TERMIOS, use that for the termio structure, since some systems
70 don't like including both sys/termios.h and sys/termio.h at the same
74 #undef termio macro
75 #define termio termios macro
87 #include <sys/termio.h>
1252 /* Convert to/from host termio structure */
1265 struct termio *host,
1453 struct termio host_termio;
2224 /* Convert to/from host termio structure */
2237 struct termio *host
    [all...]

Completed in 29 milliseconds