Home
last modified time | relevance | path

Searched refs:long_u (Results 1 – 25 of 77) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dhardcopy.c80 (long_u)0x000000L, (long_u)0xff0000L, (long_u)0x00ff00L, (long_u)0xffff00L,
81 (long_u)0x0000ffL, (long_u)0xff00ffL, (long_u)0x00ffffL, (long_u)0xffffffL
86 (long_u)0x000000L, (long_u)0x0000c0L, (long_u)0x008000L, (long_u)0x004080L,
87 (long_u)0xc00000L, (long_u)0xc000c0L, (long_u)0x808000L, (long_u)0xc0c0c0L,
88 (long_u)0x808080L, (long_u)0x6060ffL, (long_u)0x00ff00L, (long_u)0x00ffffL,
89 (long_u)0xff8080L, (long_u)0xff40ffL, (long_u)0xffff00L, (long_u)0xffffffL
101 static long_u curr_bg;
102 static long_u curr_fg;
264 static long_u
272 static long_u
[all …]
H A Dif_xcmdsrv.c175 long_u len;
200 static void save_in_queue(char_u *buf, long_u len);
629 long_u numItems; in serverGetVimNames()
906 long_u numItems; in LookupName()
937 for (p = regProp; (long_u)(p - regProp) < numItems; ) in LookupName()
997 long_u numItems; in DeleteAnyLingerer()
1056 long_u *numItemsp, in GetRegProp()
1060 long_u bytesAfter; in GetRegProp()
1117 long_u numItems, bytesAfter; in serverEventProc()
1155 save_in_queue(char_u *propInfo, long_u len) in save_in_queue()
[all …]
H A Dalloc.c23 static long_u mem_allocs[MEM_SIZES];
24 static long_u mem_frees[MEM_SIZES];
25 static long_u mem_allocated;
26 static long_u mem_freed;
27 static long_u mem_peak;
28 static long_u num_alloc;
29 static long_u num_freed;
51 *(long_u *)*pp = size; in mem_post_alloc()
66 long_u size; in mem_pre_free()
342 semsg(_("E342: Out of memory! (allocating %lu bytes)"), (long_u)size); in do_outofmem_msg()
H A Dundo.c768 do_outofmem_msg((long_u)0); in u_savecommon()
1240 undo_write_bytes(bi, (long_u)UF_VERSION, 2); in serialize_header()
1252 undo_write_bytes(bi, (long_u)len, 4); in serialize_header()
1315 undo_write_bytes(bi, (long_u)UF_ENTRY_MAGIC, 2); in serialize_uhp()
1423 undo_write_bytes(bi, (long_u)uep->ue_top, 4); in serialize_uep()
1500 undo_write_bytes(bi, (long_u)pos.lnum, 4); in serialize_pos()
1501 undo_write_bytes(bi, (long_u)pos.col, 4); in serialize_pos()
1502 undo_write_bytes(bi, (long_u)pos.coladd, 4); in serialize_pos()
2792 do_outofmem_msg((long_u)0); in u_undoredo()
3483 do_outofmem_msg((long_u)0); in u_saveline()
[all …]
H A Dstructs.h1280 long_u hi_hash; // cached hash number of hi_key
1298 long_u ht_used; // number of items used
1309 typedef long_u hash_T; // Type for hi_hash
2146 long_u rq_buflen;
2432 long_u jo_ansi_colors[16];
2479 long_u dit_todo;
2899 long_u b_p_inex_flags; // flags for 'includeexpr'
2904 long_u b_p_inde_flags; // flags for 'indentexpr'
2910 long_u b_p_fex_flags; // flags for 'formatexpr'
4045 long_u fg_color;
[all …]
H A Dhashtab.c330 long_u oldsize, newsize; in hash_may_resize()
331 long_u minsize; in hash_may_resize()
332 long_u newmask; in hash_may_resize()
372 if ((long_u)minitems < ht->ht_used) // just in case... in hash_may_resize()
H A Dspellfile.c4900 put_bytes(fd, (long_u)i, 4); // <sectionlen> in write_vim_spell()
4911 put_bytes(fd, (long_u)l, 4); // <sectionlen> in write_vim_spell()
4969 put_bytes(fd, (long_u)i, 4); // <sectionlen> in write_vim_spell()
4981 put_bytes(fd, (long_u)l, 4); // <sectionlen> in write_vim_spell()
5032 put_bytes(fd, (long_u)l, 4); // <sectionlen> in write_vim_spell()
5079 put_bytes(fd, (long_u)l, 2); // <sofotolen> in write_vim_spell()
5120 put_bytes(fd, (long_u)l, 4); // <sectionlen> in write_vim_spell()
5136 put_bytes(fd, (long_u)8, 4); // <sectionlen> in write_vim_spell()
5150 put_bytes(fd, (long_u)0, 4); // <sectionlen> in write_vim_spell()
5160 put_bytes(fd, (long_u)0, 4); // <sectionlen> in write_vim_spell()
[all …]
H A Dmemfile_test.c37 long_u i; in test_mf_hash()
38 long_u num_buckets; in test_mf_hash()
H A Dgui_at_fs.c1557 (XtPointer)(long_u)n); in SFscrollTimer()
1598 (XtPointer)(long_u)n); in SFnewInvertEntry()
2476 (XtPointer)(long_u)n); in SFcreateWidgets()
2478 (XtCallbackProc)SFvAreaSelectedCallback, (XtPointer)(long_u)n); in SFcreateWidgets()
2501 (XtPointer)(long_u)n); in SFcreateWidgets()
2553 (XtEventHandler)SFexposeList, (XtPointer)(long_u)n); in SFcreateWidgets()
2555 (XtEventHandler)SFenterList, (XtPointer)(long_u)n); in SFcreateWidgets()
2557 (XtEventHandler)SFleaveList, (XtPointer)(long_u)n); in SFcreateWidgets()
2559 (XtEventHandler)SFmotionList, (XtPointer)(long_u)n); in SFcreateWidgets()
2561 (XtEventHandler)SFbuttonPressList, (XtPointer)(long_u)n); in SFcreateWidgets()
[all …]
H A Dos_mswin.c769 long_u dwStr = (long_u)str; in check_str_len()
770 long_u dwBaseAddress = (long_u)mbi.BaseAddress; in check_str_len()
773 long_u strPage = dwStr - (dwStr - dwBaseAddress) % si.dwPageSize; in check_str_len()
776 long_u pageLength = si.dwPageSize - (dwStr - strPage); in check_str_len()
1656 mch_print_set_bg(long_u bgcol) in mch_print_set_bg()
1671 mch_print_set_fg(long_u fgcol) in mch_print_set_fg()
2082 sprintf((char *)winstr, PRINTF_HEX_LONG_U, (long_u)sender); in Messaging_WndProc()
2338 long_u n = 0; in serverSendReply()
H A Dmemfile.c67 static long_u total_mem_used = 0; // total memory used for memfiles
767 || (total_mem_used >> 10) >= (long_u)p_mmt); in mf_release()
1348 long_u idx; in mf_hash_free_all()
1385 long_u idx; in mf_hash_add_item()
1440 long_u i, j; in mf_hash_grow()
H A Dclipboard.c1402 long_u *length, in clip_x11_convert_selection_cb()
1406 static long_u save_length = 0; in clip_x11_convert_selection_cb()
1603 long_u *length, in clip_x11_request_selection_cb()
1607 long_u len; in clip_x11_request_selection_cb()
1919 long_u len = 0; in x11_export_final_selection()
2103 clip_convert_selection(char_u **str, long_u *len, Clipboard_T *cbd) in clip_convert_selection()
2128 *len += (long_u)STRLEN(y_ptr->y_array[i]) + eolsize; in clip_convert_selection()
H A Dterm.c3272 add_long_to_buf(long_u val, char_u *dst) in add_long_to_buf()
3277 for (i = 1; i <= (int)sizeof(long_u); i++) in add_long_to_buf()
3279 shift = 8 * (sizeof(long_u) - i); in add_long_to_buf()
3293 get_long_from_buf(char_u *buf, long_u *val) in get_long_from_buf()
3296 char_u bytes[sizeof(long_u)]; in get_long_from_buf()
3304 for (i = 0; i < (int)sizeof(long_u); i++) in get_long_from_buf()
3306 shift = 8 * (sizeof(long_u) - 1 - i); in get_long_from_buf()
3307 *val += (long_u)bytes[i] << shift; in get_long_from_buf()
5686 long_u val; in check_termcode()
5733 long_u val; in check_termcode()
[all …]
H A Doption.c79 long_u n; in set_init_1()
563 long_u flags; in set_option_default()
564 long_u *flagsp; in set_option_default()
2239 long_u *p; in did_set_option()
2511 long_u *flagp; in was_set_insecurely()
2528 static long_u *
3858 check_redraw(long_u flags) in check_redraw()
4249 long_u
4336 long_u flags; in set_option_value()
4840 long_u flags) in put_setstring()
[all …]
H A Dos_unix.c438 long_u
441 long_u mem = 0; in mch_total_mem()
479 size_t len = sizeof(long_u); in mch_total_mem()
481 long_u physmem; in mch_total_mem()
486 long_u u64; in mch_total_mem()
499 mem = (long_u)physmem; in mch_total_mem()
502 mem = (long_u)physmem.u64; in mch_total_mem()
504 mem = (long_u)physmem.u32; in mch_total_mem()
546 pagesize = (long_u)pagesize >> 1; in mch_total_mem()
568 mem = (long_u)rlp.rlim_cur; in mch_total_mem()
[all …]
H A Dgui.h225 typedef long_u GuiFont; // handle for a GUI font
226 typedef long_u GuiFontset; // handle for a GUI fontset
H A Dgui.c2290 long_u highlight_mask; in gui_outstr_nowrap()
2291 long_u hl_mask_todo; in gui_outstr_nowrap()
2736 long_u old_hl_mask; in gui_redraw_block()
3419 char_u bytes[sizeof(long_u)]; in gui_menu_cb()
3429 add_long_to_buf((long_u)menu, bytes); in gui_menu_cb()
3430 add_to_input_buf_csi(bytes, sizeof(long_u)); in gui_menu_cb()
3990 char_u bytes[sizeof(long_u)]; in gui_drag_scrollbar()
4169 add_long_to_buf((long_u)value, bytes); in gui_drag_scrollbar()
4170 add_to_input_buf_csi(bytes, sizeof(long_u)); in gui_drag_scrollbar()
4708 gui_do_horiz_scroll(long_u leftcol, int compute_longest_lnum) in gui_do_horiz_scroll()
[all …]
H A Dgui_x11.c583 *channel_timer = XtAppAddTimeOut(app_context, (long_u)20, in channel_poll_cb()
1066 timer = XtAppAddTimeOut(app_context, (long_u)p_mouset, in gui_x11_mouse_cb()
1504 long_u gc_mask; in gui_mch_new_colors()
2647 (long_u)(wtime == 0 ? 1L : wtime), in gui_mch_wait_for_chars()
2653 channel_timer = XtAppAddTimeOut(app_context, (long_u)20, in gui_mch_wait_for_chars()
2997 static long_u blink_waittime = 700;
2998 static long_u blink_ontime = 400;
2999 static long_u blink_offtime = 250;
H A Dclientserver.c777 sprintf((char *)str, PRINTF_HEX_LONG_U, (long_u)w); in remote_common()
848 long_u n = 0; in f_remote_peek()
916 long_u n = 0; in f_remote_read()
H A Dregexp_bt.c445 static int re_num_cmp(long_u val, char_u *scan);
1045 re_put_long(char_u *p, long_u val) in re_put_long()
1185 re_put_long(place, (long_u)val); in reginsert_nr()
1220 place = re_put_long(place, (long_u)minval); in reginsert_limits()
1221 place = re_put_long(place, (long_u)maxval); in reginsert_limits()
1633 long_u n = 0; in regatom()
3424 if (!REG_MULTI || !re_num_cmp((long_u)(rex.lnum + rex.reg_firstlnum), in regmatch()
3430 if (!re_num_cmp((long_u)(rex.input - rex.line) + 1, scan)) in regmatch()
3435 if (!re_num_cmp((long_u)win_linetabsize( in regmatch()
5095 re_num_cmp(long_u val, char_u *scan) in re_num_cmp()
[all …]
H A Dos_amiga.c216 long_u
220 return (long_u)AvailMem(MEMF_ANY) >> 10; in mch_avail_mem()
222 return (long_u)(AvailMem(special ? (long)MEMF_CHIP : (long)MEMF_ANY)) >> 10; in mch_avail_mem()
/vim-8.2.3635/src/proto/
H A Doption.pro26 void check_redraw(long_u flags);
31 long_u get_option_flags(int opt_idx);
32 void set_option_flag(int opt_idx, long_u flag);
33 void clear_option_flag(int opt_idx, long_u flag);
H A Dhardcopy.pro18 void mch_print_set_bg(long_u bgcol);
19 void mch_print_set_fg(long_u fgcol);
H A Dos_mswin.pro37 void mch_print_set_bg(long_u bgcol);
38 void mch_print_set_fg(long_u fgcol);
H A Dclipboard.pro34 int clip_convert_selection(char_u **str, long_u *len, Clipboard_T *cbd);

1234