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

/macosx-10.10/awk-20/src/
H A Dproctab.c172 intest, /* INTEST */
H A Dproto.h156 extern Cell *intest(Node **, int);
H A Drun.c532 Cell *intest(Node **a, int n) /* a[0] is index (list), a[1] is symtab */ function
551 FATAL("out of memory in intest");
557 if (!adjbuf(&buf, &bufsz, strlen(buf)+strlen(s)+nsub+1, recsize, 0, "intest"))
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dlex.c76 char intest; /* 1 inside [[...]] */ member in struct:lexstate
273 lp->lex.intest = lp->lex.incase = lp->lex.skipword = lp->lexd.warn = 0;
457 lp->lex.reservok = !lp->lex.intest;
498 lp->lex.reservok = !lp->lex.intest;
517 if(lp->lex.intest)
540 lp->lex.reservok = !lp->lex.intest;
547 lp->lex.testop1 = lp->lex.intest;
559 if(lp->lex.intest)
639 if(c==LPAREN && lp->comp_assign && !lp->lex.intest && !lp->lex.incase)
892 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest
[all...]

Completed in 122 milliseconds