Lines Matching defs:v_key
53 char * v_key;
75 if (strcmp(it->v_key, key) == 0)
92 vp->v_key = estrdup(name);
171 free(vp->v_key);
180 yyerror("variable '%s' has multiple elements", vp->v_key);
191 yyerror("variable '%s' has multiple elements", vp->v_key);
243 yyerror("circular dependency for variable '%s'", vp->v_key);
248 vp->v_key, vp->v_count, idx);
277 "is of type '%s' rather than '%s'", vp->v_key,
333 "is of type '%s' rather than '%s'", vp->v_key,