Searched refs:TRIO_ARGS5 (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | triodef.h | 149 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5; macro 171 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) (a1,a2,a3,a4,a5) macro 176 # define TRIO_VARGS5 TRIO_ARGS5
|
D | trio.c | 1182 TRIO_ARGS5((type, format, parameters, arglist, argarray), 2438 TRIO_ARGS5((self, string, flags, width, precision), 2544 TRIO_ARGS5((self, wstring, flags, width, precision), 5442 TRIO_ARGS5((self, target, flags, width, base), 5781 TRIO_ARGS5((self, target, characterclass, flags, width),
|