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

/external/mksh/src/
H A Dedit.c936 static unsigned char x_bound[(X_TABSZ * X_NTABS + 7) / 8]; variable
2539 x_bound[(prefix * X_TABSZ + key) / 8] &=
2542 x_bound[(prefix * X_TABSZ + key) / 8] |=
2558 if (x_bound[t >> 3] & (1 << (t & 7)))

Completed in 25 milliseconds