Home
last modified time | relevance | path

Searched refs:TYPE_INT (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dvasnprintf.c287 if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) in VASNPRINTF()
309 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) in VASNPRINTF()
569 if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) in VASNPRINTF()
575 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) in VASNPRINTF()
662 case TYPE_INT: in VASNPRINTF()
H A Dprintf-parse.c234 REGISTER_ARG (dp->width_arg_index, TYPE_INT); in PRINTF_PARSE()
292 REGISTER_ARG (dp->precision_arg_index, TYPE_INT); in PRINTF_PARSE()
400 type = TYPE_INT; in PRINTF_PARSE()
H A Dprintf-args.h47 TYPE_INT, enumerator
H A Dprintf-args.c50 case TYPE_INT: in printf_fetchargs()