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 139 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
161 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline);
227 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 1);
253 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 2);
268 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 0);
414 case VTERM_ATTR_UNDERLINE:
vterm.c 205 case VTERM_ATTR_UNDERLINE: return VTERM_VALUETYPE_INT;
screen.c 392 case VTERM_ATTR_UNDERLINE:
  /external/libvterm/include/
vterm.h 73 VTERM_ATTR_UNDERLINE, // number: 4, 21, 24

Completed in 2528 milliseconds