Lines Matching refs:to_str
2595 static struct zvalue *to_str(struct zvalue *v)
2600 // TODO FIXME Is this needed? (YES -- investigate) Just use to_str()?
2601 #define ENSURE_STR(v) (IS_STR(v) ? (v) : to_str(v))
2607 zvalue_dup_zstring(to_str(pat));
2624 if ((r = regexec(rxp, to_str(zvsubject)->vst->str, 0, 0, 0)) != 0) {
2746 if (!IS_RX(zvfs)) to_str(zvfs);
2785 set_nf(*rec ? splitter(set_field, 0, rec, to_str(&STACK[FS])) : 0);
2794 zvalue_copy(&tempv, to_str(&STACK[OFS]));
2799 if (FIELD[i].flags) to_str(&FIELD[i]);
2865 to_str(&FIELD[fnum]);
2966 struct zmap_slot *x = zmap_find_or_insert_key(v->map, to_str(key)->vst);
3022 to_str(STKP); // filename at top of TT.stack
3061 to_str(STKP); // filename at top of TT.stack
3117 char *pfmt, *fmt = to_str(STKP-nargs+1)->vst->str;
3155 s = to_str(&STACK[k++])->vst->str;
3270 num_to_zstring(TT.rgl.narg, to_str(&STACK[CONVFMT])->vst->str));
3273 zvalue_copy(&TT.rgl.cur_arg, to_str(get_map_val(v, &zkey)));
3467 to_str(repl);
3468 to_str(v);
3614 to_str(STKP-1);
3615 to_str(STKP);
3657 cmp = strcmp(to_str(STKP-1)->vst->str, to_str(STKP)->vst->str);
3791 fprintf(outfp->fp, "%s", to_str(&FIELD[0])->vst->str);
3795 to_str(&tempv);
3908 to_str(STKP);
3910 to_str(STKP);
3914 to_str(STKP);
3930 zmap_delete(v->map, to_str(STKP)->vst);
3948 v = zmap_find(STKP->map, to_str(STKP-1)->vst);
4049 puts(to_str(&FIELD[0])->vst->str);
4131 struct zstring *s = to_str(STKP-2)->vst;
4143 if (!IS_RX(STKP)) to_str(STKP);
4147 k = rx_find(rxp, to_str(STKP-1)->vst->str, &rso, &reo, 0);
4170 struct zstring *zz = to_str(STKP - nargs + 1)->vst;
4186 char *s1 = to_str(STKP-1)->vst->str;
4187 char *s3 = strstr(s1, to_str(STKP)->vst->str);
4215 struct zstring *z = to_str(STKP)->vst;
4248 to_str(v);
4259 r = system(to_str(STKP)->vst->str);
4279 r = close_file(to_str(STKP)->vst->str);