Searched refs:ungot (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/less/
H A Dcommand.c88 struct ungot { struct
89 struct ungot *ug_next;
92 static struct ungot* ungot = NULL; variable in typeref:struct:ungot
770 if (ungot != NULL && ungot->ug_char != CHAR_END_COMMAND)
887 return ((ungot == NULL) ? getchr() : 0);
903 if (ungot == NULL)
912 struct ungot *ug = ungot;
[all...]

Completed in 95 milliseconds