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

/illumos-gate/usr/src/cmd/dc/
H A Ddc.c242 c = sgetc(arg1);
246 c = sgetc(arg1) * 100 + c;
467 k = sfeof(p) ? 0 : sgetc(p);
495 if ((c = sgetc(p)) < 0) {
846 d = sgetc(divr) * dig + carry;
856 d = d - (sfeof(divxyz) ? 0 : sgetc(divxyz)) - carry;
990 sputc(q, sgetc(p));
995 sputc(r, sgetc(p));
1002 sputc(q, sgetc(rem));
1119 if ((c = sgetc(bas
[all...]
H A Ddc.h52 #define sgetc(p) (((p)->rd == (p)->wt) ? EOF: ctoint((int)*(p)->rd++)) macro

Completed in 202 milliseconds