Home | History | Annotate | Download | only in Inputs

Lines Matching refs:DEF_FUNC

1 #define DEF_FUNC(x)                                                            \
3 #define DEF_2_FUNCS(x) DEF_FUNC(x##_1) DEF_FUNC(x##_2)