HomeSort by: relevance | last modified time | path
    Searched defs:ungot (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
command.c 99 struct ungot { struct
100 struct ungot *ug_next;
103 static struct ungot* ungot = NULL; variable in typeref:struct:ungot
823 if (ungot != NULL && ungot->ug_char != CHAR_END_COMMAND)
948 return ((ungot == NULL) ? getchr() : 0);
963 if (ungot == NULL)
972 struct ungot *ug = ungot;
    [all...]
  /src/external/gpl2/groff/dist/src/devices/xditview/
DviP.h 144 char ungot; /* have ungetc'd a char */ member in struct:__anon9345
213 (dw->dvi.ungot = 1),\

Completed in 106 milliseconds