Searched refs:sgetc (Results 1 – 3 of 3) sorted by relevance
242 c = sgetc(arg1); in commnds()246 c = sgetc(arg1) * 100 + c; in commnds()467 k = sfeof(p) ? 0 : sgetc(p); in commnds()495 if ((c = sgetc(p)) < 0) { in commnds()846 d = sgetc(divr) * dig + carry; in dcdiv()856 d = d - (sfeof(divxyz) ? 0 : sgetc(divxyz)) - carry; in dcdiv()990 sputc(q, sgetc(p)); in removr()995 sputc(r, sgetc(p)); in removr()1002 sputc(q, sgetc(rem)); in removr()1119 if ((c = sgetc(base)) <= 1) { in exp()[all …]
52 #define sgetc(p) (((p)->rd == (p)->wt) ? EOF: ctoint((int)*(p)->rd++)) macro
2058 sgetc(void *arg) in sgetc() function2157 retv = getkeyword(NULL, keybuf, sizeof (keybuf), sgetc, in launch_service()