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

/haiku/src/apps/serialconnect/libvterm/src/
H A Dpen.c115 static void setpenattr_int(VTermState *state, VTermAttr attr, int number) function
150 state->pen.underline = 0; setpenattr_int( state, VTERM_ATTR_UNDERLINE, 0);
155 state->pen.font = 0; setpenattr_int( state, VTERM_ATTR_FONT, 0);
172 setpenattr_int( state, VTERM_ATTR_UNDERLINE, state->pen.underline);
177 setpenattr_int( state, VTERM_ATTR_FONT, state->pen.font);
244 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 1);
265 setpenattr_int(state, VTERM_ATTR_FONT, state->pen.font);
270 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 2);
285 setpenattr_int(state, VTERM_ATTR_UNDERLINE, 0);

Completed in 79 milliseconds