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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-lisp.c1953 struct format_arg newconstraint; local
1964 newconstraint.presence = FCT_OPTIONAL;
1965 newconstraint.type = type;
1967 &list->initial.element[s], &newconstraint))
1989 struct format_arg newconstraint; local
2000 newconstraint.presence = FCT_OPTIONAL;
2001 newconstraint.type = type;
2002 newconstraint.list = sublist;
2004 &list->initial.element[s], &newconstraint))
H A Dformat-scheme.c1976 struct format_arg newconstraint; local
1987 newconstraint.presence = FCT_OPTIONAL;
1988 newconstraint.type = type;
1990 &list->initial.element[s], &newconstraint))
2012 struct format_arg newconstraint; local
2023 newconstraint.presence = FCT_OPTIONAL;
2024 newconstraint.type = type;
2025 newconstraint.list = sublist;
2027 &list->initial.element[s], &newconstraint))

Completed in 182 milliseconds