Home | History | Annotate | Download | only in src

Lines Matching refs:fg

2009  * process the string available via fg (get a char)
2011 * assuming the first call to *fg gets the char di-
2017 unbksl(bool cstyle, int (*fg)(void), void (*fp)(int))
2021 fc = (*fg)();
2038 c = (*fg)();
2082 if ((c = (*fg)()) >= '0' && c <= '7')
2109 if ((c = (*fg)()) >= '0' && c <= '9')