Searched refs:formatp (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-catalog-abstract.h182 /* Parse a special comment and put the result in *fuzzyp, formatp, *wrapp. */
184 enum is_format formatp[NFORMATS],
H A Dread-catalog-abstract.c257 /* Parse a special comment and put the result in *fuzzyp, formatp, *wrapp. */
260 bool *fuzzyp, enum is_format formatp[NFORMATS],
267 formatp[i] = undecided;
328 formatp[i] = value;
259 po_parse_comment_special(const char *s, bool *fuzzyp, enum is_format formatp[NFORMATS], enum is_wrap *wrapp) argument
H A Dformat-lisp.c2440 parse_upto (const char **formatp, argument
2446 const char *format = *formatp;
2819 *formatp = format;
2824 if (!parse_upto (formatp, positionp, listp, escapep,
2828 FDI_SET (**formatp == '\0' ? *formatp - 1 : *formatp,
2833 format = *formatp;
2853 *formatp = format;
2879 *formatp
[all...]
H A Dformat-scheme.c2443 parse_upto (const char **formatp, argument
2449 const char *format = *formatp;
2816 *formatp = format;
2821 if (!parse_upto (formatp, positionp, listp, escapep,
2825 FDI_SET (**formatp == '\0' ? *formatp - 1 : *formatp,
2830 format = *formatp;
2850 *formatp = format;
2876 *formatp
[all...]

Completed in 106 milliseconds