Home
last modified time | relevance | path

Searched refs:x_bound (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/bin/ksh/
Demacs.c113 static unsigned char x_bound[(X_TABSZ * X_NTABS + 7) / 8]; variable
1463 x_bound[(prefix * X_TABSZ + key) / 8] &=
1466 x_bound[(prefix * X_TABSZ + key) / 8] |=
1514 if (x_bound[((p) * X_TABSZ + (k)) / 8]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddiagnostic-show-locus.cc1828 int x_bound = get_x_bound_for_row (row, m_exploc.m_display_col, in print_annotation_line() local
1834 for (int column = 1 + m_x_offset_display; column < x_bound; column++) in print_annotation_line()