Searched refs:fcfirst (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dfcin.h56 #define fcfirst() ((char*)_Fcin.fcbuff) macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c147 off_t off = (fcseek(0)-(type+1))-(lp->lexd.first?lp->lexd.first:fcfirst());
158 off = offset + (fcseek(0)-(type+1)) - fcfirst();
163 sfwrite(stkp,fcfirst()+type,off-offset);
170 begin = fcfirst()+(type+lp->lexd.kiaoff-offset);
212 lp->lexd.docend = fcfirst();
856 lp->lexd.kiaoff = stktell(stkp)+fcseek(0)-fcfirst();
1131 state = fcfirst();
1292 state = fcfirst();
1540 off = cp-fcfirst();
1714 cp = fcfirst();
[all...]
H A Dfcin.c175 _Fcin.fcptr = (unsigned char*)fcfirst() - _Fcin.fcleft;

Completed in 77 milliseconds