Searched refs:asExpr (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_xcmdsrv.c | 373 Bool asExpr, // Interpret as keystrokes or expr ? in serverSendToVim() argument 401 return sendToLocalVim(cmd, asExpr, result); in serverSendToVim() 447 0, asExpr ? 'c' : 'k', 0, name, 0, p_enc, 0, cmd); in serverSendToVim() 465 if (!asExpr) // There is no answer for this - Keys are sent async in serverSendToVim()
|
| H A D | clientserver.c | 111 sendToLocalVim(char_u *cmd, int asExpr, char_u **result) in sendToLocalVim() argument 113 if (asExpr) in sendToLocalVim()
|
| H A D | os_mswin.c | 2369 int asExpr, // Expression or keys? in serverSendToVim() argument 2381 return sendToLocalVim(cmd, asExpr, result); in serverSendToVim() 2404 data.dwData = asExpr ? COPYDATA_EXPR : COPYDATA_KEYS; in serverSendToVim() 2413 if (asExpr) in serverSendToVim()
|
| /vim-8.2.3635/src/proto/ |
| H A D | clientserver.pro | 4 int sendToLocalVim(char_u *cmd, int asExpr, char_u **result);
|
| H A D | if_xcmdsrv.pro | 4 …ay *dpy, char_u *name, char_u *cmd, char_u **result, Window *server, int asExpr, int timeout, int …
|
| H A D | os_mswin.pro | 45 int serverSendToVim(char_u *name, char_u *cmd, char_u **result, void *ptarget, int asExpr, int time…
|