Searched refs:endtok (Results 1 – 1 of 1) sorted by relevance
1483 static int comsub(register Lex_t *lp, int endtok) in comsub() argument1496 lp->comsub = (endtok==LBRACE); in comsub()1498 if(sh_lex(lp)==endtok) in comsub()1500 if(endtok==LPAREN && fcseek(0)==lp->lexd.first) in comsub()1537 if(endtok==LBRACE && !lp->lex.incase) in comsub()1545 if(endtok==LBRACE && --count<=0) in comsub()1551 if(endtok==LPAREN && !lp->lex.incase) in comsub()1557 else if(endtok==LPAREN && --count<=0) in comsub()1562 lp->lasttok = endtok; in comsub()1578 if(c==RBRACE && endtok==LBRACE) in comsub()