Searched refs:squest (Results 1 – 1 of 1) sorted by relevance
103 int squest; /* when this is positive, we have seen a ? in main() local167 squest = 0; in main()700 squest++; /* this will be used when a later colon in main()714 if (squest > 0) { /* it is part of the <c>?<n>: <n> construct */ in main()715 --squest; in main()756 squest = 0; in main()