Home
last modified time | relevance | path

Searched refs:sgetc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dc/
H A Ddc.c240 c = sgetc(arg1); in commnds()
244 c = sgetc(arg1) * 100 + c; in commnds()
465 k = sfeof(p) ? 0 : sgetc(p); in commnds()
493 if ((c = sgetc(p)) < 0) { in commnds()
844 d = sgetc(divr) * dig + carry; in dcdiv()
854 d = d - (sfeof(divxyz) ? 0 : sgetc(divxyz)) - carry; in dcdiv()
988 sputc(q, sgetc(p)); in removr()
993 sputc(r, sgetc(p)); in removr()
1000 sputc(q, sgetc(rem)); in removr()
1117 if ((c = sgetc(base)) <= 1) { in exp()
[all …]
H A Ddc.h50 #define sgetc(p) (((p)->rd == (p)->wt) ? EOF: ctoint((int)*(p)->rd++)) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c2059 sgetc(void *arg) in sgetc() function
2158 retv = getkeyword(NULL, keybuf, sizeof (keybuf), sgetc, in launch_service()