Home
last modified time | relevance | path

Searched refs:fcfirst (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfcin.h56 #define fcfirst() ((char*)_Fcin.fcbuff) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c148 off_t off = (fcseek(0)-(type+1))-(lp->lexd.first?lp->lexd.first:fcfirst()); in refvar()
159 off = offset + (fcseek(0)-(type+1)) - fcfirst(); in refvar()
164 sfwrite(stkp,fcfirst()+type,off-offset); in refvar()
171 begin = fcfirst()+(type+lp->lexd.kiaoff-offset); in refvar()
213 lp->lexd.docend = fcfirst(); in lex_advance()
867 lp->lexd.kiaoff = stktell(stkp)+fcseek(0)-fcfirst(); in sh_lex()
1163 state = fcfirst(); in sh_lex()
1333 state = fcfirst(); in sh_lex()
1610 off = cp-fcfirst(); in comsub()
1790 cp = fcfirst(); in sh_lexskip()
[all …]
H A Dfcin.c175 _Fcin.fcptr = (unsigned char*)fcfirst() - _Fcin.fcleft; in _fcmbget()
H A Dparse.c359 char *cp = fcfirst(); in sh_parse()
H A Dmacro.c2788 errormsg(SH_DICT,ERROR_exit(1),e_subst,fcfirst()); in mac_error()