Lines Matching refs:CSC
90 CSC *, char *, char **, size_t *, int *);
91 static int get_paths(SCR *, CSC *);
93 static int parse(SCR *, CSC *, TAGQ *, int *);
94 static int read_prompt(SCR *, CSC *);
95 static int run_cscope(SCR *, CSC *, char *);
97 static int terminate(SCR *, CSC *, int);
197 CSC *csc; in cscope_add()
260 CALLOC_RET(sp, csc, 1, sizeof(CSC) + len); in cscope_add()
301 get_paths(SCR *sp, CSC *csc) in get_paths()
377 run_cscope(SCR *sp, CSC *csc, char *dbname) in run_cscope()
459 CSC *csc, *csc_next; in cscope_find()
671 parse(SCR *sp, CSC *csc, TAGQ *tqp, int *matchesp) in parse()
800 csc_file(SCR *sp, CSC *csc, char *name, char **dirp, size_t *dlenp, int *isolderp) in csc_file()
903 terminate(SCR *sp, CSC *csc, int n) in terminate()
907 CSC *cp, *pre_cp = NULL; in terminate()
994 CSC *csc; in cscope_display()
1081 read_prompt(SCR *sp, CSC *csc) in read_prompt()