Searched refs:INTLSTR (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawk.h511 # define INTLSTR 2048 /* use localized version */ macro
795 if (_t->flags&INTLSTR) \
814 ((_t->type == Node_val && (_t->flags&INTLSTR)) ? \
866 ((_ts->flags & INTLSTR) ? \
880 #define force_string(s) (_t = (s),(_t->flags & INTLSTR) ? \
H A Dnode.c151 if (! do_traditional && (s->flags & INTLSTR) != 0) {
H A Dawkgram.y1910 yylval.nodeval->flags |= INTLSTR;
2297 if ((str->flags & INTLSTR) != 0)
2312 if (((str1->flags | str2->flags) & INTLSTR) != 0)
H A Deval.c287 { INTLSTR, "INTLSTR" },
815 return ((tree->flags & INTLSTR) != 0
H A Dprofile.c457 if ((tree->flags & INTLSTR) != 0)
H A Dawkgram.c3749 yylval.nodeval->flags |= INTLSTR;
4136 if ((str->flags & INTLSTR) != 0)
4151 if (((str1->flags | str2->flags) & INTLSTR) != 0)

Completed in 63 milliseconds