Lines Matching refs:result
69 char_u *result; // String result for command (malloc'ed). member
371 char_u **result, // Result of eval'ed expression in serverSendToVim() argument
388 if (result != NULL) in serverSendToVim()
389 *result = NULL; in serverSendToVim()
401 return sendToLocalVim(cmd, asExpr, result); in serverSendToVim()
475 pending.result = NULL; in serverSendToVim()
499 if (result != NULL) in serverSendToVim()
500 *result = pending.result; in serverSendToVim()
502 vim_free(pending.result); in serverSendToVim()
511 return pending->result != NULL; in WaitForPend()
1059 int result, actualFormat; in GetRegProp() local
1068 result = XGetWindowProperty(dpy, RootWindow(dpy, 0), registryProperty, 0L, in GetRegProp()
1088 if (result != Success || actualFormat != 8 || actualType != XA_STRING) in GetRegProp()
1116 int result, actualFormat; in serverEventProc() local
1131 result = XGetWindowProperty(dpy, commWindow, commProperty, 0L, in serverEventProc()
1138 if (result != Success || actualType != XA_STRING || actualFormat != 8) in serverEventProc()
1394 if (serial != pcPtr->serial || pcPtr->result != NULL) in server_parse_message()
1401 pcPtr->result = res; in server_parse_message()