Searched refs:StringToChars (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 2477 return subexpr_test(expr, 'StringToChars', ( 2883 >>> Testing StringToChars using vim.command(%s) 2891 >>> Testing StringToChars using vim.eval(%s) 2898 >>> Testing StringToChars using vim.bindeval(%s) 2905 >>> Testing StringToChars using vim.strwidth(%s) 2923 >>> Testing StringToChars using vim.options[%s] 2929 >>> Testing StringToChars using %s in vim.options 2945 >>> Testing StringToChars using d.get(%s) 2959 >>> Testing StringToChars using d[%s] = 1 2964 >>> Testing StringToChars using d["a"] = {%s : 1} [all …]
|
| H A D | test_python3.vim | 2665 return subexpr_test(expr, 'StringToChars', ( 3071 >>> Testing StringToChars using vim.command(%s) 3079 >>> Testing StringToChars using vim.eval(%s) 3086 >>> Testing StringToChars using vim.bindeval(%s) 3093 >>> Testing StringToChars using vim.strwidth(%s) 3111 >>> Testing StringToChars using vim.options[%s] 3117 >>> Testing StringToChars using %s in vim.options 3133 >>> Testing StringToChars using d.get(%s) 3147 >>> Testing StringToChars using d[%s] = 1 3152 >>> Testing StringToChars using d["a"] = {%s : 1} [all …]
|
| /vim-8.2.3635/src/ |
| H A D | if_py_both.h | 116 StringToChars(PyObject *obj, PyObject **todecref) in StringToChars() function 694 if (!(cmd = StringToChars(string, &todecref))) in VimCommand() 898 if (!(expr = StringToChars(string, &todecref))) in VimEval() 949 if (!(expr = StringToChars(string, &todecref))) in VimEvalPy() 987 if (!(str = StringToChars(string, &todecref))) in VimStrwidth() 1016 if (!(new_dir = StringToChars(newwd, &todecref))) in _VimChdir() 2106 if (!(key = StringToChars(keyObject, &todecref))) in DictionaryUpdate() 3656 if ((val = StringToChars(valObject, &todecref2))) in OptionsAssItem() 5283 if (!(val = StringToChars(valObject, &todecref))) in BufferSetattr() 5944 if (!(key = StringToChars(keyObject, &todecref))) in pydict_to_tv() [all …]
|