view src/proto/if_cscope.pro @ 24452:385ccfd6b6de v8.2.2766

patch 8.2.2766: test failure Commit: https://github.com/vim/vim/commit/b1419268901b194b295b7cea18a1d0968f9dddfc Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 14 20:54:07 2021 +0200 patch 8.2.2766: test failure Problem: Test failure. Solution: Add change to Vim9 compilation error message.
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Apr 2021 21:00:05 +0200
parents 05b240971884
children
line wrap: on
line source

/* if_cscope.c */
char_u *get_cscope_name(expand_T *xp, int idx);
void set_context_in_cscope_cmd(expand_T *xp, char_u *arg, cmdidx_T cmdidx);
void ex_cscope(exarg_T *eap);
void ex_scscope(exarg_T *eap);
void ex_cstag(exarg_T *eap);
int cs_fgets(char_u *buf, int size);
void cs_free_tags(void);
void cs_print_tags(void);
void cs_end(void);
void f_cscope_connection(typval_T *argvars, typval_T *rettv);
/* vim: set ft=c : */