Home | History | Annotate | Download | only in src

Lines Matching full:getsc_uu

94 static int getsc_uu(void);
113 /* optimised getsc_uu() */
114 #define o_getsc_u() ((*source->str != '\0') ? *source->str++ : getsc_uu())
1246 getsc_uu(void)
1315 c = getsc_uu();