Searched refs:narg (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_lua.c | 223 int (*dll_luaL_typerror) (lua_State *L, int narg, const char *tname); 234 int (*dll_luaL_typeerror) (lua_State *L, int narg, const char *tname); 236 void (*dll_luaL_checkany) (lua_State *L, int narg); 240 void (*dll_luaL_checktype) (lua_State *L, int narg, int t); 483 luaL_typeerror(lua_State *L, int narg, const char *tname) in luaL_typeerror() argument 486 tname, luaL_typename(L, narg)); in luaL_typeerror() 487 return luaL_argerror(L, narg, msg); in luaL_typeerror()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vmasm.vim | 169 syn match vmasmDirective "\.narg\>"
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_usercommands.vim | 536 " Test with various -narg= argument values.
|