Lines Matching defs:reverse
34 bool reverse;
205 return !ctx->reverse ? -1 : 1;
207 return !ctx->reverse ? 1 : -1;
231 return !ctx->reverse ? -1 : 1;
233 return !ctx->reverse ? 1 : -1;
257 return !ctx->reverse ? -1 : 1;
259 return !ctx->reverse ? 1 : -1;
272 other number based sort keys, so temporarily reverse the search */
273 static_node_cmp_context.reverse = !static_node_cmp_context.reverse;
275 static_node_cmp_context.reverse = !static_node_cmp_context.reverse;
286 static_node_cmp_context.reverse =