Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/ul/
H A Dul.c39 #define NORMAL 000 macro
292 lastmode = NORMAL; in flushln()
307 if (lastmode != NORMAL) { in flushln()
371 case NORMAL: in overstrike()
437 case NORMAL: cx = ' '; break; in iattr()
612 if (curmode != NORMAL && newmode != NORMAL) in setmode()
613 setmode(NORMAL); in setmode()
615 case NORMAL: in setmode()
617 case NORMAL: in setmode()
/illumos-gate/usr/src/cmd/tr/
H A Dstr.c70 case NORMAL:
99 s->state = NORMAL;
106 s->state = NORMAL;
116 s->state = NORMAL;
123 s->state = NORMAL;
H A Dtr.c51 STR s1 = { STRING1, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
52 STR s2 = { STRING2, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
284 s2.state = NORMAL; in main()
312 s2.state = NORMAL; in main()
H A Dextern.h41 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans.c241 lower->kbtrans_state = NORMAL; in kbtrans_translate()
253 lower->kbtrans_state = NORMAL; in kbtrans_translate()
271 lower->kbtrans_state = NORMAL; in kbtrans_translate()
434 if (lower->kbtrans_state == NORMAL) { in kbtrans_translate()
/illumos-gate/usr/src/cmd/listen/
H A Dlserror.h52 #define NORMAL 0x20 /* exit is a 'normal' exit */ macro
H A Dlisten.c883 error(E_SIGTERM, EXIT | NORMAL | NOCORE); /* calls cleanup */ in sigterm()
/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h124 #define NORMAL 0 /* The usual (ho, hum) */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c1352 #define NORMAL ' ' in draw() macro
1369 longline = NORMAL; in draw()
1374 ep->overflow = NORMAL; in draw()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dpragma.test122 PRAGMA synchronous=NORMAL;
H A Dmemdb.test81 execsql {PRAGMA synchronous=NORMAL}
H A Dtrans.test870 execsql {PRAGMA synchronous=NORMAL}
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif424 ##### NORMAL
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2749 Change the menu colors. The color NORMAL is used for most lines in
752 HIGHLIGHT, then the inverted color of NORMAL is used for the
H A Dgrub.info2053 Change the menu colors. The color NORMAL is used for most lines in
2056 HIGHLIGHT, then the inverted color of NORMAL is used for the
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog6628 safe_parse_maxint for each of NORMAL and HIGHLIGHT.