Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dlex.c105 off_t kiaoff; member
148 …r=kiaentity(lp,lp->lexd.first+lp->lexd.kiaoff+type,off-lp->lexd.kiaoff,'v',-1,-1,lp->current,'v',0… in refvar()
155 if(lp->lexd.kiaoff < offset) in refvar()
160 n = stktell(stkp)-lp->lexd.kiaoff; in refvar()
161 begin = stkptr(stkp,lp->lexd.kiaoff); in refvar()
166 begin = fcfirst()+(type+lp->lexd.kiaoff-offset); in refvar()
167 n = off-lp->lexd.kiaoff; in refvar()
213 lp->lexd.kiaoff += ARGVAL; in lex_advance()
815 lp->lexd.kiaoff = fcseek(0)-lp->lexd.first; in sh_lex()
817 lp->lexd.kiaoff = stktell(stkp)+fcseek(0)-fcfirst(); in sh_lex()