Searched refs:BoolCount (Results 1 – 7 of 7) sorted by relevance
| /titanic_44/usr/src/cmd/tic/ |
| H A D | tic_read.c | 138 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 D | tic_parse.c | 385 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 D | tic_captab.c | 55 int BoolCount = 0; variable
|
| H A D | tic_hash.c | 147 BoolCount = i; in make_nte()
|
| /titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | mkterm.awk | 70 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 D | mkterm.awk | 72 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 D | compiler.h | 178 extern int BoolCount;
|