Home | History | Annotate | Download | only in config

Lines Matching defs:vt

130 	struct vtype *vt = emalloc(sizeof(*vt));
131 vt->type = type;
132 vt->attr = a;
133 vt->value = value;
134 return vt;
2114 struct vtype *vt = v;
2121 if (!vt->attr->a_deselected)
2124 switch (vt->type) {
2128 deselectattr(vt->value);
2134 deldevbase(vt->value);