Lines Matching refs:error

1388     int		error = FALSE;  in do_highlight()  local
1533 error = TRUE; in do_highlight()
1545 error = TRUE; in do_highlight()
1565 error = TRUE; in do_highlight()
1579 error = TRUE; in do_highlight()
1591 error = TRUE; in do_highlight()
1598 error = TRUE; in do_highlight()
1611 error = TRUE; in do_highlight()
1631 error = TRUE; in do_highlight()
1664 error = TRUE; in do_highlight()
1671 error = TRUE; in do_highlight()
1685 if (error && idx == highlight_ga.ga_len) in do_highlight()
4107 goto error; in highlight_get_info()
4109 goto error; in highlight_get_info()
4126 goto error; in highlight_get_info()
4130 goto error; in highlight_get_info()
4133 goto error; in highlight_get_info()
4139 goto error; in highlight_get_info()
4144 goto error; in highlight_get_info()
4148 goto error; in highlight_get_info()
4152 goto error; in highlight_get_info()
4158 goto error; in highlight_get_info()
4163 goto error; in highlight_get_info()
4167 goto error; in highlight_get_info()
4171 goto error; in highlight_get_info()
4175 goto error; in highlight_get_info()
4183 goto error; in highlight_get_info()
4194 error: in highlight_get_info()
4230 int error = FALSE; in f_hlget() local
4232 resolve_link = tv_get_bool_chk(&argvars[1], &error); in f_hlget()
4233 if (error) in f_hlget()
4256 hldict_get_string(dict_T *dict, char_u *key, int *error) in hldict_get_string() argument
4260 *error = FALSE; in hldict_get_string()
4268 *error = TRUE; in hldict_get_string()
4333 int error; in hlg_add_or_update() local
4352 name = hldict_get_string(dict, (char_u *)"name", &error); in hlg_add_or_update()
4353 if (name == NULL || error) in hlg_add_or_update()
4381 linksto = hldict_get_string(dict, (char_u *)"linksto", &error); in hlg_add_or_update()
4382 if (linksto == NULL || error) in hlg_add_or_update()
4397 start = hldict_get_string(dict, (char_u *)"start", &error); in hlg_add_or_update()
4398 if (error) in hlg_add_or_update()
4401 stop = hldict_get_string(dict, (char_u *)"stop", &error); in hlg_add_or_update()
4402 if (error) in hlg_add_or_update()
4413 ctermfg = hldict_get_string(dict, (char_u *)"ctermfg", &error); in hlg_add_or_update()
4414 if (error) in hlg_add_or_update()
4417 ctermbg = hldict_get_string(dict, (char_u *)"ctermbg", &error); in hlg_add_or_update()
4418 if (error) in hlg_add_or_update()
4421 ctermul = hldict_get_string(dict, (char_u *)"ctermul", &error); in hlg_add_or_update()
4422 if (error) in hlg_add_or_update()
4429 guifg = hldict_get_string(dict, (char_u *)"guifg", &error); in hlg_add_or_update()
4430 if (error) in hlg_add_or_update()
4433 guibg = hldict_get_string(dict, (char_u *)"guibg", &error); in hlg_add_or_update()
4434 if (error) in hlg_add_or_update()
4437 guisp = hldict_get_string(dict, (char_u *)"guisp", &error); in hlg_add_or_update()
4438 if (error) in hlg_add_or_update()
4442 font = hldict_get_string(dict, (char_u *)"font", &error); in hlg_add_or_update()
4443 if (error) in hlg_add_or_update()