Symbol: V_STR
usr.bin/window/lcmd1.c
226
v->v_type = V_STR;
usr.bin/window/lcmd1.c
337
if (a->v_type == V_STR && str_match(a->v_str, "all", 3))
usr.bin/window/lcmd1.c
379
a->v_type = V_STR;
usr.bin/window/lcmd1.c
394
case V_STR:
usr.bin/window/lcmd1.c
412
case V_STR:
usr.bin/window/lcmd2.c
116
(void) getrusage(a->v_type == V_STR
usr.bin/window/lcmd2.c
226
case V_STR:
usr.bin/window/lcmd2.c
252
v->v_type = V_STR;
usr.bin/window/lcmd2.c
256
v->v_type = V_STR;
usr.bin/window/lcmd2.c
266
if ((*pp = vp->v_type == V_STR ?
usr.bin/window/lcmd2.c
307
v->v_type = V_STR;
usr.bin/window/lcmd2.c
309
if (a[1].v_type == V_STR) {
usr.bin/window/parser1.c
100
case V_STR:
usr.bin/window/parser1.c
151
t.v_type = V_STR;
usr.bin/window/parser1.c
165
cmd = t.v_type == V_STR ? t.v_str : 0;
usr.bin/window/parser1.c
193
v->v_type = V_STR;
usr.bin/window/parser2.c
100
tmp = t.v_type == V_STR ? t.v_str : 0;
usr.bin/window/parser2.c
154
t.v_type != V_STR)) {
usr.bin/window/parser2.c
219
case V_STR:
usr.bin/window/parser3.c
137
case V_STR:
usr.bin/window/parser3.c
171
case V_STR:
usr.bin/window/parser3.c
98
case V_STR:
usr.bin/window/parser4.c
158
if (l.v_type == V_STR) {
usr.bin/window/parser4.c
163
if (r.v_type == V_STR)
usr.bin/window/parser4.c
169
if (r.v_type == V_STR) {
usr.bin/window/parser4.c
184
if (l.v_type == V_STR || r.v_type == V_STR) {
usr.bin/window/parser4.c
207
if (l.v_type == V_STR) {
usr.bin/window/parser4.c
247
if (l.v_type == V_STR) {
usr.bin/window/parser4.c
252
v->v_type = V_STR;
usr.bin/window/parser4.c
257
if (l.v_type == V_STR) {
usr.bin/window/parser4.c
264
v->v_type = V_STR;
usr.bin/window/parser4.c
269
if (l.v_type == V_STR) {
usr.bin/window/parser4.c
271
v->v_type = V_STR;
usr.bin/window/parser5.c
120
if (v->v_type == V_STR && (v->v_str = str_cpy(v->v_str)) == 0) {
usr.bin/window/parser5.c
158
v->v_type = V_STR;
usr.bin/window/parser5.c
185
cmd = v->v_type == V_STR ? v->v_str : 0;
usr.bin/window/parser5.c
78
case V_STR:
usr.bin/window/value.h
51
#define val_free(v) (((v).v_type == V_STR && (v).v_str) ? \
usr.bin/window/var.c
53
if (val.v_type == V_STR && val.v_str != 0 &&
usr.bin/window/var.c
82
v.v_type = V_STR;