Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dedit.c963 static unsigned char x_bound[(X_TABSZ * X_NTABS + 7) / 8]; variable
2648 x_bound[(prefix * X_TABSZ + key) / 8] &= in x_bind()
2651 x_bound[(prefix * X_TABSZ + key) / 8] |= in x_bind()
2667 if (x_bound[t >> 3] & (1 << (t & 7))) in bind_if_not_bound()

Completed in 6 milliseconds