Symbol: V_ERR
usr.bin/window/lcmd1.c
139
if (a->v_type != V_ERR)
usr.bin/window/lcmd1.c
190
if (a->v_type == V_ERR)
usr.bin/window/lcmd1.c
227
if (a->v_type != V_ERR)
usr.bin/window/lcmd1.c
244
if ((++a)->v_type != V_ERR && setlabel(w, a->v_str) < 0)
usr.bin/window/lcmd1.c
295
if (a->v_type != V_ERR && dosource(a->v_str) < 0) {
usr.bin/window/lcmd1.c
316
while (a->v_type != V_ERR) {
usr.bin/window/lcmd1.c
322
if ((++a)->v_type != V_ERR)
usr.bin/window/lcmd1.c
340
for (; a->v_type != V_ERR; a++)
usr.bin/window/lcmd1.c
356
if (a->v_type != V_ERR)
usr.bin/window/lcmd1.c
370
case V_ERR:
usr.bin/window/lcmd1.c
389
case V_ERR:
usr.bin/window/lcmd1.c
426
case V_ERR:
usr.bin/window/lcmd1.c
74
row = a->v_type == V_ERR ? 1 : a->v_num;
usr.bin/window/lcmd1.c
76
col = a->v_type == V_ERR ? 0 : a->v_num;
usr.bin/window/lcmd1.c
78
nrow = a->v_type == V_ERR ? wwnrow - row : a->v_num;
usr.bin/window/lcmd1.c
80
ncol = a->v_type == V_ERR ? wwncol - col : a->v_num;
usr.bin/window/lcmd1.c
82
nline = a->v_type == V_ERR ? default_nline : a->v_num;
usr.bin/window/lcmd1.c
84
label = a->v_type == V_ERR ? 0 : a->v_str;
usr.bin/window/lcmd1.c
95
if ((++a)->v_type != V_ERR) {
usr.bin/window/lcmd1.c
96
for (pp = argv; a->v_type != V_ERR &&
usr.bin/window/lcmd2.c
232
case V_ERR:
usr.bin/window/lcmd2.c
250
if (a->v_type == V_ERR) {
usr.bin/window/lcmd2.c
263
vp->v_type != V_ERR &&
usr.bin/window/lcmd2.c
289
if (a->v_type == V_ERR) {
usr.bin/window/lcmd2.c
315
for (n = 0, vp = a + 1; vp->v_type != V_ERR; vp++, n++)
usr.bin/window/lcmd2.c
322
for (q = str, vp = a + 1; vp->v_type != V_ERR;
usr.bin/window/lcmd2.c
374
while (a->v_type != V_ERR) {
usr.bin/window/lcmd2.c
380
if ((++a)->v_type != V_ERR)
usr.bin/window/parser1.c
104
case V_ERR:
usr.bin/window/parser1.c
190
v->v_type = V_ERR;
usr.bin/window/parser2.c
108
if (t.v_type == V_ERR)
usr.bin/window/parser2.c
139
if (vp && vp->v_type != V_ERR) {
usr.bin/window/parser2.c
149
} else if (t.v_type == V_ERR) {
usr.bin/window/parser2.c
180
v->v_type = V_ERR;
usr.bin/window/parser2.c
197
v->v_type = V_ERR;
usr.bin/window/parser2.c
72
vp->v_type = V_ERR;
usr.bin/window/parser2.c
81
t.v_type = V_ERR;
usr.bin/window/parser2.c
85
if (t.v_type == V_ERR)
usr.bin/window/parser3.c
101
v->v_type = V_ERR;
usr.bin/window/parser3.c
103
case V_ERR:
usr.bin/window/parser3.c
108
v->v_type = V_ERR;
usr.bin/window/parser3.c
140
v->v_type = V_ERR;
usr.bin/window/parser3.c
142
case V_ERR:
usr.bin/window/parser3.c
174
v->v_type = V_ERR;
usr.bin/window/parser3.c
176
case V_ERR:
usr.bin/window/parser3.c
71
case V_ERR:
usr.bin/window/parser4.c
136
if (l.v_type == V_ERR)
usr.bin/window/parser4.c
148
if (r.v_type == V_ERR)
usr.bin/window/parser4.c
193
v->v_type = V_ERR;
usr.bin/window/parser5.c
104
v->v_type = V_ERR;
usr.bin/window/parser5.c
116
v->v_type = V_ERR;
usr.bin/window/parser5.c
147
v->v_type = V_ERR;
usr.bin/window/parser5.c
85
v->v_type = V_ERR;
usr.bin/window/parser5.c
89
case V_ERR: