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

/netbsd-current/external/bsd/tmux/dist/
H A Dscreen.c83 s->cstyle = SCREEN_CURSOR_DEFAULT;
186 screen_set_cursor_style(u_int style, enum screen_cursor_style *cstyle, argument
191 *cstyle = SCREEN_CURSOR_DEFAULT;
194 *cstyle = SCREEN_CURSOR_BLOCK;
198 *cstyle = SCREEN_CURSOR_BLOCK;
202 *cstyle = SCREEN_CURSOR_UNDERLINE;
206 *cstyle = SCREEN_CURSOR_UNDERLINE;
210 *cstyle = SCREEN_CURSOR_BAR;
214 *cstyle = SCREEN_CURSOR_BAR;
H A Dtty.c113 tty->cstyle = SCREEN_CURSOR_DEFAULT;
437 if (tty->cstyle != SCREEN_CURSOR_DEFAULT) {
730 enum screen_cursor_style cstyle; local
750 cstyle = tty->cstyle;
752 cstyle = s->cstyle;
753 if (cstyle == SCREEN_CURSOR_DEFAULT) {
760 cstyle = s->default_cstyle;
766 if ((changed & CURSOR_MODES) == 0 && cstyle
[all...]
H A Dtmux.h888 enum screen_cursor_style cstyle; /* cursor style */ member in struct:screen
1420 enum screen_cursor_style cstyle; member in struct:tty
H A Dinput.c1642 screen_set_cursor_style(n, &s->cstyle, &s->mode);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d2012 extern(C) void cstyle(int, ...) {}
2017 static assert(variadicFunctionStyle!cstyle == Variadic.c);
2243 extern(C) int cstyle(int, ...);
2252 foreach (BaseT; AliasSeq!(typeof(&sc), typeof(&novar), typeof(&cstyle),
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d2191 extern(C) void cstyle(int, ...) {}
2196 static assert(variadicFunctionStyle!cstyle == Variadic.c);
2448 extern(C) int cstyle(int, ...);
2457 static foreach (BaseT; AliasSeq!(typeof(&sc), typeof(&novar), typeof(&cstyle),

Completed in 226 milliseconds