Lines Matching refs:reservok
79 char reservok; /* >0 for reserved word legal */ member
269 lp->lex.reservok = 1; in sh_lexopen()
332 lp->assignok |= lp->lex.reservok; in sh_lex()
334 lp->comp_assign = lp->lex.reservok = 0; in sh_lex()
440 lp->lex.reservok = !lp->lex.intest; in sh_lex()
478 lp->lex.reservok = !lp->lex.intest; in sh_lex()
513 lp->aliasok = lp->lex.reservok; in sh_lex()
514 lp->lex.reservok = 0; in sh_lex()
519 lp->lex.reservok = !lp->lex.intest; in sh_lex()
570 lp->lex.reservok = 1; in sh_lex()
673 lp->lex.reservok *= 2; in sh_lex()
1079 lp->lex.reservok = 1; in sh_lex()
1123 if(lp->lex.reservok && !lp->lex.incase) in sh_lex()
1163 if(mode==ST_BEGIN && (lp->lex.reservok||lp->comsub)) in sh_lex()
1188 else if(lp->lex.reservok) in sh_lex()
1191 if(lp->lex.reservok && state[n]==S_BREAK && isfirst) in sh_lex()
1301 lp->lex.reservok = 1; in sh_lex()
1373 lp->lex.reservok = 1; in sh_lex()
1401 if(lp->lex.reservok /* && !lp->lex.incase*/ && n<=2) in sh_lex()
1416 lp->lex.testop2 = lp->lex.reservok = 0; in sh_lex()
1423 if(n>1 && lp->lex.reservok==1 && mode==ST_NAME && in sh_lex()
1443 lp->lex.reservok = 0; in sh_lex()
1455 if(!(wordflags&ARG_QUOTED) && (lp->lex.reservok||lp->aliasok)) in sh_lex()
1469 lp->lex.reservok = 1; in sh_lex()
1470 lp->assignok |= lp->lex.reservok; in sh_lex()
1474 lp->lex.reservok = 0; in sh_lex()
1573 lp->lex.reservok = 0; in comsub()
1584 lp->lex.reservok = 1; in comsub()