Home
last modified time | relevance | path

Searched refs:v_name (Results 1 – 12 of 12) sorted by relevance

/original-bsd/usr.bin/tip/
H A Dvalue.c29 for (p = vtable; p->v_name != NULL; p++) { in vinit()
31 if (cp = getenv(p->v_name)) in vinit()
116 for (p = vtable; p->v_name; p++)
185 col += size(p->v_name);
193 printf("%s", p->v_name);
197 printf("%s=", p->v_name);
208 printf("%s=%-5d", p->v_name, number(p->v_value));
212 printf("%s=", p->v_name);
246 for (p = vtable; p->v_name; p++)
247 if (equal(p->v_name, s) || (p->v_abrev && equal(p->v_abrev, s)))
H A Dtip.h70 char *v_name; /* whose name is it */ member
/original-bsd/usr.bin/mail/
H A Dvars.c35 vp->v_name = vcopy(name);
106 if (*vp->v_name == *name && equal(vp->v_name, name))
H A Ddef.h173 char *v_name; /* The variable's name */ member
H A Dcmd3.c349 *p++ = vp->v_name;
400 vfree(vp2->v_name);
408 vfree(vp2->v_name);
/original-bsd/bin/csh/
H A Dset.c417 if (Gmatch(vp->v_name, pat))
431 while (v && ((cmp = *name - *v->v_name) ||
432 (cmp = Strcmp(name, v->v_name))))
487 if ((f = *name - *c->v_name) == 0 &&
488 (f = Strcmp(name, c->v_name)) == 0) {
496 c->v_name = Strsave(name);
563 xfree((ptr_t) p->v_name);
576 p->v_name = c->v_name;
805 (void) fprintf(cshout, "%s\t", short2str(p->v_name));
H A Ddol.c461 dolerror(vp->v_name); in Dgetdol()
537 dolerror(vp->v_name); in Dgetdol()
557 dolerror(vp->v_name); in Dgetdol()
568 dolerror(vp->v_name); in Dgetdol()
H A Dcsh.h388 Char *v_name; /* Name of variable/alias */ member
/original-bsd/contrib/sc/
H A Drange.c225 v_name(row, col) in v_name() function
254 (void) sprintf(buf, "%s", v_name(r1, c1));
255 (void) sprintf(buf+strlen(buf), ":%s", v_name(r2, c2));
H A Dsc.c869 ins_string(v_name(currow, curcol));
965 v_name(currow, curcol), c);
972 v_name(currow, curcol));
1247 v_name(currow, curcol));
1253 v_name(currow, curcol));
1259 v_name(currow, curcol));
H A Dsc.h211 extern char *v_name();
H A Dinterp.c1137 error("Floating point exception %s", v_name(p->row, p->col));
1139 error("Floating point exception %s", v_name(i, j));
1159 error("Floating point exception %s", v_name(p->row, p->col));
1161 error("Floating point exception %s", v_name(i, j));
1532 error ("Floating point exception in cell %s", v_name(v->row, v->col));
1580 error ("Floating point exception in cell %s", v_name(v->row, v->col));
2128 (void)sprintf (line, "let %s = ", v_name(row, col));
2158 v_name(row, col));