Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c1235 int isfirst; in sh_lex() local
1263 isfirst = (lp->lexd.first&&fcseek(0)==lp->lexd.first+1); in sh_lex()
1273 if(lp->lex.reservok && state[n]==S_BREAK && isfirst) in sh_lex()