Home
last modified time | relevance | path

Searched refs:Booleans (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c301 short Booleans[MAXBOOLS], in do_entry() local
305 init_structure(Booleans, Numbers, Strings); in do_entry()
318 Booleans, Numbers, Strings) < 0) in do_entry()
338 Booleans[entry_ptr->nte_index] = -2; in do_entry()
352 if (Booleans[entry_ptr->nte_index] == 0) in do_entry()
353 Booleans[entry_ptr->nte_index] = TRUE; in do_entry()
380 dump_structure(Booleans, Numbers, Strings); in do_entry()
397 elim_cancellations(short Booleans[], short Numbers[], short Strings[]) in elim_cancellations() argument
401 if (Booleans[i] == -2) in elim_cancellations()
402 Booleans[i] = FALSE; in elim_cancellations()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps81 # Add new Booleans before this line.