HomeSort by: relevance | last modified time | path
    Searched refs:MAX_TABS (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
tabs.c 77 for (i = 0; i < MAX_TABS; i += 8)
105 * (or MAX_TABS - 1 if there are no more).
119 for (++col; col < MAX_TABS; ++col)
123 return (MAX_TABS - 1);
135 if ((col < MAX_TABS) && TST_TAB(tabs, col))
ptyx.h 3455 #define MAX_TABS (TAB_BITS_WIDTH * TAB_ARRAY_SIZE)
3457 #define OkTAB(c) ((c) > 0 && (c) < MAX_TABS)
charproc.c 5613 for (item = 0; item < MAX_TABS; ++item) {
5670 for (count = 0; count < MAX_TABS; ++count) {

Completed in 15 milliseconds