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

/xsrc/external/mit/xditview/dist/
H A Dlex.c34 while ((!p || i++ < Length) && DviGetC(dw, &c) != EOF && c != '\n') {
52 while (DviGetC(dw, &c) != EOF && isspace(c))
56 while (i++ < Length && DviGetC(dw, &c) != EOF && !isspace(c)) {
72 while (DviGetC(dw, &c) != EOF && isspace(c))
76 while (DviGetC(dw, &c) != EOF && isdigit(c))
H A Dparse.c86 switch (DviGetC(dw, &c)) {
113 HorizontalMove(dw, (c - '0') * 10 + DviGetC(dw, &otherc) - '0');
117 (void) DviGetC(dw, &c);
477 while (DviGetC(dw, &c) != '\n') /* skip rest of input line */
H A DDviP.h209 #define DviGetC(dw, cp)\ macro

Completed in 4 milliseconds