Lines Matching defs:secondval
81 char secondval; /* the value in the use= terminal */
92 short secondval;
103 char *secondval;
659 ** if (boolval && (boolval != ibool[i].secondval))
666 ** ibool[i].secondval, nterm, boolval);
672 ibool[i].secondval = boolval;
713 (numval != num[i].secondval)) {
720 num[i].secondval, nterm, numval);
725 num[i].secondval = numval;
768 if (!EQUAL(strval, str[i].secondval)) {
775 PR(stderr, str[i].secondval);
784 str[i].secondval = strval;