Searched refs:sub_escape (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.c3135 struct format_arg_list *sub_escape = NULL; local
3139 if (!parse_upto (formatp, &sub_position, &sub_list, &sub_escape,
3161 sub_list = union (sub_list, sub_escape);
3183 sub_list = union (sub_list, sub_escape);
3249 struct format_arg_list *sub_escape = NULL; local
3258 if (!parse_upto (formatp, positionp, listp, &sub_escape,
3275 if (sub_escape != NULL)
3277 list = union (list, sub_escape);
H A Dformat-scheme.c3132 struct format_arg_list *sub_escape = NULL; local
3136 if (!parse_upto (formatp, &sub_position, &sub_list, &sub_escape,
3158 sub_list = union (sub_list, sub_escape);
3180 sub_list = union (sub_list, sub_escape);

Completed in 50 milliseconds