Searched refs:DviGetC (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xditview/dist/ |
| H A D | lex.c | 34 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 D | parse.c | 86 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 D | DviP.h | 209 #define DviGetC(dw, cp)\ macro
|
Completed in 4 milliseconds