Searched defs:Booleans (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses/src/tic/ |
H A D | tic.h | 90 #define Booleans _bool macro
|
H A D | untic.c | 73 #define Booleans _bool macro 202 if (tp->Booleans[i])
|
/illumos-gate/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[], shor argument 406 change_cancellations(short Booleans[]) argument 524 dump_structure(short Booleans[], short Numbers[], short Strings[]) argument 791 init_structure(short Booleans[], short Numbers[], short Strings[]) argument [all...] |
Completed in 46 milliseconds