Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dfcin.h50 #define fcfirst() ((char*)_Fcin.fcbuff) macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c143 off_t off = (fcseek(0)-(type+1))-(lp->lexd.first?lp->lexd.first:fcfirst()); in refvar()
154 off = offset + (fcseek(0)-(type+1)) - fcfirst(); in refvar()
159 sfwrite(stkp,fcfirst()+type,off-offset); in refvar()
166 begin = fcfirst()+(type+lp->lexd.kiaoff-offset); in refvar()
817 lp->lexd.kiaoff = stktell(stkp)+fcseek(0)-fcfirst(); in sh_lex()
1088 state = fcfirst(); in sh_lex()
1248 state = fcfirst(); in sh_lex()
1657 cp = fcfirst(); in sh_lexskip()
1863 bufp = fcfirst(); in here_copy()
H A Dfcin.c169 _Fcin.fcptr = (unsigned char*)fcfirst() - _Fcin.fcleft; in fcmbstate()
H A Dmacro.c2563 errormsg(SH_DICT,ERROR_exit(1),e_subst,fcfirst()); in mac_error()
H A Dparse.c347 char *cp = fcfirst(); in sh_parse()