Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 25 of 73) sorted by relevance

123

/vim-8.2.3635/src/
H A Dgui_xmdlg.c862 Widget frame; in gui_xm_select_font() local
1069 frame = XtVaCreateManagedWidget("frame", xmFrameWidgetClass, sub_form, in gui_xm_select_font()
1079 name = XtVaCreateManagedWidget("nameListLabel", xmLabelGadgetClass, frame, in gui_xm_select_font()
1096 data->list[NAME] = XmCreateScrolledList(frame, "fontList", args, n); in gui_xm_select_font()
1100 frame = XtVaCreateManagedWidget("frame", xmFrameWidgetClass, sub_form, in gui_xm_select_font()
1112 name = XtVaCreateManagedWidget("styleListLabel", xmLabelWidgetClass, frame, in gui_xm_select_font()
1129 data->list[STYLE] = XmCreateScrolledList(frame, "styleList", args, n); in gui_xm_select_font()
1133 frame = XtVaCreateManagedWidget("frame", xmFrameWidgetClass, sub_form, in gui_xm_select_font()
1144 name = XtVaCreateManagedWidget("sizeListLabel", xmLabelGadgetClass, frame, in gui_xm_select_font()
1161 data->list[SIZE] = XmCreateScrolledList(frame, "sizeList", args, n); in gui_xm_select_font()
H A Dgui_haiku.cc195 VimFormView(BRect frame);
239 VimTextAreaView(BRect frame);
400 View(BRect frame);
992 init(frame); in VimFormView()
1022 VimFormView::init(BRect frame) in init() argument
1041 BRect remaining = frame; in init()
1159 init(frame); in VimTextAreaView()
3533 BRect frame; in gui_mch_get_screen_dimensions() local
3539 frame = screen.Frame(); in gui_mch_get_screen_dimensions()
3541 frame.right = 640; in gui_mch_get_screen_dimensions()
[all …]
H A Dwindow.c91 log_frame_layout(frame_T *frame) in log_frame_layout() argument
96 frame->fr_width, in log_frame_layout()
97 frame->fr_height, in log_frame_layout()
98 frame->fr_win == NULL ? -1 : frame->fr_win->w_width, in log_frame_layout()
99 frame->fr_win == NULL ? -1 : frame->fr_win->w_height, in log_frame_layout()
100 frame->fr_win == NULL ? -1 : frame->fr_win->w_id); in log_frame_layout()
101 if (frame->fr_child != NULL) in log_frame_layout()
104 log_frame_layout(frame->fr_child); in log_frame_layout()
105 if (frame->fr_next != NULL) in log_frame_layout()
108 if (frame->fr_next != NULL) in log_frame_layout()
[all …]
H A Dgui_motif.c3635 Widget frame; in find_replace_dialog_create() local
3878 frame = XtVaCreateWidget("directionFrame", in find_replace_dialog_create()
3891 xmLabelGadgetClass, frame, in find_replace_dialog_create()
3899 radio_box = XmCreateRadioBox(frame, "radioBox", in find_replace_dialog_create()
3921 XtManageChild(frame); in find_replace_dialog_create()
3929 XmNrightWidget, frame, in find_replace_dialog_create()
/vim-8.2.3635/runtime/syntax/
H A Dprogress.vim68 …irst-of focus font for form[at] fram[e] frame-col frame-db frame-down frame-field frame-file frame
69 syn keyword ProgressReserved frame-name frame-row frame-val[ue] from from-c[hars] from-p[ixels] fun…
177 …n form-input form-long-input formatte[d] forward-only forward[s] fragmen[t] frame-spa[cing] frame-x
178 syn keyword ProgressOperator frame-y frequency from-cur[rent] full-height[-chars] full-height-p[ixe…
192 syn keyword ProgressOperator html-frame-begin html-frame-end html-header-begin html-header-end html…
199 syn keyword ProgressOperator items-per-row join-by-sqldb keep-connection-open keep-frame-z[-order] …
224 syn keyword ProgressOperator on-frame[-border] ordered-join ordinal orientation origin-handle origi…
H A Dgdb.vim17 syn keyword gdbInfo contained display files float frame functions handle line
26 syn keyword gdbStatement contained echo else enable end file finish frame handle hbreak help if ign…
50 syn match gdbStatement "\<select-frame\>"
H A Delinks.vim86 \ menu marked hotkey frame dialog generic
87 \ frame scrollbar scrollbar-selected title text
H A Dtcl.vim69 " entry, frame
111 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<frame\>" matchgroup=NONE skip="^\s*$" e…
H A Dhtml.vim96 syn keyword htmlTagName contained frame noframes frameset nobr blink
109 syn keyword htmlArg contained declare defer dir disabled for frame
H A Dslrnrc.vim86 …orObj contained article author boldtext box cursor date description error frame from_myself group …
H A Dmupad.vim95 syn keyword mupadFunction float frac frame _frame frandom freeze unfreeze
H A Dmp.vim211 syn keyword mpVardef augment autogrid frame gdotlabel glabel grid itick
474 syn keyword mpVardef formatted frame functionpath gaussian_fit
H A Dr.vim321 …ay category character complex double function integer list logical matrix numeric vector data.frame
/vim-8.2.3635/src/testdir/
H A Dtest_debugger.vim122 call RunDbgCmd(buf, 'frame 2')
159 call RunDbgCmd(buf, 'down', ['frame is zero'])
163 call RunDbgCmd(buf, 'up', ['frame at highest level: 1'])
169 " fil is not frame or finish, it is file
174 call RunDbgCmd(buf, 'frame', [
192 call RunDbgCmd(buf, 'frame -40', ['frame is zero'])
501 call RunDbgCmd( buf, 'down', [ 'frame is zero' ] )
719 call RunDbgCmd( buf, 'down', [ 'frame is zero' ] )
1262 " Expression evaluation in the script frame (not the function frame)
1279 " step while backtraced jumps to the latest frame
[all …]
H A Dtest_winbuf_close.vim162 " Test that 'winfixheight' will be respected even there is non-leaf frame
175 " Test that 'winfixwidth' will be respected even there is non-leaf frame
H A Dtest_window_cmd.vim417 " now we have a frame top-left with two windows, a frame top-right with two
418 " windows and a frame at the bottom, full-width.
/vim-8.2.3635/src/libvterm/t/
H A D90vttest_01-movement-1.test66 PUSH "\e[13;13Hmiddle there should be a frame of E's around this text"
79 …?screen_row 12 = "*+ E middle there should be a frame of E's around this text E +*"
/vim-8.2.3635/runtime/doc/
H A Drepeat.txt830 *>frame*
831 frame N Goes to N backtrace level. + and - signs make movement
832 relative. E.g., ":frame +3" goes three frames up.
842 starts with the same letter. "f" stands for "finish", use "fr" for "frame".
866 The "->" points to the current frame. Use "up", "down" and "frame N" to
867 select another frame.
869 In the current frame you can evaluate the local function variables. There is
H A Ddebug.txt38 frame 3
/vim-8.2.3635/runtime/autoload/
H A Djavascriptcomplete.vim199 " Frame - frame.
345 \ 'cellSpacing', 'frame', 'height', 'rules', 'summary', 'tFoot', 'tHead', 'width']
604 …let htmldom = ['document', 'anchor', 'area', 'base', 'body', 'document', 'event', 'form', 'frame',…
/vim-8.2.3635/runtime/autoload/xml/
H A Dxhtml10f.vim132 \ 'frame': [
137 \ ['frameset', 'frame', 'noframes'],
318 …'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'width': [], 'frame': ['void', 'above'…
460 \ 'frame': ['/>', ''],
H A Dhtml40f.vim169 \ ['frameset', 'frame', 'noframes'],
172 \ 'frame': [
318 …'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'width': [], 'frame': ['void', 'above'…
H A Dhtml401f.vim169 \ ['frameset', 'frame', 'noframes'],
172 \ 'frame': [
318 …'onmousedown': [], 'class': [], 'title': [], 'onclick': [], 'width': [], 'frame': ['void', 'above'…
/vim-8.2.3635/
H A D.travis.yml28 … -DEXITFREE -fsanitize-recover=all -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer"
/vim-8.2.3635/.github/workflows/
H A Dci.yml130 … -DEXITFREE -fsanitize-recover=all -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer"

123