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

/macosx-10.9.5/vim-53/src/
H A Dgui.h133 #define SBAR_VERT 0 macro
H A Dgui_athena.c1951 int orient; /* SBAR_VERT or SBAR_HORIZ */
1965 XtNorientation, (orient == SBAR_VERT) ? XtorientVertical
H A Dgui_gtk.c732 /* SBAR_VERT or SBAR_HORIZ */
738 else if (orient == SBAR_VERT)
H A Dgui_w48.c1251 int orient) /* SBAR_VERT or SBAR_HORIZ */
1255 WS_CHILD | ((orient == SBAR_VERT) ? SBS_VERT : SBS_HORZ), 0, 0,
H A Dgui.c3652 gui_mch_create_scrollbar(sb, (wp == NULL) ? SBAR_HORIZ : SBAR_VERT);
H A Dgui_motif.c1857 int orient; /* SBAR_VERT or SBAR_HORIZ */
1865 (orient == SBAR_VERT) ? XmVERTICAL : XmHORIZONTAL); n++;

Completed in 242 milliseconds