Searched defs:Strings (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dtic.h92 #define Strings _str macro
H A Duntic.c75 #define Strings _str macro
210 if (tp->Strings[i] != NULL) {
212 for (p = tp->Strings[i]; *p != '\0'; ++p)
/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[]);
288 Strings[MAXSTRINGS]; local
290 init_structure(Booleans, Numbers, Strings);
303 Booleans, Numbers, Strings) < 0)
331 Strings[entry_ptr->nte_index] = -2;
348 if (Strings[entry_ptr->nte_index] == -1)
349 Strings[entry_ptr->nte_index] =
365 dump_structure(Booleans, Numbers, Strings);
382 elim_cancellations(short Booleans[], short Numbers[], short Strings[]) 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