xref: /vim-8.2.3635/src/proto/if_cscope.pro (revision 94688b8a)
1/* if_cscope.c */
2char_u *get_cscope_name(expand_T *xp, int idx);
3void set_context_in_cscope_cmd(expand_T *xp, char_u *arg, cmdidx_T cmdidx);
4void ex_cscope(exarg_T *eap);
5void ex_scscope(exarg_T *eap);
6void ex_cstag(exarg_T *eap);
7int cs_fgets(char_u *buf, int size);
8void cs_free_tags(void);
9void cs_print_tags(void);
10int cs_connection(int num, char_u *dbpath, char_u *ppath);
11void cs_end(void);
12/* vim: set ft=c : */
13