Searched refs:VTERM_ATTR_UNDERLINE (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/libs/libvterm/src/
H A Dpen.c135 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
156 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline);
211 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 1);
237 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 2);
252 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 0);
340 case VTERM_ATTR_UNDERLINE:
H A Dvterm.c193 case VTERM_ATTR_UNDERLINE: return VTERM_VALUETYPE_INT;
H A Dscreen.c416 case VTERM_ATTR_UNDERLINE:
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dpen.c135 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
156 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline);
211 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 1);
237 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 2);
252 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 0);
340 case VTERM_ATTR_UNDERLINE:
H A Dvterm.c193 case VTERM_ATTR_UNDERLINE: return VTERM_VALUETYPE_INT;
H A Dscreen.c416 case VTERM_ATTR_UNDERLINE:
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h100 VTERM_ATTR_UNDERLINE, // number: 4, 21, 24 enumerator in enum:__anon654
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h100 VTERM_ATTR_UNDERLINE, // number: 4, 21, 24 enumerator in enum:__anon756

Completed in 37 milliseconds