Searched refs:balance (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dlex.c95 char balance; member in struct:lexdata
280 lp->lexd.noarg = lp->lexd.level= lp->lexd.dolparen = lp->lexd.balance = 0;
443 lp->lexd.balance = c;
452 lp->lexd.balance = c;
1312 lp->lexd.balance = 0;
1317 lp->lexd.balance = 0;
1331 if(lp->lexd.balance)
1333 sfputc(stkp,lp->lexd.balance);
1334 lp->lexd.balance = 0;

Completed in 9 milliseconds