Searched refs:denote (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | typval.pro | 8 varnumber_T tv_get_number_chk(typval_T *varp, int *denote); 10 varnumber_T tv_get_bool_chk(typval_T *varp, int *denote);
|
| /vim-8.2.3635/src/ |
| H A D | typval.c | 178 tv_get_bool_or_number_chk(typval_T *varp, int *denote, int want_bool) in tv_get_bool_or_number_chk() argument 250 if (denote == NULL) // useful for values that must be unsigned in tv_get_bool_or_number_chk() 253 *denote = TRUE; in tv_get_bool_or_number_chk() 274 tv_get_number_chk(typval_T *varp, int *denote) in tv_get_number_chk() argument 276 return tv_get_bool_or_number_chk(varp, denote, FALSE); in tv_get_number_chk() 294 tv_get_bool_chk(typval_T *varp, int *denote) in tv_get_bool_chk() argument 296 return tv_get_bool_or_number_chk(varp, denote, TRUE); in tv_get_bool_chk()
|
| H A D | quickfix.c | 7460 int denote = FALSE; in qf_setprop_curidx() local 7473 newidx = tv_get_number_chk(&di->di_tv, &denote); in qf_setprop_curidx() 7474 if (denote) in qf_setprop_curidx()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | arabic.txt | 108 NOTE: the string 'your_ARABIC_FONT' is used to denote a complete
|
| H A D | intro.txt | 339 {} Curly braces denote parts of the command which must appear,
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | matchit.txt | 260 (In Vim regular expressions, |\<| and |\>| denote word boundaries. Thus "if"
|