Searched refs:NumberToLong (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_py_both.h | 169 NumberToLong(PyObject *obj, long *result, int flags) in NumberToLong() function 345 if (NumberToLong(valObject, &(self->softspace), NUMBER_UNSIGNED)) in OutputSetattr() 3642 if (NumberToLong(valObject, &val, NUMBER_INT)) in OptionsAssItem() 4081 if (NumberToLong(valObject, &height, NUMBER_INT|NUMBER_UNSIGNED)) in WindowSetattr() 4103 if (NumberToLong(valObject, &width, NUMBER_INT|NUMBER_UNSIGNED)) in WindowSetattr() 5437 if (NumberToLong(keyObject, &bnr, NUMBER_INT|NUMBER_NATURAL)) in BufMapItem()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 2531 return subexpr_test(expr, 'NumberToLong', ( 2845 >>> Testing NumberToLong using sys.stdout.softspace = %s 2850 >>> Testing NumberToLong using sys.stderr.softspace = %s 3580 >>> Testing NumberToLong using vim.current.window.height = %s 3585 >>> Testing NumberToLong using vim.current.window.width = %s 3625 >>> Testing NumberToLong using vim.buffers[%s]
|
| H A D | test_python3.vim | 2719 return subexpr_test(expr, 'NumberToLong', ( 3033 >>> Testing NumberToLong using sys.stdout.softspace = %s 3038 >>> Testing NumberToLong using sys.stderr.softspace = %s 3768 >>> Testing NumberToLong using vim.current.window.height = %s 3773 >>> Testing NumberToLong using vim.current.window.width = %s 3813 >>> Testing NumberToLong using vim.buffers[%s]
|