| /vim-8.2.3635/src/ |
| H A D | gui_xmebw.c | 692 replaceGC = True; in draw_label() 721 deadjusted = True; in draw_label() 1138 return True; in SetValues() 1146 redraw = True; in SetValues() 1152 redraw = True; in SetValues() 1154 redraw = True; in SetValues() 1156 redraw = True; in SetValues() 1158 redraw = True; in SetValues() 1161 redraw = True; in SetValues() 1166 redraw = True; in SetValues() [all …]
|
| H A D | gui_xmdlg.c | 76 wmp_atom = XmInternAtom(display, "WM_PROTOCOLS", True); in add_cancel_action() 314 return True; in match() 577 XmListSelectItem(data->list[SIZE], str, True); in stoggle_callback() 689 return True; in do_choice() 785 data->exit = True; in cancel_callback() 841 data->exit = True; in ok_callback() 943 XmNshowAsDefault, True, in gui_xm_select_font() 1090 XtSetArg(args[n], XmNresizable, True); ++n; in gui_xm_select_font() 1123 XtSetArg(args[n], XmNresizable, True); ++n; in gui_xm_select_font() 1155 XtSetArg(args[n], XmNresizable, True); ++n; in gui_xm_select_font() [all …]
|
| H A D | gui_athena.c | 249 XtNresizable, True, in gui_x11_create_widgets() 266 XtNresizable, True, in gui_x11_create_widgets() 282 XtNresizable, True, in gui_x11_create_widgets() 777 XtNinternational, True, in gui_mch_add_menu() 817 XtNinternational, True, in gui_mch_add_menu() 883 return True; in gui_athena_menu_has_submenus() 1480 get_left_margin = True; in gui_mch_destroy_menu() 1692 return True; in has_submenu() 1931 XtNresizable, True, in gui_mch_create_scrollbar() 2141 XtNresizable, True, in gui_mch_dialog() [all …]
|
| H A D | gui_at_fs.c | 1999 return True; in SFworkProc() 2289 XtNresizable, True, in SFcreateWidgets() 2360 XtNresizable, True, in SFcreateWidgets() 2370 XtNuseStringInPlace, True, in SFcreateWidgets() 2509 XtNresizable, True, in SFcreateWidgets() 2526 XtNresizable, True, in SFcreateWidgets() 2552 XtAddEventHandler(selFileLists[n], ExposureMask, True, in SFcreateWidgets() 2726 XtAddGrab(selFile, True, True); in vim_SelFile()
|
| H A D | gui_x11.c | 800 string_alloced = True; in gui_x11_key_hit_cb() 830 string_alloced = True; in gui_x11_key_hit_cb() 848 string_alloced = True; in gui_x11_key_hit_cb() 1260 XSynchronize(gui.dpy, True); in gui_mch_init() 1550 XtAddEventHandler(vimShell, NoEventMask, True, gui_x11_wm_protocol_handler, in gui_mch_open() 1557 XtAddEventHandler(vimShell, (EventMask)0, True, _XEditResCheckMessages, in gui_mch_open() 2881 XtSetSensitive(menu->id, True); in gui_mch_menu_grey()
|
| H A D | gui_beval.c | 1202 XtSetArg(args[n], XmNallowShellResize, True); n++; in createBalloonEvalWindow() 1207 XtSetArg(args[n], XtNallowShellResize, True); n++; in createBalloonEvalWindow() 1228 XtSetArg(args[n], XtNinternational, True); n++; in createBalloonEvalWindow()
|
| H A D | gui_motif.c | 479 XmNadjustLast, True, in gui_x11_create_widgets() 1308 XtSetArg(args[n], XmNhighlightOnEnter, True); n++; in gui_mch_add_menu_item() 1984 keyEvent.send_event = True; in do_mnemonic() 2050 Mod1Mask, True, GrabModeAsync, GrabModeAsync); in add_mnemonic_grabs() 2489 XtVaSetValues(label, XmNrecomputeSize, True, NULL); in create_pixmap_label() 3680 XtSetArg(args[n], XmNnoResize, True); n++; in find_replace_dialog_create() 3700 XmNsensitive, True, in find_replace_dialog_create() 3915 XmNset, True, in find_replace_dialog_create()
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | demoserver.py | 41 while True: 86 server_thread.daemon = True 91 while True:
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 740 py d.locked = True 759 py l.locked = True 841 self.running = True 1866 w.valid: [True, False] 1867 t.valid: [True, False, True, False] 2460 dl.locked = True 2463 ll.locked = True 2530 unsigned = True 2672 ee('d.scope = True') 2673 ee('d.xxx = True') [all …]
|
| H A D | test_python3.vim | 935 py3 d.locked = True 954 py3 l.locked = True 1036 self.running = True 2053 w.valid: [True, False] 2054 t.valid: [True, False, True, False] 2648 dl.locked = True 2651 ll.locked = True 2718 unsigned = True 2860 ee('d.scope = True') 2861 ee('d.xxx = True') [all …]
|
| H A D | test_netbeans.py | 28 while True: 147 while True:
|
| H A D | test_channel_pipe.py | 30 while True:
|
| H A D | test_channel.py | 29 while True:
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | python3complete.vim | 374 while True: 384 while True: 399 while True: 467 while True: 533 freshscope=True 534 while True: 546 freshscope = True 553 freshscope = True
|
| H A D | pythoncomplete.vim | 392 while True: 402 while True: 417 while True: 485 while True: 551 freshscope=True 552 while True: 564 freshscope = True 571 freshscope = True
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | simx.h | 126 #ifndef True 127 #define True 1 macro
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | python.vim | 80 " python3 -c 'import keyword, pprint; pprint.pprint(keyword.kwlist, compact=True)' 82 syn keyword pythonStatement False None True 181 " python3 -c 'import builtins, pprint; pprint.pprint(dir(builtins), compact=True)' 190 " 'False', 'True', and 'None' are also reserved words in Python 3 191 syn keyword pythonBuiltin False True None
|
| H A D | cabalproject.vim | 14 syn keyword CabalProjectBoolean true false True False
|
| H A D | cabalconfig.vim | 18 syn keyword CabalConfigKeyword True False ghc
|
| H A D | povini.vim | 18 syn keyword poviniBool On Off True False Yes No
|
| H A D | yaml.vim | 165 …syn keyword yamlBool true True TRUE false False FALSE contained containedin=@yamlScalarWithSpecials 171 …syn keyword yamlBool true True TRUE false False FALSE yes Yes YES no No NO on On ON off Off OFF co…
|
| H A D | haskell.vim | 18 " hs_highlight_boolean - Treat True and False as keywords. 87 syn keyword hsBoolean True False
|
| H A D | clean.vim | 30 syn keyword cleanBoolDenot True False
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_25.txt | 58 hard. True story. ~ 80 hard. True story. ~ 97 homework was too hard. True ~ 151 homework was too hard. True ~ 166 homework was too hard. True ~ 189 homework was too hard. True ~
|
| H A D | if_pyth.txt | 457 b.valid True or False. Buffer object becomes invalid when 563 valid (read-write) True or False. Window object becomes invalid 588 valid True or False. Tab page object becomes invalid when 606 `True` or `False` to this attribute. No recursive locking 651 print isinstance(d, vim.Dictionary) # True 677 print isinstance(l, vim.List) # True 698 auto_rebind Boolean. True if partial created from this Python object 702 difference between `dict.func` (auto_rebind=True) and 709 argument is given, otherwise it is assumed to be `True` regardless of 723 print isinstance(f, vim.Function) # True
|