Searched refs:typenr (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | sign.c | 216 int typenr) // typenr of sign we are adding in insert_sign() argument 225 newsign->se_typenr = typenr; in insert_sign() 296 find_sign_by_typenr(int typenr) in find_sign_by_typenr() argument 301 if (sp->sn_typenr == typenr) in find_sign_by_typenr() 310 sign_typenr2name(int typenr) in sign_typenr2name() argument 315 if (sp->sn_typenr == typenr) in sign_typenr2name() 434 sign->se_typenr = typenr; in buf_addsign() 442 lnum, typenr); in buf_addsign() 470 sign->se_typenr = typenr; in buf_change_sign_type() 689 int typenr) // sign type number in buf_findsigntype_id() argument [all …]
|
| H A D | gui_x11.c | 3183 gui_mch_drawsign(int row, int col, int typenr) in gui_mch_drawsign() argument 3187 if (gui.in_use && (sign = (XImage *)sign_get_image(typenr)) != NULL) in gui_mch_drawsign()
|
| H A D | gui_gtk_x11.c | 6910 gui_mch_drawsign(int row, int col, int typenr) in gui_mch_drawsign() argument 6914 sign = (GdkPixbuf *)sign_get_image(typenr); in gui_mch_drawsign()
|
| H A D | gui_w32.c | 8272 gui_mch_drawsign(int row, int col, int typenr) in gui_mch_drawsign() argument 8277 if (!gui.in_use || (sign = (signicon_t *)sign_get_image(typenr)) == NULL) in gui_mch_drawsign()
|
| /vim-8.2.3635/src/proto/ |
| H A D | sign.pro | 7 int buf_findsigntype_id(buf_T *buf, linenr_T lnum, int typenr); 18 void *sign_get_image(int typenr);
|
| H A D | gui_x11.pro | 67 void gui_mch_drawsign(int row, int col, int typenr);
|
| H A D | gui_gtk_x11.pro | 78 void gui_mch_drawsign(int row, int col, int typenr);
|
| H A D | gui_w32.pro | 90 void gui_mch_drawsign(int row, int col, int typenr);
|