Home
last modified time | relevance | path

Searched refs:BoolCount (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/tic/
H A Dtic_read.c138 extern int BoolCount;
174 read(fd, UB, min(BoolCount, header.bool_count));
175 if (header.bool_count > BoolCount)
176 lseek(fd, (long)(header.bool_count - BoolCount), 1);
178 for (i = header.bool_count; i < BoolCount; i++)
H A Dtic_parse.c385 for (i = 0; i < BoolCount; i++) { in elim_cancellations()
409 for (i = 0; i < BoolCount; i++) { in change_cancellations()
693 header.bool_count = swap(BoolCount);
700 header.bool_count = BoolCount;
706 for (i = 0; i < BoolCount; i++)
711 fwrite(cBooleans, sizeof (char), BoolCount, fp) !=
712 BoolCount)
715 if ((namelen+BoolCount) % 2 != 0 &&
795 for (i = 0; i < BoolCount; i++) in init_structure()
867 for (i = 0; i < BoolCount; i++) {
H A Dtic_captab.c55 int BoolCount = 0; variable
H A Dtic_hash.c147 BoolCount = i; in make_nte()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmkterm.awk70 printf "#define %-30s __TERM _bool[%d]\n", $1, BoolCount++
83 printf "#define __COUNT_BOOL\t\t%d\n", BoolCount
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmkterm.awk72 printf "#define %s\t\t__TERM _bool[%d]\n", $1, BoolCount++
85 printf "#define __COUNT_BOOL\t\t%d\n", BoolCount
/titanic_44/usr/src/lib/libcurses/screen/
H A Dcompiler.h178 extern int BoolCount;