Searched refs:boolcodes (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | tgetflag.c | 58 for (p = boolcodes; *p != NULL; ++p) { in tgetflag() 64 value = cur_term->_bool[(int)(p - boolcodes)]; in tgetflag()
|
H A D | private.h | 137 extern const char *boolcodes[];
|
/titanic_50/usr/src/cmd/captoinfo/ |
H A D | captoinfo.c | 99 extern char *boolnames[], *boolcodes[]; 191 if (!capsearch(boolcodes, oboolcodes, tbuf + 1) && in checktermcap() 226 if (capsearch(boolcodes, oboolcodes, tbuf)) { in checktermcap() 295 for (i = 0; boolcodes[i]; i++) { in filltables() 296 boolval[uselevel][i] = otgetflag(boolcodes[i]); in filltables() 298 (void) fprintf(trace, "boolcodes=%s, ", boolcodes[i]); in filltables() 1237 for (i = 0; boolcodes[i]; i++) in print_no_use_entry() 1268 for (i = 0; boolcodes[i]; i++) in print_use_entry() 1501 sorttable(boolnames, boolcodes); in inittables()
|
/titanic_50/usr/src/lib/libxcurses/src/tic/ |
H A D | untic.c | 63 #define boolcodes __m_boolcodes macro 125 Bool = boolcodes;
|
H A D | tic.h | 80 #define boolcodes __m_boolcodes macro
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | setupterm.c | 88 extern char *boolfnames[], *boolnames[], *boolcodes[], 507 boolcodes[tempindex], s); in setupterm()
|
H A D | termcap.ed | 135 int offset = _tcsearch(tcstr, booloffsets, boolcodes, n, 2);
|
H A D | mapfile-vers | 378 boolcodes;
|
H A D | maketerm.ed | 29 char *boolcodes[] = 548 *boolnames[], *boolcodes[], *boolfnames[],
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 432 boolcodes;
|
/titanic_50/usr/src/cmd/infocmp/ |
H A D | infocmp.c | 50 extern char *boolcodes[]; 200 ibool[i].capname = boolcodes[i]; in allocvariables()
|