Home
last modified time | relevance | path

Searched refs:PENDIN (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtty122 # ifndef PENDIN
123 # define PENDIN LNEW_PENDIN
124 # endif /* !PENDIN */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtty128 # ifndef PENDIN
129 # define PENDIN LNEW_PENDIN
130 # endif /* !PENDIN */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtty128 # ifndef PENDIN
129 # define PENDIN LNEW_PENDIN
130 # endif /* !PENDIN */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtty128 # ifndef PENDIN
129 # define PENDIN LNEW_PENDIN
130 # endif /* !PENDIN */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtty128 # ifndef PENDIN
129 # define PENDIN LNEW_PENDIN
130 # endif /* !PENDIN */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dterminal.h166 # ifndef PENDIN
167 # define PENDIN LNEW_PENDIN macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dbhyve_sol_glue.c35 TOSTOP|PENDIN); in cfmakeraw()
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c238 "pendin", PENDIN, 0,
239 "-pendin", 0, PENDIN,
H A Dstty.c442 if (m&PENDIN) in prmodes()
622 (void) printf("-pendin "+((m&PENDIN) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c244 "pendin", PENDIN, 0,
245 "-pendin", 0, PENDIN,
H A Dstty.c396 if (m & PENDIN) in prmodes()
564 (void) fprintf(output, "-pendin " + ((m & PENDIN) != 0)); in pramodes()
/illumos-gate/usr/src/uts/common/sys/
H A Dioctl.h130 #define PENDIN O_PENDIN macro
H A Dtermios.h311 #define PENDIN 0040000 macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h127 #define PENDIN O_PENDIN macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c278 #ifdef PENDIN
279 { "pendin", BIT, L_FLAG, 0, PENDIN, PENDIN, C("Redisplay pending input at next read and then automa…
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c434 # ifndef PENDIN
435 # define PENDIN 0 macro
462 nttyparm.c_lflag |= (ECHOE|ECHOK|ECHOCTL|PENDIN|IEXTEN); in tty_alt()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1195 termiosp->c_lflag |= PENDIN; in from_compat()
1340 if (termiosp->c_lflag & PENDIN) in to_compat()
H A Dldterm.c4145 if ((tp->t_amodes.c_lflag & PENDIN) && in ldterm_do_ioctl()
4156 tp->t_amodes.c_lflag &= ~PENDIN; in ldterm_do_ioctl()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c375 tty_pending.c_lflag |= PENDIN; in sim_retype()