Searched refs:FCT_REQUIRED (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dformat-lisp.c52 FCT_REQUIRED, /* The format argument list cannot end before this argument. */ enumerator in enum:format_cdr_type
930 list->initial.element[0].presence = FCT_REQUIRED;
954 if (e1->presence == FCT_REQUIRED || e2->presence == FCT_REQUIRED)
955 re->presence = FCT_REQUIRED;
1086 if (list->initial.element[i].presence == FCT_REQUIRED)
1195 if (re->presence == FCT_REQUIRED)
1224 if (e1->presence == FCT_REQUIRED)
1231 if (e2->presence == FCT_REQUIRED)
1242 == FCT_REQUIRED)
[all...]
H A Dformat-scheme.c55 FCT_REQUIRED, /* The format argument list cannot end before this argument. */ enumerator in enum:format_cdr_type
933 list->initial.element[0].presence = FCT_REQUIRED;
957 if (e1->presence == FCT_REQUIRED || e2->presence == FCT_REQUIRED)
958 re->presence = FCT_REQUIRED;
1099 if (list->initial.element[i].presence == FCT_REQUIRED)
1208 if (re->presence == FCT_REQUIRED)
1237 if (e1->presence == FCT_REQUIRED)
1244 if (e2->presence == FCT_REQUIRED)
1255 == FCT_REQUIRED)
[all...]

Completed in 56 milliseconds