| /vim-8.2.3635/src/ |
| H A D | gui_motif.c | 2507 char_u *textfield, // buffer of size IOSIZE in gui_mch_dialog() argument 2699 if (textfield != NULL) in gui_mch_dialog() 2717 XmTextFieldSetString(dialogtextfield, (char *)textfield); in gui_mch_dialog() 2797 if (textfield != NULL) in gui_mch_dialog() 2823 if (textfield != NULL) in gui_mch_dialog() 2832 if (textfield != NULL && *textfield != NUL) in gui_mch_dialog() 2836 (XmTextPosition)0, (XmTextPosition)STRLEN(textfield), in gui_mch_dialog() 2839 (XmTextPosition)STRLEN(textfield)); in gui_mch_dialog() 2855 if (textfield != NULL) in gui_mch_dialog() 2859 *textfield = NUL; in gui_mch_dialog() [all …]
|
| H A D | gui_athena.c | 2090 char_u *textfield, in gui_mch_dialog() argument 2146 if (textfield != NULL) in gui_mch_dialog() 2157 XtNstring, textfield, in gui_mch_dialog() 2168 (XawTextPosition)STRLEN(textfield)); in gui_mch_dialog() 2197 XtNfromVert, textfield == NULL ? dialogmessage : dialogtextfield, in gui_mch_dialog() 2257 if (textfield != NULL && dialogStatus < 0) in gui_mch_dialog() 2258 *textfield = NUL; in gui_mch_dialog()
|
| H A D | gui_gtk.c | 1781 char_u *textfield, // text for textfield or NULL in gui_mch_dialog() argument 1794 if (textfield != NULL) in gui_mch_dialog() 1804 text = CONVERT_TO_UTF8(textfield); in gui_mch_dialog() 1863 if (textfield != NULL) in gui_mch_dialog() 1868 vim_strncpy(textfield, text, IOSIZE - 1); in gui_mch_dialog()
|
| H A D | gui_photon.c | 1506 char_u *textfield, in gui_mch_dialog() argument 1597 if (textfield != NULL) in gui_mch_dialog() 1601 PtSetArg(&args[n++], Pt_ARG_TEXT_STRING, textfield, 0); in gui_mch_dialog() 1602 PtSetArg(&args[n++], Pt_ARG_POINTER, textfield, 0); in gui_mch_dialog()
|
| H A D | gui_haiku.cc | 411 const char *buttons, int dfltbutton, const char *textfield, 2065 const char *buttons, int dfltbutton, const char *textfield, int ex_cmd) in VimDialog() argument 2073 , fInputValue(textfield) in VimDialog() 4927 char_u *textfield, in gui_mch_dialog() argument 4931 (char*)buttons, dfltbutton, (char*)textfield, ex_cmd); in gui_mch_dialog()
|
| H A D | gui_w32.c | 6871 char_u *textfield, in gui_mch_dialog() argument 7169 if (textfield != NULL) in gui_mch_dialog() 7215 if (textfield != NULL) in gui_mch_dialog() 7290 if (textfield != NULL) in gui_mch_dialog() 7297 DLG_NONBUTTON_CONTROL + 2, (WORD)0x0081, (char *)textfield); in gui_mch_dialog() 7311 if (textfield != NULL) in gui_mch_dialog() 7314 s_textfield = textfield; in gui_mch_dialog()
|
| H A D | message.c | 3743 char_u *textfield UNUSED, // IObuff for inputdialog(), NULL in do_dialog() 3766 textfield, ex_cmd); in do_dialog()
|
| /vim-8.2.3635/src/proto/ |
| H A D | gui_gtk.pro | 18 …type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *textfield, int ex_cmd);
|
| H A D | gui_athena.pro | 32 …e, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield, int ex_cmd);
|
| H A D | gui_motif.pro | 34 …ar_u *title, char_u *message, char_u *button_names, int dfltbutton, char_u *textfield, int ex_cmd);
|
| H A D | message.pro | 75 …e, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield, int ex_cmd);
|
| H A D | gui_photon.pro | 11 …har_u *title, char_u *message, char_u *buttons, int default_button, char_u *textfield, int ex_cmd);
|
| H A D | gui_haiku.pro | 84 …e, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield, int ex_cmd);
|
| H A D | gui_w32.pro | 88 …e, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield, int ex_cmd);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | gui_x11.txt | 704 a textfield by dragging with the mouse. Now use the right mouse button and
|
| H A D | version6.txt | 4429 Problem: Win32: When using a dialog with a textfield it cannot scroll the 4431 Solution: Add ES_AUTOHSCROLL to the textfield style. (Pedro Gomes) 4471 dialog textfield problem from patch 6.0.115.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | baan.vim | 1654 syn keyword baanBshell rdi.session.textfield
|