HomeSort by: relevance | last modified time | path
    Searched defs:x_bound (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
emacs.c 113 static unsigned char x_bound[(X_TABSZ * X_NTABS + 7) / 8]; variable in typeref:typename:unsigned char[]
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]
emacs.c 113 static unsigned char x_bound[(X_TABSZ * X_NTABS + 7) / 8]; variable in typeref:typename:unsigned char[]
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]

Completed in 28 milliseconds