Home
last modified time | relevance | path

Searched refs:cmdstr (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python3.c1155 PyObject *cmdstr; in DoPyCommand() local
1186 cmdstr = PyUnicode_Decode(cmd, strlen(cmd), in DoPyCommand()
1188 cmdbytes = PyUnicode_AsEncodedString(cmdstr, "utf-8", ERRORS_ENCODE_ARG); in DoPyCommand()
1189 Py_XDECREF(cmdstr); in DoPyCommand()
H A Devalfunc.c3749 char_u *cmdstr; in f_expandcmd() local
3756 cmdstr = vim_strsave(tv_get_string(&argvars[0])); in f_expandcmd()
3759 eap.cmd = cmdstr; in f_expandcmd()
3760 eap.arg = cmdstr; in f_expandcmd()
3766 expand_filename(&eap, &cmdstr, &errormsg); in f_expandcmd()
3770 rettv->vval.v_string = cmdstr; in f_expandcmd()