Searched defs:getchar (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ie/
H A Dvi.c106 #undef getchar macro
107 #define getchar() ed_getchar() macro
760 while( c=getchar() )
1334 c = getchar();
1378 if( (c = getchar()) == cntl('V') )
1382 c = getchar();
2372 c = getcount(getchar());
2401 c = getcount(getchar());
2499 c = getcount(getchar());
2610 if((c=getchar())
[all...]

Completed in 15 milliseconds