Searched refs:Spoint (Results 1 – 1 of 1) sorted by relevance
1164 struct KEY_STACK *Spoint; in Key_Get() local1182 Spoint = KEY_TOS = (struct KEY_STACK *) malloc(sizeof(struct KEY_STACK)); in Key_Get()1185 Spoint = KEY_TOS; in Key_Get()1186 while (Spoint->next != NULL) in Key_Get()1187 Spoint = Spoint->next; in Key_Get()1188 Spoint->next = (struct KEY_STACK *) malloc(sizeof(struct KEY_STACK)); in Key_Get()1189 Spoint = Spoint->next; in Key_Get()1191 Spoint->next = NULL; in Key_Get()1192 Spoint->element = (struct KEYS *) malloc(sizeof(struct KEYS)); in Key_Get()1193 Spoint->element->string = String_table[key_def]; in Key_Get()[all …]