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

/freebsd-9.3-release/contrib/one-true-awk/
H A Dawk.h179 extern int pairstack[], paircnt;
H A Dparse.c204 int pairstack[PA2NUM]; /* state of each pat,pat */ variable
H A Drun.c71 extern int pairstack[];
1196 if (pairstack[pair] == 0) {
1199 pairstack[pair] = 1;
1202 if (pairstack[pair] == 1) {
1205 pairstack[pair] = 0;

Completed in 54 milliseconds