Searched refs:ArgList (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/VisVim/ |
| H A D | OleAut.cpp | 171 va_list ArgList; in PutProperty() local 173 va_start (ArgList, Format); in PutProperty() 175 va_end (ArgList); in PutProperty() 181 va_list ArgList; in PutProperty() local 183 va_start (ArgList, Format); in PutProperty() 185 va_end (ArgList); in PutProperty() 191 va_list ArgList; in Method() local 193 va_start (ArgList, Format); in Method() 195 va_end (ArgList); in Method() 201 va_list ArgList; in Method() local [all …]
|
| H A D | OleAut.h | 42 bool Invoke (WORD Flags, char* Name, LPCTSTR Format, va_list ArgList); 43 bool Invoke (WORD Flags, DISPID DispatchId, LPCTSTR Format, va_list ArgList);
|
| /vim-8.2.3635/src/ |
| H A D | gui_xmebw.h | 66 extern Widget XgCreateEPushButtonWidget(Widget, char *, ArgList, Cardinal);
|
| H A D | gui_at_sb.c | 130 static void Initialize(Widget, Widget, ArgList, Cardinal *); 135 static Boolean SetValues(Widget, Widget, Widget, ArgList, Cardinal *); 524 ArgList args UNUSED, in Initialize() 564 ArgList args UNUSED, in SetValues()
|
| H A D | gui_xmebw.c | 109 static void Initialize(Widget rq, Widget eb, ArgList args, Cardinal *n); 110 static Boolean SetValues(Widget current, Widget request, Widget new, ArgList args, Cardinal *n); 999 Initialize(Widget rq, Widget ebw, ArgList args UNUSED, Cardinal *n UNUSED) in Initialize() 1080 ArgList args UNUSED, in SetValues()
|
| H A D | gui_motif.c | 2442 ArgList args, in create_pixmap_label() 3900 (ArgList)NULL, 0); in find_replace_dialog_create()
|