Searched refs:Booleans (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/tic/ |
H A D | tic_parse.c | 126 void init_structure(short Booleans[], short Numbers[], short Strings[]); 127 void dump_structure(short Booleans[], short Numbers[], short Strings[]); 286 short Booleans[MAXBOOLS], local 290 init_structure(Booleans, Numbers, Strings); 303 Booleans, Numbers, Strings) < 0) 323 Booleans[entry_ptr->nte_index] = -2; 337 if (Booleans[entry_ptr->nte_index] == 0) 338 Booleans[entry_ptr->nte_index] = TRUE; 365 dump_structure(Booleans, Numbers, Strings); 382 elim_cancellations(short Booleans[], short Numbers[], short Strings[]) in elim_cancellations() argument [all …]
|
/titanic_44/usr/src/lib/libxcurses/src/tic/ |
H A D | untic.c | 73 #define Booleans _bool macro 202 if (tp->Booleans[i])
|
H A D | tic.h | 90 #define Booleans _bool macro
|
H A D | ticparse.c | 492 if (boolean[i] == 0 && cur_term->Booleans[i])
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | caps | 83 # Add new Booleans before this line.
|