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

/external/libvterm/src/
H A Dpen.c115 static void setpenattr_int(VTermState *state, VTermAttr attr, int number) function
149 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
154 state->pen.font = 0; setpenattr_int( state, VTERM_ATTR_FONT, 0);
171 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline);
176 setpenattr_int( state, VTERM_ATTR_FONT, state->pen.font);
243 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 1);
264 setpenattr_int(state, VTERM_ATTR_FONT, state->pen.font);
269 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 2);
284 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 0);

Completed in 61 milliseconds