lower_bound      1200 lib/common/iso8601.c     int lower_bound = 1;
lower_bound      1213 lib/common/iso8601.c         lower_bound = 0;
lower_bound      1216 lib/common/iso8601.c     while (a_time->days < lower_bound) {
lower_bound       249 lib/common/xml.c void diff_filter_context(int context, int upper_bound, int lower_bound,
lower_bound      4266 lib/common/xml.c diff_filter_context(int context, int upper_bound, int lower_bound,
lower_bound      4282 lib/common/xml.c         lower_bound = context;
lower_bound      4286 lib/common/xml.c     if (lower_bound >= 0 || upper_bound >= 0) {
lower_bound      4302 lib/common/xml.c         diff_filter_context(context, upper_bound - 1, lower_bound - 1, child, new_parent);