Lines Matching refs:VARIABLE
88 "OK", "NULL", "not NULL", "variable", "reference", "return count",
182 %token <string> VARIABLE
255 | VARIABLE {
264 | VARIABLE {
368 reference : VARIABLE {
391 | VARIABLE {
409 | VARIABLE MULTIPLIER numeric {
438 | VARIABLE {
471 | VARIABLE {
500 * Get the value of a variable, error if the variable has not been set or
509 errx(1, "Variable %s is undefined", var);
512 errx(1, "Variable %s is not a numeric type", var);
599 errx(1, "%s:%zu: Variable %s is undefined",
612 "%s:%zu: Variable %s has invalid type for cchar",
636 * Assign the value given to the named variable.
731 * Add a new variable to the vars array, the value will be assigned later,
777 errx(1, "%s:%zu: Invalid variable %s",
836 errx(1, "Undefined variable reference");
853 * Find the given variable name in the var array and return the i
1068 * results. The variable nresults determines how many returns we expect
1272 errx(1, "%s:%zu: Undefined variable in check statement",
1286 fprintf(stderr, "Checking contents of variable %s for %s\n",
1471 * Validate the response against the expected return. The variable
1534 * Validate the return against the contents of a variable.
1830 * Validate the variable at i against the expected value, throw an
1845 errx(1, "Variable %s has no value assigned to it", varptr->name);
1849 errx(1, "Variable %s is not the expected type", varptr->name);
1854 errx(1, "%s:%zu: Variable %s contains %s instead of %s"
1862 "%s:%zu: Variable %s contains %s value %s\n",