Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dlex.c76 char intest; /* 1 inside [[...]] */ member
267 lp->lex.intest = lp->lex.incase = lp->lex.skipword = lp->lexd.warn = 0; in sh_lexopen()
440 lp->lex.reservok = !lp->lex.intest; in sh_lex()
478 lp->lex.reservok = !lp->lex.intest; in sh_lex()
497 if(lp->lex.intest) in sh_lex()
519 lp->lex.reservok = !lp->lex.intest; in sh_lex()
526 lp->lex.testop1 = lp->lex.intest; in sh_lex()
614 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase) in sh_lex()
845 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED) in sh_lex()
1035 if(lp->lexd.level==inlevel+1 && lp->lex.incase>=TEST_RE && !lp->lex.intest) in sh_lex()
[all …]
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t31 our $intest = 1;
50 if ($intest != 0) {
54 $intest = 1;
60 if ($intest == 0) {
64 $intest = 0;
69 if ($intest == 0) {
73 $intest = 0;
153 fail("Exited during test!") if ($intest == 1);
/titanic_50/usr/src/cmd/awk/
H A Dawk.h346 extern Cell *intest(Node **, int);
H A Drun.c505 intest(Node **a, int n) in intest() function