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

  /xsrc/external/mit/xterm/dist/
charproc.c 1592 DATA(DGRP(3), IN132COLUMNS),
5513 UIntClr(xw->flags, IN132COLUMNS);
5515 UIntSet(xw->flags, IN132COLUMNS);
7310 != ((xw->flags & IN132COLUMNS)
7323 (*func) (&xw->flags, IN132COLUMNS);
7806 DoSM(DP_DECCOLM, xw->flags & IN132COLUMNS);
8151 if ((j = (screen->save_modes[DP_DECCOLM] & IN132COLUMNS)
8152 ? 132 : 80) != ((xw->flags & IN132COLUMNS)
8157 IN132COLUMNS);
11594 wnew->flags |= IN132COLUMNS;
    [all...]
ptyx.h 2090 DP_DECCOLM, /* IN132COLUMNS */
3591 #define IN132COLUMNS MiscBIT(8) /* true if in 132 column mode */
misc.c 4936 ((xw->flags & IN132COLUMNS) ? 132 : 80),
5412 result = MdFlag(xw->flags, IN132COLUMNS);

Completed in 27 milliseconds