Searched refs:NONL (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dkeytables.c380 /* 0 */ HOLE, NONL, HOLE, NONL, HOLE, NONL, NONL, NONL,
381 /* 8 */ NONL, NONL, NONL, NONL, NONL, NON
[all...]
H A Dkbd.c1783 if (entry == NONL) {
1785 * NONL appears only in the Num Lock table, and indicates that
/illumos-gate/usr/src/ucblib/libcurses/
H A Dscroll.c49 if (!NONL)
H A Dcurses.c65 bool GT, NONL, UPPERCASE, normtty, _pfast; variable
H A Daddch.c78 if (!NONL)
H A Dcr_put.c273 if ((NONL || !_pfast) && outline < destline)
312 if (NONL || _pfast == 0)
H A Dcr_tty.c80 NONL = ((_tty.sg_flags & CRMOD) == 0);
86 fprintf(outf, "GETTMODE: NONL = %s\n", NONL ? "TRUE" : "FALSE");
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tty.h72 var bool NONL; /* Terminal can't hack linefeeds doing a CR */ variable
H A Dex_put.c650 if ((NONL || !pfast) && outline < destline)
694 if (NONL || pfast == 0)
988 if (NONL)
H A Dex_tty.c67 NONL = (tty.c_oflag & ONLCR) == 0;
H A Dex_vadj.c445 destcol = (NONL ? 0 : outcol % WCOLS);
452 destcol = (NONL ? 0 : outcol % WCOLS);
/illumos-gate/usr/src/cmd/loadkeys/
H A Ddumpkeys.c185 * isn't NONL (i.e, if Num Lock actually does
195 != NONL) {
H A Dloadkeys.y247 * Defaults to NONL, not to a copy of
251 kep->ke_entry.kio_entry = NONL;
724 { "nonl", CONSTANT, NONL },
/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h381 #define NONL 0x30A /* This key not affected by Num Lock */ macro
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h74 extern bool GT, NONL, UPPERCASE, normtty, _pfast;
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans.c184 if (entry == NONL) {
186 * NONL appears only in the Num Lock table, and indicates that

Completed in 94 milliseconds