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

/ast/src/cmd/ksh93/include/
H A Dfcin.h56 #define fcfirst() ((char*)_Fcin.fcbuff) macro
/ast/src/cmd/ksh93/sh/
H A Dlex.c145 off_t off = (fcseek(0)-(type+1))-(lp->lexd.first?lp->lexd.first:fcfirst());
156 off = offset + (fcseek(0)-(type+1)) - fcfirst();
161 sfwrite(stkp,fcfirst()+type,off-offset);
168 begin = fcfirst()+(type+lp->lexd.kiaoff-offset);
210 lp->lexd.docend = fcfirst();
862 lp->lexd.kiaoff = stktell(stkp)+fcseek(0)-fcfirst();
1154 state = fcfirst();
1324 state = fcfirst();
1573 off = cp-fcfirst();
1752 cp = fcfirst();
[all...]
H A Dfcin.c175 _Fcin.fcptr = (unsigned char*)fcfirst() - _Fcin.fcleft;

Completed in 11 milliseconds