Home
last modified time | relevance | path

Searched refs:TIOCGETC (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/sys/
Dioctl_compat.h92 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */ macro
/netbsd/src/bin/ksh/
Dtty.c34 if (ioctl(fd, TIOCGETC, &ts->tchars) < 0)
/netbsd/src/sys/compat/common/
Dtty_43.c173 case TIOCGETC: { in compat_43_ttioctl()
/netbsd/src/share/man/tools/
Dsp.ignore1453 TIOCGETC
Dnewsp.errs2777 TIOCGETC
/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
DChangeLog-1998-20031120 (_tuiReset): Ignore the #definition of TIOCGETC if USG is defined;
1122 (TIOCGETC is one of the Berkeley terminal control ioctls).
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-3.x2302 installation; TIOGETC ==> TIOCGETC.