Searched refs:V_STR (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dvalue.h48 #define V_STR 2 macro
51 #define val_free(v) (((v).v_type == V_STR && (v).v_str) ? \
H A Dparser4.c166 if (l.v_type == V_STR) {
171 if (r.v_type == V_STR)
177 if (r.v_type == V_STR) {
192 if (l.v_type == V_STR || r.v_type == V_STR) {
215 if (l.v_type == V_STR) {
255 if (l.v_type == V_STR) {
260 v->v_type = V_STR;
265 if (l.v_type == V_STR) {
272 v->v_type = V_STR;
[all...]
H A Dparser3.c105 case V_STR:
143 case V_STR:
176 case V_STR:
H A Dparser1.c108 case V_STR:
158 t.v_type = V_STR;
172 cmd = t.v_type == V_STR ? t.v_str : 0;
200 v->v_type = V_STR;
H A Dparser5.c86 case V_STR:
128 if (v->v_type == V_STR && (v->v_str = str_cpy(v->v_str)) == 0) {
166 v->v_type = V_STR;
193 cmd = v->v_type == V_STR ? v->v_str : 0;
H A Dlcmd2.c124 (void) getrusage(a->v_type == V_STR
234 case V_STR:
260 v->v_type = V_STR;
264 v->v_type = V_STR;
274 if ((*pp = vp->v_type == V_STR ?
315 v->v_type = V_STR;
317 if (a[1].v_type == V_STR) {
H A Dparser2.c108 tmp = t.v_type == V_STR ? t.v_str : 0;
162 t.v_type != V_STR)) {
227 case V_STR:
H A Dvar.c61 if (val.v_type == V_STR && val.v_str != 0 &&
90 v.v_type = V_STR;
H A Dlcmd1.c234 v->v_type = V_STR;
345 if (a->v_type == V_STR && str_match(a->v_str, "all", 3))
387 a->v_type = V_STR;
402 case V_STR:
420 case V_STR:

Completed in 32 milliseconds