Lines Matching refs:String_table

657 char *String_table[1024];  variable
960 String_table[value] = NULL; in initscr()
977 if (String_table[pc__] == NULL) in initscr()
978 String_table[pc__] = "\0"; in initscr()
979 if ((String_table[cm__] == NULL) || (Booleans[hc__])) in initscr()
1033 nc_scrolling_ability = ((String_table[al__] != NULL) && in initscr()
1034 (String_table[dl__])) || ((String_table[cs__]) in initscr()
1035 && (String_table[sr__])); in initscr()
1131 if (String_table[counter] == NULL) in INFO_PARSE()
1132 String_table[counter] = Strings + offset; in INFO_PARSE()
1135 String_table[counter] = NULL; in INFO_PARSE()
1179 if (String_table[key_def] != NULL) in Key_Get()
1193 Spoint->element->string = String_table[key_def]; in Key_Get()
1194 Spoint->element->length = strlen(String_table[key_def]); in Key_Get()
1207 ((String_table[key_def][1] == '[') || in Key_Get()
1208 (String_table[key_def][1] == 'O'))) in Key_Get()
1214 Spoint->element->length = strlen(String_table[key_def]); in Key_Get()
1216 strcpy(Spoint->element->string, String_table[key_def]); in Key_Get()
1222 if (String_table[key_def][1] == '[') in Key_Get()
1436 String_table[offset] = String_Get(String_table[offset]); in CAP_PARSE()
1630 putchar(*String_table[pc__]);
2005 if (String_table[pc__] == NULL)
2008 temp = *String_table[pc__];
2783 String_Out(String_table[ks__], NULL, 0);
2785 String_Out(String_table[ke__], NULL, 0);
3016 if ((!String_table[cs__]) && (end_row < window->Num_lines))
3019 String_Out(String_table[dl__], NULL, 0);
3022 if (String_table[al__] != NULL)
3023 String_Out(String_table[al__], NULL, 0);
3025 String_Out(String_table[sr__], NULL, 0);
3085 String_Out(String_table[dl__], NULL, 0);
3086 if ((!String_table[cs__]) && (end_row < window->Num_lines))
3089 String_Out(String_table[al__], NULL, 0);
3091 else if ((String_table[cs__] != NULL) && (String_table[dl__] == NULL))
3129 if (String_table[ce__] != NULL)
3130 String_Out(String_table[ce__], NULL, 0);
3236 if (String_table[ic__] == NULL)
3238 String_Out(String_table[im__], NULL, 0);
3244 String_Out(String_table[ic__], NULL, 0);
3248 String_Out(String_table[ei__], NULL, 0);
3299 if (String_table[cl__]) in doupdate()
3300 String_Out(String_table[cl__], NULL, 0); in doupdate()
3307 if (String_table[ce__] != NULL) in doupdate()
3308 String_Out(String_table[ce__], NULL, 0); in doupdate()
3411 if (String_table[cs__]) /* scrolling region */ in doupdate()
3415 String_Out(String_table[cs__], list, 2); in doupdate()
3425 if (String_table[cs__]) /* scrolling region */ in doupdate()
3429 String_Out(String_table[cs__], list, 2); in doupdate()
3476 if (String_table[cs__]) /* scrolling region */ in doupdate()
3480 String_Out(String_table[cs__], list, 2); in doupdate()
3490 if (String_table[cs__]) /* scrolling region */ in doupdate()
3494 String_Out(String_table[cs__], list, 2); in doupdate()
3541 if (((String_table[ic__]) || (String_table[im__])) && in doupdate()
3542 (String_table[dc__]) && (curr->row[0] != '\0') && in doupdate()
3682 if (String_table[cm__] != NULL) /* && (row < window->Num_lines) && (column < window->Num_cols))*/
3687 String_Out(String_table[cm__], list, place);
3710 String_Out(String_table[dc__], NULL, 0);
3740 if (String_table[sa__]) in attribute_on()
3743 String_Out(String_table[sa__], attributes_set, 1); in attribute_on()
3745 else if (String_table[so__]) in attribute_on()
3746 String_Out(String_table[so__], NULL, 0); in attribute_on()
3752 if (String_table[me__]) in attribute_off()
3753 String_Out(String_table[me__], NULL, 0); in attribute_off()
3754 else if (String_table[sa__]) in attribute_off()
3757 String_Out(String_table[sa__], attributes_set, 1); in attribute_off()
3759 else if (String_table[se__]) in attribute_off()
3760 String_Out(String_table[se__], NULL, 0); in attribute_off()