Searched refs:ungot (Results 1 – 2 of 2) sorted by relevance
105 struct ungot { struct106 struct ungot *ug_next; argument110 static struct ungot* ungot = NULL; argument894 if (ungot != NULL && !ungot->ug_end_command) in prompt()1036 if (ungot != NULL) in getcc_end_command()1049 struct ungot *ug = ungot; in get_ungot()1053 ungot = ug->ug_next; in get_ungot()1063 while (ungot != NULL) in getcc_clear()1078 if (ungot == NULL) in getccu()1152 struct ungot *ug = (struct ungot *) ecalloc(1, sizeof(struct ungot)); in ungetcc()[all …]
217304 ungot