Home
last modified time | relevance | path

Searched refs:STFMT_UNUSED (Results 1 – 12 of 12) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/
H A Dnode.c251 s->stfmt = STFMT_UNUSED; in r_format_val()
281 s->stfmt = STFMT_UNUSED; in r_format_val()
405 r->stfmt = STFMT_UNUSED; in make_str_node()
H A Dstr_array.c174 if ( subs->stfmt != STFMT_UNUSED in str_lookup()
H A Dsymbol.c666 n.stfmt = STFMT_UNUSED; in check_param_names()
H A Dawk.h525 #define STFMT_UNUSED -1 macro
1925 && (s->stfmt == STFMT_UNUSED || (s->stfmt == fmtidx in force_string_fmt()
H A Darray.c710 n->stfmt == STFMT_UNUSED ? "<unused>" in value_info()
H A Dgawkapi.c932 r->stfmt = STFMT_UNUSED; in api_sym_update_scalar()
H A Dinterpret.h795 t1->stfmt = STFMT_UNUSED; in r_interpret()
H A Dfield.c315 n->stfmt = STFMT_UNUSED; in set_record()
H A Dmpfr.c426 s->stfmt = STFMT_UNUSED; in mpg_format_val()
H A DChangeLog.12360 and possibly WSTRCUR. Use STFMT_UNUSED define.
2736 set n->stfmt to STFMT_UNUSED. See the comment in the code.
3260 * awk.h (STFMT_UNUSED): New define indicating that the string
3262 (force_string): Use STFMT_UNUSED to improve code clarity.
3264 * builtin.c (do_print): Use STFMT_UNUSED to improve code clarity.
3267 * int_array.c (is_integer): Check stfmt equals STFMT_UNUSED before
3269 * mpfr.c (mpg_format_val): Use STFMT_UNUSED to improve code clarity.
3272 * str_array.c (str_lookup): Use STFMT_UNUSED to improve code clarity.
H A Dawkgram.y6614 n->stfmt = STFMT_UNUSED; in set_profile_text()
H A Dawkgram.c9122 n->stfmt = STFMT_UNUSED; in set_profile_text()