Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c110 off_t kiaoff; member
153 …r=kiaentity(lp,lp->lexd.first+lp->lexd.kiaoff+type,off-lp->lexd.kiaoff,'v',-1,-1,lp->current,'v',0… in refvar()
160 if(lp->lexd.kiaoff < offset) in refvar()
165 n = stktell(stkp)-lp->lexd.kiaoff; in refvar()
166 begin = stkptr(stkp,lp->lexd.kiaoff); in refvar()
171 begin = fcfirst()+(type+lp->lexd.kiaoff-offset); in refvar()
172 n = off-lp->lexd.kiaoff; in refvar()
222 lp->lexd.kiaoff += ARGVAL; in lex_advance()
865 lp->lexd.kiaoff = fcseek(0)-lp->lexd.first; in sh_lex()
867 lp->lexd.kiaoff = stktell(stkp)+fcseek(0)-fcfirst(); in sh_lex()