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

  /xsrc/external/mit/xterm/dist/
fontutils.c 1831 screen->fnt_boxes = 1;
1844 screen->fnt_boxes = 0;
1863 UIntSet(screen->fnt_boxes, 2);
1868 && (screen->fnt_boxes & 2)) {
1871 UIntClr(screen->fnt_boxes, 2);
1884 UIntClr(screen->fnt_boxes, 1);
1889 UIntClr(screen->fnt_boxes, 1);
1895 screen->fnt_boxes ? "not " : "",
1896 screen->fnt_boxes));
3605 if (screen->fnt_boxes) {
    [all...]
ptyx.h 2648 unsigned fnt_boxes; /* 0=no boxes, 1=old, 2=unicode */ member in struct:__anon12178

Completed in 9 milliseconds