Searched refs:V_ERR (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dparser3.c78 case V_ERR:
108 v->v_type = V_ERR;
109 case V_ERR:
114 v->v_type = V_ERR;
146 v->v_type = V_ERR;
147 case V_ERR:
179 v->v_type = V_ERR;
180 case V_ERR:
H A Dvalue.h49 #define V_ERR 3 macro
H A Dlcmd1.c82 row = a->v_type == V_ERR ? 1 : a->v_num;
84 col = a->v_type == V_ERR ? 0 : a->v_num;
86 nrow = a->v_type == V_ERR ? wwnrow - row : a->v_num;
88 ncol = a->v_type == V_ERR ? wwncol - col : a->v_num;
90 nline = a->v_type == V_ERR ? default_nline : a->v_num;
92 label = a->v_type == V_ERR ? 0 : a->v_str;
103 if ((++a)->v_type != V_ERR) {
104 for (pp = argv; a->v_type != V_ERR &&
147 if (a->v_type != V_ERR)
198 if (a->v_type == V_ERR)
[all...]
H A Dparser2.c80 vp->v_type = V_ERR;
89 t.v_type = V_ERR;
93 if (t.v_type == V_ERR)
116 if (t.v_type == V_ERR)
147 if (vp && vp->v_type != V_ERR) {
157 } else if (t.v_type == V_ERR) {
188 v->v_type = V_ERR;
205 v->v_type = V_ERR;
H A Dparser5.c93 v->v_type = V_ERR;
97 case V_ERR:
112 v->v_type = V_ERR;
124 v->v_type = V_ERR;
150 * Always return v_type == V_ERR when flag == 0.
155 v->v_type = V_ERR;
H A Dlcmd2.c240 case V_ERR:
258 if (a->v_type == V_ERR) {
271 vp->v_type != V_ERR &&
297 if (a->v_type == V_ERR) {
323 for (n = 0, vp = a + 1; vp->v_type != V_ERR; vp++, n++)
330 for (q = str, vp = a + 1; vp->v_type != V_ERR;
382 while (a->v_type != V_ERR) {
388 if ((++a)->v_type != V_ERR)
H A Dparser1.c111 case V_ERR:
197 v->v_type = V_ERR;
H A Dparser4.c144 if (l.v_type == V_ERR)
156 if (r.v_type == V_ERR)
201 v->v_type = V_ERR;

Completed in 107 milliseconds