Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_tcl.c1227 int err, flag, nobjs; in tcldoexcommand() local
1230 nobjs = objc - objn; in tcldoexcommand()
1231 if (nobjs < 1 || nobjs > 2) in tcldoexcommand()
1238 if (nobjs == 2) in tcldoexcommand()
1284 int err, nobjs, idx; in tclsetoption() local
1294 nobjs = objc - objn; in tclsetoption()
1295 if (nobjs != 1 && nobjs != 2) in tclsetoption()
1320 if (nobjs == 2) in tclsetoption()