Home
last modified time | relevance | path

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

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshlex.h49 char comp_assign; /* in compound assignment */ member
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshlex.h49 char comp_assign; /* in compound assignment */ member
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshlex.h49 char comp_assign; /* in compound assignment */ member
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshlex.h85 char comp_assign; // in compound assignment member
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dlex.c198 lp->comp_assign = 0; in sh_lexopen()
268 if (lp->comp_assign == 2) lp->comp_assign = lp->lex.reservok = 0; in sh_lex()
427 lp->comp_assign = 0; in sh_lex()
470 if (lp->lex.intest || lp->comp_assign) return c; in sh_lex()
537 if (c == LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase) { in sh_lex()
538 lp->comp_assign = 2; in sh_lex()
540 lp->comp_assign = 0; in sh_lex()
1162 lp->comp_assign = 0; in sh_lex()
1252 lp->comp_assign = assignment; in sh_lex()
H A Dparse.c1462 lexp->comp_assign = 2; in simple()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dlex.c275 lp->comp_assign = 0; in sh_lexopen()
351 if(lp->comp_assign==2) in sh_lex()
352 lp->comp_assign = lp->lex.reservok = 0; in sh_lex()
516 lp->comp_assign = 0; in sh_lex()
567 if(lp->lex.intest || lp->comp_assign) in sh_lex()
647 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase) in sh_lex()
648 lp->comp_assign = 2; in sh_lex()
650 lp->comp_assign = 0; in sh_lex()
1323 lp->comp_assign = 0; in sh_lex()
1425 lp->comp_assign = assignment; in sh_lex()
H A Dparse.c1638 lexp->comp_assign = 2; in simple()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dlex.c274 lp->comp_assign = 0; in sh_lexopen()
350 if(lp->comp_assign==2) in sh_lex()
351 lp->comp_assign = lp->lex.reservok = 0; in sh_lex()
508 lp->comp_assign = 0; in sh_lex()
639 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase) in sh_lex()
640 lp->comp_assign = 2; in sh_lex()
642 lp->comp_assign = 0; in sh_lex()
1303 lp->comp_assign = 0; in sh_lex()
1405 lp->comp_assign = assignment; in sh_lex()
H A Dparse.c1555 lexp->comp_assign = 2; in simple()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dlex.c274 lp->comp_assign = 0; in sh_lexopen()
350 if(lp->comp_assign==2) in sh_lex()
351 lp->comp_assign = lp->lex.reservok = 0; in sh_lex()
508 lp->comp_assign = 0; in sh_lex()
639 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase) in sh_lex()
640 lp->comp_assign = 2; in sh_lex()
642 lp->comp_assign = 0; in sh_lex()
1303 lp->comp_assign = 0; in sh_lex()
1405 lp->comp_assign = assignment; in sh_lex()
H A Dparse.c1555 lexp->comp_assign = 2; in simple()