Lines Matching refs:exarg_T
23 static int cs_add(exarg_T *eap);
34 static int cs_find(exarg_T *eap);
36 static int cs_help(exarg_T *eap);
39 static int cs_kill(exarg_T *eap);
41 static cscmd_T * cs_lookup_cmd(exarg_T *eap);
48 static int cs_reset(exarg_T *eap);
50 static int cs_show(exarg_T *eap);
196 exarg_T *eap, in do_cscope_general()
229 ex_cscope(exarg_T *eap) in ex_cscope()
238 ex_scscope(exarg_T *eap) in ex_scscope()
247 ex_cstag(exarg_T *eap) in ex_cstag()
447 cs_add(exarg_T *eap UNUSED) in cs_add()
1010 cs_find(exarg_T *eap) in cs_find()
1239 cs_help(exarg_T *eap UNUSED) in cs_help()
1440 cs_lookup_cmd(exarg_T *eap) in cs_lookup_cmd()
1469 cs_kill(exarg_T *eap UNUSED) in cs_kill()
2273 cs_reset(exarg_T *eap UNUSED) in cs_reset()
2404 cs_show(exarg_T *eap UNUSED) in cs_show()