Searched refs:x_bound (Results 1 – 2 of 2) sorted by relevance
113 static unsigned char x_bound[(X_TABSZ * X_NTABS + 7) / 8]; variable1463 x_bound[(prefix * X_TABSZ + key) / 8] &=1466 x_bound[(prefix * X_TABSZ + key) / 8] |=1514 if (x_bound[((p) * X_TABSZ + (k)) / 8]
1828 int x_bound = get_x_bound_for_row (row, m_exploc.m_display_col, in print_annotation_line() local1834 for (int column = 1 + m_x_offset_display; column < x_bound; column++) in print_annotation_line()