Lines Matching defs:ZF_STR
234 #define ZF_STR (1u << 6)
245 #define IS_STR(zvalp) ((zvalp)->flags & ZF_STR)
528 struct zvalue v = ZVINIT(ZF_STR, 0.0, new_zstring(s, strlen(s)));
2508 v->flags |= ZF_NUM | ZF_STR | ZF_NUMSTR;
2576 if (v->flags & ZF_NUMSTR) v->flags = ZF_STR;
2585 STACK[fmt_offs].flags = ZF_STR;
2591 v->flags = ZF_STR;
2711 zs->val.flags = ZF_STR;
2718 v->flags = ZF_STR;
2806 FIELD[0].flags |= ZF_STR;
3269 struct zvalue zkey = ZVINIT(ZF_STR, 0,
3433 v->flags = ZF_STR;
3967 var->flags = ZF_STR;
4290 vv = (struct zvalue)ZVINIT(ZF_STR, 0, TT.rgl.zspr);
4348 struct zvalue zkey = ZVINIT(ZF_STR, 0, num_to_zstring(key, ENSURE_STR(&STACK[CONVFMT])->vst->str));
4371 struct zvalue zkey = ZVINIT(ZF_STR, 0, new_zstring(*pkey, pval - *pkey));