Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c1160 int isfirst; in sh_lex() local
1181 isfirst = (lp->lexd.first&&fcseek(0)==lp->lexd.first+1); in sh_lex()
1191 if(lp->lex.reservok && state[n]==S_BREAK && isfirst) in sh_lex()