Home
last modified time | relevance | path

Searched refs:netbeans_active (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dnetbeans.pro10 int netbeans_active(void);
/vim-8.2.3635/src/
H A Dops.c1266 if (netbeans_active() && one_change) in op_tilde()
1310 if (netbeans_active() && did_change) in op_tilde()
2425 if (netbeans_active() && one_change) in op_addsub()
H A Dmemline.c3274 if (netbeans_active()) in ml_append_int()
3442 if (netbeans_active()) in ml_replace_len()
3672 if (netbeans_active()) in ml_delete_int()
H A Dnormal.c5147 if (netbeans_active()) in nv_replace()
5321 if (netbeans_active()) in n_swapchar()
5350 if (did_change && netbeans_active()) in n_swapchar()
H A Dchange.c1312 if (netbeans_active()) in del_bytes()
H A Dbufwrite.c982 if (netbeans_active() && isNetbeansBuffer(buf)) in buf_write()
H A Dmain.c2677 if (netbeans_active() && (!stdout_isatty || !input_isatty)) in check_tty()
H A Dsign.c256 if (netbeans_active()) in insert_sign()
H A Ddrawline.c140 if (netbeans_active() && (buf_signcount(wp->w_buffer, lnum) > 1)) in get_sign_display_info()
H A Dnetbeans.c2507 netbeans_active(void) in netbeans_active() function
H A Dgui_x11.c710 if (netbeans_active()) in gui_x11_resize_window_cb()
H A Dundo.c437 if (netbeans_active()) in u_savecommon()
H A Dedit.c5067 if (netbeans_active()) in ins_tab()
H A Dgui_w32.c8781 if (!netbeans_active()) in netbeans_draw_multisign_indicator()
H A Devalfunc.c6099 n = netbeans_active(); in f_has()