Searched refs:Booleans (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c126 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...]
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dtic.h90 #define Booleans _bool macro
H A Duntic.c73 #define Booleans _bool macro
202 if (tp->Booleans[i])
H A Dticparse.c492 if (boolean[i] == 0 && cur_term->Booleans[i])

Completed in 52 milliseconds