HomeSort by: relevance | last modified time | path
    Searched refs:newconstraint (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c 1963 struct format_arg newconstraint; local
1974 newconstraint.presence = FCT_OPTIONAL;
1975 newconstraint.type = type;
1977 &list->initial.element[s], &newconstraint))
1999 struct format_arg newconstraint; local
2010 newconstraint.presence = FCT_OPTIONAL;
2011 newconstraint.type = type;
2012 newconstraint.list = sublist;
2014 &list->initial.element[s], &newconstraint))
format-scheme.c 1986 struct format_arg newconstraint; local
1997 newconstraint.presence = FCT_OPTIONAL;
1998 newconstraint.type = type;
2000 &list->initial.element[s], &newconstraint))
2022 struct format_arg newconstraint; local
2033 newconstraint.presence = FCT_OPTIONAL;
2034 newconstraint.type = type;
2035 newconstraint.list = sublist;
2037 &list->initial.element[s], &newconstraint))

Completed in 19 milliseconds