Home
last modified time | relevance | path

Searched refs:invis (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c134 if ((menup->nchoices <= 0) && !menup->invis) in ckitem()
138 if (((n = menup->nchoices) <= 1) && menup->invis) { in ckitem()
139 for (i = 0; menup->invis[i]; ++i) in ckitem()
145 else if (menup->invis) in ckitem()
146 item[0] = menup->invis[0]; in ckitem()
292 if (menup->invis) {
293 for (i = 0; menup->invis[i]; ++i) {
295 if (strncmp(menup->invis[i], strval,
300 if (menup->invis[i][len] == '\0') {
302 found = menup->invis[i];
[all …]
/illumos-gate/usr/src/cmd/valtools/
H A Dckitem.c56 static char *label, **invis; variable
147 invis = (char **)calloc(invismaxsize, sizeof (char *)); in main()
148 if (!invis) { in main()
194 invis[ninvis++] = optarg; in main()
197 invis = (char **)realloc(invis, in main()
199 if (!invis) { in main()
204 (void) memset(invis + ninvis, 0, in main()
324 if (setinvis(mp, invis[n++])) { in main()
/illumos-gate/usr/src/head/
H A Dvaltools.h46 char **invis; member
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dres.ok47 V1: ellipse invis ht 0.16 wid 0.12 at V1
74 V3: ellipse invis ht 0.16 wid 0.12 at V3
94 V1: ellipse invis ht 0.16 wid 0.12 at V1
H A Dlsd1.ok46 V5: ellipse invis ht 0.16 wid 0.12 at V5
90 V1: ellipse invis ht 0.16 wid 0.12 at V1
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src364 blink=\E[5m, invis=\E[8m, rev=\E[7m,
405 # Most Intel boxes do not treat "invis" (invisible) text.
407 invis=\E[8m,
416 blink=\E[5m, bold=\E[1m, invis=\E[8m, rev=\E[7m, rmso=\E[m,
539 # <invis=\E[9m>, but <invis=\E[8m> now seems to be more common under
1067 dim=\E[2m, invis=\E[8m, op=\E[37;40m, rmso=\E[27m,
1110 invis=\E[8m, kb2=\E[G, kbs=\177, kcbt=\E[Z, kcub1=\EOD,
1178 ind=\E[S, indn=\E[%p1%dS, invis=\E[8m, kbeg=\E[E, kbs=^H,
1226 indn=\E[%p1%dS, invis=\E[9m, is2=\E[0;10;39m, kbs=^H,
1246 invis=\E[9m, kbs=^H, kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C,
[all …]
H A Dtermcap.src392 # Most Intel boxes do not treat "invis" (invisible) text.
515 # <invis=\E[9m>, but <invis=\E[8m> now seems to be more common under
1244 # (att7300: added :vi:/:ve:/:ic:/<invis> from the BSDI entry,
1548 # typo in invis - TD
4082 # - sgr referred to unimplemented "invis" mode.
4083 # Fixes: add eo and xenl per tack, remove nonworking cbt, hts and tbc, invis
4315 # (a) screen does not support invis.
5435 # <invis> imported by use=adm+sgr may work, let me know. -- esr)
10452 # invis=01000100 and %c is the logical or of desired attributes.
12143 # made this relative to adm+sgr -- note that <invis> isn't
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmaketerm.ed459 _cursorstate, /* cursor: 0=invis, 1=norm, 2=vvis */
H A Dcaps166 enter_secure_mode, "invis" "mk" Turn on blank mode (chars invisible)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps171 enter_secure_mode invis mk str Turn on blank mode (chars invisible)
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps173 enter_secure_mode invis mk str Turn on blank mode (chars invisible)