Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c1593 static int comsub(register Lex_t *lp, int endtok) in comsub() argument
1606 lp->comsub = (endtok==LBRACE); in comsub()
1616 if(n==endtok || off<0) in comsub()
1618 if(endtok==LPAREN && lp->lexd.paren) in comsub()
1662 if(endtok==LBRACE && !lp->lex.incase) in comsub()
1670 if(endtok==LBRACE && --count<=0) in comsub()
1673 lp->comsub = endtok==LBRACE; in comsub()
1677 if(endtok==LPAREN && !lp->lex.incase) in comsub()
1683 else if(endtok==LPAREN && --count<=0) in comsub()
1688 lp->lasttok = endtok; in comsub()
[all …]