HomeSort by relevance Sort by last modified time
    Searched refs:pairstack (Results 1 - 3 of 3) sorted by null

  /external/one-true-awk/
awk.h 179 extern int pairstack[], paircnt;
parse.c 204 int pairstack[PA2NUM]; /* state of each pat,pat */ variable
run.c 68 extern int pairstack[];
1193 if (pairstack[pair] == 0) {
1196 pairstack[pair] = 1;
1199 if (pairstack[pair] == 1) {
1202 pairstack[pair] = 0;
    [all...]

Completed in 63 milliseconds