Searched refs:paircnt (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Dparse.c215 x = node4(PASTAT2, a, b, c, (NODE *) paircnt);
216 paircnt++;
H A Dawk.def138 extern int pairstack[], paircnt;
H A Drun.c55 int pairstack[PA2NUM], paircnt; variable
/illumos-gate/usr/src/cmd/awk/
H A Dparse.c228 x = node4(PASTAT2, a, b, c, (Node *)paircnt);
229 paircnt++;
H A Dawk.h213 extern int pairstack[], paircnt;
318 extern int paircnt;
H A Drun.c53 int paircnt; variable
1177 dprintf(("paircnt: %d\n", paircnt));
1178 pairstack = (int *)malloc(sizeof (int) * paircnt);
1181 (void) memset(pairstack, 0, sizeof (int) * paircnt);

Completed in 69 milliseconds