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

/macosx-10.10/awk-20/src/
H A Dawk.h180 extern int pairstack[], paircnt;
H A Dparse.c204 int pairstack[PA2NUM]; /* state of each pat,pat */ variable
H A Drun.c68 extern int pairstack[];
1195 if (pairstack[pair] == 0) {
1198 pairstack[pair] = 1;
1201 if (pairstack[pair] == 1) {
1204 pairstack[pair] = 0;

Completed in 179 milliseconds