HomeSort by relevance Sort by last modified time
    Searched refs:VTERM_ATTR_UNDERLINE (Results 1 - 4 of 4) sorted by null

  /external/libvterm/src/
pen.c 173 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
193 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline);
302 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 1);
328 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 2);
343 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 0);
498 case VTERM_ATTR_UNDERLINE:
vterm.c 228 case VTERM_ATTR_UNDERLINE: return VTERM_VALUETYPE_INT;
screen.c 405 case VTERM_ATTR_UNDERLINE:
  /external/libvterm/include/
vterm.h 218 VTERM_ATTR_UNDERLINE, // number: 4, 21, 24

Completed in 55 milliseconds