Lines Matching refs:SFgetc
347 #define SFgetc(f,c) ((c) = (d < endd || (SFend(f), SFbuf(f), d < endd)) ? \ macro
383 { if(SFgetc(f,inp) < 0 || inp == fmt)
407 if(SFgetc(f,inp) != fmt)
419 do SFgetc(f,inp); while(isspace(inp)); /* skip starting blanks */
780 SFgetc(f,inp);
782 { do { SFgetc(f,inp); }
825 while(--width > 0 && SFgetc(f,inp) >= 0)
839 { if(SFgetc(f,inp) >= 0)
859 if(SFgetc(f,inp) >= 0 &&
861 SFgetc(f,inp);
880 if((width -= 1) <= 0 || SFgetc(f,inp) < 0)
895 SFgetc(f,inp) >= 0 && sp[inp] < base)
918 SFgetc(f,inp) >= 0 && sp[inp] < base);
924 SFgetc(f,inp) >= 0 && sp[inp] < base);
1013 } while(--width > 0 && SFgetc(f,inp) >= 0);
1019 } while(--width > 0 && SFgetc(f,inp) >= 0);
1033 } while(--width > 0 && SFgetc(f,inp) >= 0);