annotate src/proto/if_cscope.pro @ 7356:f0eb9aa9eb32
v7.4.983
commit https://github.com/vim/vim/commit/a60824308cd9bc192c5d38fc16cccfcf652b40f6
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Dec 28 16:26:45 2015 +0100
patch 7.4.983
Problem: Executing one test after "make testclean" doesn't work.
Solution: Add a dependency on test1.out.
author |
Christian Brabandt <cb@256bit.org> |
date |
Mon, 28 Dec 2015 16:30:04 +0100 |
parents |
ff5a4a71a761 |
children |
21b0a39d13ed |
rev |
line source |
7
|
1 /* if_cscope.c */
|
1845
|
2 char_u *get_cscope_name __ARGS((expand_T *xp, int idx));
|
1858
|
3 void set_context_in_cscope_cmd __ARGS((expand_T *xp, char_u *arg, cmdidx_T cmdidx));
|
1120
|
4 void do_cscope __ARGS((exarg_T *eap));
|
|
5 void do_scscope __ARGS((exarg_T *eap));
|
|
6 void do_cstag __ARGS((exarg_T *eap));
|
|
7 int cs_fgets __ARGS((char_u *buf, int size));
|
|
8 void cs_free_tags __ARGS((void));
|
|
9 void cs_print_tags __ARGS((void));
|
|
10 int cs_connection __ARGS((int num, char_u *dbpath, char_u *ppath));
|
1385
|
11 void cs_end __ARGS((void));
|
7
|
12 /* vim: set ft=c : */
|