Searched refs:Strings (Results 1 - 5 of 5) 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[]);
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...]
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Duntic.c75 #define Strings _str macro
210 if (tp->Strings[i] != NULL) {
212 for (p = tp->Strings[i]; *p != '\0'; ++p)
H A Dtic.h92 #define Strings _str macro
H A Dticparse.c500 if (string[i] == -1 && cur_term->Strings[i] != NULL)
501 string[i] = save_str(cur_term->Strings[i]);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1405 #pragma mark ***** Strings

Completed in 73 milliseconds