Home
last modified time | relevance | path

Searched refs:hlinfo (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dhardlink.c130 struct hardlink_info *hlinfo; in update_hardlink_info() local
156 hlinfo = n->data; in update_hardlink_info()
157 hlinfo->status = T_UPTODATE; in update_hardlink_info()
158 hlinfo->checked_out = 1; in update_hardlink_info()
274 struct hardlink_info *hlinfo; in find_checkedout_proc() local
294 hlinfo = link->data; in find_checkedout_proc()
295 if (hlinfo->checked_out) in find_checkedout_proc()
H A Dupdate.c549 struct hardlink_info *hlinfo; in get_linkinfo_proc() local
565 hlinfo = xmalloc (sizeof (struct hardlink_info)); in get_linkinfo_proc()
567 hlinfo->status = (Ctype) 0; /* is this dumb? */ in get_linkinfo_proc()
568 hlinfo->checked_out = 0; in get_linkinfo_proc()
570 linkp->data = hlinfo; in get_linkinfo_proc()
H A Dcommit.c1080 struct hardlink_info *hlinfo; in check_fileproc() local
1097 hlinfo = xmalloc (sizeof (struct hardlink_info)); in check_fileproc()
1098 hlinfo->status = status; in check_fileproc()
1099 linkp->data = hlinfo; in check_fileproc()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Ddispextern.h2857 reset_mouse_highlight (Mouse_HLInfo *hlinfo) in reset_mouse_highlight() argument
2860 hlinfo->mouse_face_beg_row = hlinfo->mouse_face_beg_col = -1; in reset_mouse_highlight()
2861 hlinfo->mouse_face_end_row = hlinfo->mouse_face_end_col = -1; in reset_mouse_highlight()
2862 hlinfo->mouse_face_mouse_x = hlinfo->mouse_face_mouse_y = 0; in reset_mouse_highlight()
2863 hlinfo->mouse_face_beg_x = hlinfo->mouse_face_end_x = 0; in reset_mouse_highlight()
2865 hlinfo->mouse_face_mouse_frame = NULL; in reset_mouse_highlight()
2866 hlinfo->mouse_face_window = Qnil; in reset_mouse_highlight()
2867 hlinfo->mouse_face_overlay = Qnil; in reset_mouse_highlight()
2868 hlinfo->mouse_face_past_end = false; in reset_mouse_highlight()
2869 hlinfo->mouse_face_hidden = false; in reset_mouse_highlight()
[all …]
H A Dxdisp.c14242 clear_mouse_face (hlinfo); in note_tab_bar_highlight()
15181 clear_mouse_face (hlinfo); in note_tool_bar_highlight()
32790 = !hlinfo->mouse_face_hidden && !NILP (hlinfo->mouse_face_window); in clear_mouse_face()
32793 hlinfo->mouse_face_beg_row = hlinfo->mouse_face_beg_col = -1; in clear_mouse_face()
32794 hlinfo->mouse_face_end_row = hlinfo->mouse_face_end_col = -1; in clear_mouse_face()
32820 if (hlinfo->mouse_face_beg_row == hlinfo->mouse_face_end_row) in coords_in_mouse_face_p()
32822 if (hlinfo->mouse_face_beg_col <= hpos && hpos < hlinfo->mouse_face_end_col) in coords_in_mouse_face_p()
32833 if (hlinfo->mouse_face_beg_row == hlinfo->mouse_face_end_row) in coords_in_mouse_face_p()
32835 if (hlinfo->mouse_face_end_col < hpos && hpos <= hlinfo->mouse_face_beg_col) in coords_in_mouse_face_p()
33035 Mouse_HLInfo *hlinfo, in mouse_face_from_buffer_pos() argument
[all …]
H A Dmsdos.c615 reset_mouse_highlight (hlinfo); in dos_set_window_size()
1247 hlinfo->mouse_face_defer = 1; in IT_update_begin()
1252 hlinfo->mouse_face_window = Qnil; in IT_update_begin()
1268 hlinfo->mouse_face_window = Qnil; in IT_update_begin()
1278 clear_mouse_face (hlinfo); in IT_update_begin()
1284 reset_mouse_highlight (hlinfo); in IT_update_begin()
2618 clear_mouse_face (hlinfo); in dos_rawgetc()
2619 hlinfo->mouse_face_hidden = 1; in dos_rawgetc()
2647 if (hlinfo->mouse_face_hidden) in dos_rawgetc()
2649 hlinfo->mouse_face_hidden = 0; in dos_rawgetc()
[all …]
H A Dw32inevt.c482 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f); in do_mouse_event() local
489 if (hlinfo->mouse_face_hidden) in do_mouse_event()
491 hlinfo->mouse_face_hidden = 0; in do_mouse_event()
492 clear_mouse_face (hlinfo); in do_mouse_event()
H A Dw32term.c5005 clear_mouse_face (hlinfo); in w32_read_socket()
5006 hlinfo->mouse_face_hidden = true; in w32_read_socket()
5031 clear_mouse_face (hlinfo); in w32_read_socket()
5032 hlinfo->mouse_face_hidden = true; in w32_read_socket()
5146 clear_mouse_face (hlinfo); in w32_read_socket()
5147 hlinfo->mouse_face_hidden = true; in w32_read_socket()
5175 if (hlinfo->mouse_face_hidden) in w32_read_socket()
5178 clear_mouse_face (hlinfo); in w32_read_socket()
5657 clear_mouse_face (hlinfo); in w32_read_socket()
5658 hlinfo->mouse_face_mouse_frame = 0; in w32_read_socket()
[all …]
H A Dframe.h1251 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (frame); \
1252 if (frame == hlinfo->mouse_face_mouse_frame) \
1255 note_mouse_highlight (hlinfo->mouse_face_mouse_frame, \
1256 hlinfo->mouse_face_mouse_x, \
1257 hlinfo->mouse_face_mouse_y); \
H A Dpgtkterm.c240 Mouse_HLInfo *hlinfo; in x_free_frame_resources() local
244 hlinfo = MOUSE_HL_INFO (f); in x_free_frame_resources()
273 reset_mouse_highlight (hlinfo); in x_free_frame_resources()
5276 Mouse_HLInfo *hlinfo; in key_press_event() local
5285 hlinfo = MOUSE_HL_INFO (f); in key_press_event()
5291 clear_mouse_face (hlinfo); in key_press_event()
5782 clear_mouse_face (hlinfo); in leave_notify_event()
5916 Mouse_HLInfo *hlinfo; in motion_notify_event() local
5932 hlinfo = MOUSE_HL_INFO (f); in motion_notify_event()
5934 if (hlinfo->mouse_face_hidden) in motion_notify_event()
[all …]
H A Dxterm.c8949 clear_mouse_face (hlinfo); in handle_one_xevent()
9281 Mouse_HLInfo *hlinfo; in handle_one_xevent() local
9290 clear_mouse_face (hlinfo); in handle_one_xevent()
9291 hlinfo->mouse_face_mouse_frame = 0; in handle_one_xevent()
9402 if (hlinfo->mouse_face_hidden) in handle_one_xevent()
10081 clear_mouse_face (hlinfo); in handle_one_xevent()
10294 if (hlinfo->mouse_face_hidden) in handle_one_xevent()
10297 clear_mouse_face (hlinfo); in handle_one_xevent()
10362 clear_mouse_face (hlinfo); in handle_one_xevent()
10665 clear_mouse_face (hlinfo); in handle_one_xevent()
[all …]
H A Ddispnew.c3806 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f); in gui_update_window_begin() local
3815 if (f == hlinfo->mouse_face_mouse_frame) in gui_update_window_begin()
3818 hlinfo->mouse_face_defer = true; in gui_update_window_begin()
3823 hlinfo->mouse_face_window = Qnil; in gui_update_window_begin()
3870 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f); in gui_update_window_end() local
3872 hlinfo->mouse_face_beg_row = hlinfo->mouse_face_beg_col = -1; in gui_update_window_end()
3873 hlinfo->mouse_face_end_row = hlinfo->mouse_face_end_col = -1; in gui_update_window_end()
3874 hlinfo->mouse_face_window = Qnil; in gui_update_window_end()
H A Dhaikufns.c1289 Mouse_HLInfo *hlinfo; in haiku_free_frame_resources() local
1297 hlinfo = MOUSE_HL_INFO (f); in haiku_free_frame_resources()
1323 if (f == hlinfo->mouse_face_mouse_frame) in haiku_free_frame_resources()
1324 reset_mouse_highlight (hlinfo); in haiku_free_frame_resources()
H A Dnsterm.m1574 Mouse_HLInfo *hlinfo;
1580 hlinfo = MOUSE_HL_INFO (f);
1594 reset_mouse_highlight (hlinfo);
2360 hlinfo->mouse_face_mouse_x,
2361 hlinfo->mouse_face_mouse_y);
6070 clear_mouse_face (hlinfo);
6071 hlinfo->mouse_face_hidden = 1;
6751 if (hlinfo->mouse_face_hidden)
6754 clear_mouse_face (hlinfo);
7759 if (!hlinfo)
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Ddispextern.h2840 reset_mouse_highlight (Mouse_HLInfo *hlinfo) in reset_mouse_highlight() argument
2843 hlinfo->mouse_face_beg_row = hlinfo->mouse_face_beg_col = -1; in reset_mouse_highlight()
2844 hlinfo->mouse_face_end_row = hlinfo->mouse_face_end_col = -1; in reset_mouse_highlight()
2845 hlinfo->mouse_face_mouse_x = hlinfo->mouse_face_mouse_y = 0; in reset_mouse_highlight()
2846 hlinfo->mouse_face_beg_x = hlinfo->mouse_face_end_x = 0; in reset_mouse_highlight()
2848 hlinfo->mouse_face_mouse_frame = NULL; in reset_mouse_highlight()
2849 hlinfo->mouse_face_window = Qnil; in reset_mouse_highlight()
2850 hlinfo->mouse_face_overlay = Qnil; in reset_mouse_highlight()
2851 hlinfo->mouse_face_past_end = false; in reset_mouse_highlight()
2852 hlinfo->mouse_face_hidden = false; in reset_mouse_highlight()
[all …]
H A Dmsdos.c615 reset_mouse_highlight (hlinfo); in dos_set_window_size()
1247 hlinfo->mouse_face_defer = 1; in IT_update_begin()
1252 hlinfo->mouse_face_window = Qnil; in IT_update_begin()
1268 hlinfo->mouse_face_window = Qnil; in IT_update_begin()
1278 clear_mouse_face (hlinfo); in IT_update_begin()
1284 reset_mouse_highlight (hlinfo); in IT_update_begin()
2617 clear_mouse_face (hlinfo); in dos_rawgetc()
2618 hlinfo->mouse_face_hidden = 1; in dos_rawgetc()
2646 if (hlinfo->mouse_face_hidden) in dos_rawgetc()
2648 hlinfo->mouse_face_hidden = 0; in dos_rawgetc()
[all …]
H A Dxdisp.c13542 clear_mouse_face (hlinfo); in note_tab_bar_highlight()
14509 clear_mouse_face (hlinfo); in note_tool_bar_highlight()
31757 = !hlinfo->mouse_face_hidden && !NILP (hlinfo->mouse_face_window); in clear_mouse_face()
31760 hlinfo->mouse_face_beg_row = hlinfo->mouse_face_beg_col = -1; in clear_mouse_face()
31761 hlinfo->mouse_face_end_row = hlinfo->mouse_face_end_col = -1; in clear_mouse_face()
31787 if (hlinfo->mouse_face_beg_row == hlinfo->mouse_face_end_row) in coords_in_mouse_face_p()
31789 if (hlinfo->mouse_face_beg_col <= hpos && hpos < hlinfo->mouse_face_end_col) in coords_in_mouse_face_p()
31800 if (hlinfo->mouse_face_beg_row == hlinfo->mouse_face_end_row) in coords_in_mouse_face_p()
31802 if (hlinfo->mouse_face_end_col < hpos && hpos <= hlinfo->mouse_face_beg_col) in coords_in_mouse_face_p()
32002 Mouse_HLInfo *hlinfo, in mouse_face_from_buffer_pos() argument
[all …]
H A Dw32inevt.c478 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f); in do_mouse_event() local
485 if (hlinfo->mouse_face_hidden) in do_mouse_event()
487 hlinfo->mouse_face_hidden = 0; in do_mouse_event()
488 clear_mouse_face (hlinfo); in do_mouse_event()
H A Dw32term.c4881 clear_mouse_face (hlinfo); in w32_read_socket()
4882 hlinfo->mouse_face_hidden = true; in w32_read_socket()
4907 clear_mouse_face (hlinfo); in w32_read_socket()
4908 hlinfo->mouse_face_hidden = true; in w32_read_socket()
5022 clear_mouse_face (hlinfo); in w32_read_socket()
5023 hlinfo->mouse_face_hidden = true; in w32_read_socket()
5051 if (hlinfo->mouse_face_hidden) in w32_read_socket()
5054 clear_mouse_face (hlinfo); in w32_read_socket()
5564 clear_mouse_face (hlinfo); in w32_read_socket()
5565 hlinfo->mouse_face_mouse_frame = 0; in w32_read_socket()
[all …]
H A Dframe.h1273 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (frame); \
1274 if (frame == hlinfo->mouse_face_mouse_frame) \
1277 note_mouse_highlight (hlinfo->mouse_face_mouse_frame, \
1278 hlinfo->mouse_face_mouse_x, \
1279 hlinfo->mouse_face_mouse_y); \
H A Ddispnew.c3717 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f); in gui_update_window_begin() local
3726 if (f == hlinfo->mouse_face_mouse_frame) in gui_update_window_begin()
3729 hlinfo->mouse_face_defer = true; in gui_update_window_begin()
3734 hlinfo->mouse_face_window = Qnil; in gui_update_window_begin()
3778 Mouse_HLInfo *hlinfo = MOUSE_HL_INFO (f); in gui_update_window_end() local
3780 hlinfo->mouse_face_beg_row = hlinfo->mouse_face_beg_col = -1; in gui_update_window_end()
3781 hlinfo->mouse_face_end_row = hlinfo->mouse_face_end_col = -1; in gui_update_window_end()
3782 hlinfo->mouse_face_window = Qnil; in gui_update_window_end()
H A Dnsterm.m1618 Mouse_HLInfo *hlinfo;
1624 hlinfo = MOUSE_HL_INFO (f);
1638 reset_mouse_highlight (hlinfo);
2579 hlinfo->mouse_face_mouse_x,
2580 hlinfo->mouse_face_mouse_y);
6314 clear_mouse_face (hlinfo);
6315 hlinfo->mouse_face_hidden = 1;
6941 if (hlinfo->mouse_face_hidden)
6944 clear_mouse_face (hlinfo);
8162 if (!hlinfo)
[all …]
H A Dxterm.c8418 clear_mouse_face (hlinfo); in handle_one_xevent()
8419 hlinfo->mouse_face_hidden = true; in handle_one_xevent()
8789 if (f == hlinfo->mouse_face_mouse_frame) in handle_one_xevent()
8793 clear_mouse_face (hlinfo); in handle_one_xevent()
8794 hlinfo->mouse_face_mouse_frame = 0; in handle_one_xevent()
8821 if (hlinfo->mouse_face_hidden) in handle_one_xevent()
8823 hlinfo->mouse_face_hidden = false; in handle_one_xevent()
8824 clear_mouse_face (hlinfo); in handle_one_xevent()
8891 clear_mouse_face (hlinfo); in handle_one_xevent()
12203 if (f == hlinfo->mouse_face_mouse_frame) in x_free_frame_resources()
[all …]
/dports/editors/neovim/neovim-0.6.1/test/functional/ui/
H A Dscreen.lua1454 local attrdict2, hlinfo
1458 hlinfo = item[3]
1461 hlinfo = item[2]
1464 descdict = ", {"..self:_pprint_hlinfo(hlinfo).."}"
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dnavigate.c1155 struct HotListInfoRec hlinfo; local
1157 memset(&hlinfo, 0, sizeof(struct HotListInfoRec));
1183 Names(win_name, NULL, NULL, 0, &hlinfo);

12