Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | /* if_cscope.c */ |
Bram Moolenaar | ef26954 | 2016-01-19 13:22:12 +0100 | [diff] [blame] | 2 | char_u *get_cscope_name(expand_T *xp, int idx); |
| 3 | void set_context_in_cscope_cmd(expand_T *xp, char_u *arg, cmdidx_T cmdidx); |
Bram Moolenaar | d4db771 | 2016-11-12 19:16:46 +0100 | [diff] [blame] | 4 | void ex_cscope(exarg_T *eap); |
| 5 | void ex_scscope(exarg_T *eap); |
| 6 | void ex_cstag(exarg_T *eap); |
Bram Moolenaar | ef26954 | 2016-01-19 13:22:12 +0100 | [diff] [blame] | 7 | int cs_fgets(char_u *buf, int size); |
| 8 | void cs_free_tags(void); |
| 9 | void cs_print_tags(void); |
| 10 | int cs_connection(int num, char_u *dbpath, char_u *ppath); |
| 11 | void cs_end(void); |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 12 | /* vim: set ft=c : */ |