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