Lines Matching refs:CSC
101 CSC *, char *, char **, size_t *, int *));
102 static int get_paths __P((SCR *, CSC *));
104 static int parse __P((SCR *, CSC *, TAGQ *, int *));
105 static int read_prompt __P((SCR *, CSC *));
106 static int run_cscope __P((SCR *, CSC *, const char *));
108 static int terminate __P((SCR *, CSC *, int));
208 CSC *csc; in cscope_add()
271 CALLOC_RET(sp, csc, CSC *, 1, sizeof(CSC) + len); in cscope_add()
305 get_paths(SCR *sp, CSC *csc) in get_paths()
378 run_cscope(SCR *sp, CSC *csc, const char *dbname) in run_cscope()
446 CSC *csc, *csc_next; in cscope_find()
662 parse(SCR *sp, CSC *csc, TAGQ *tqp, int *matchesp) in parse()
778 csc_file(SCR *sp, CSC *csc, char *name, char **dirp, size_t *dlenp, int *isolderp) in csc_file()
863 terminate(SCR *sp, CSC *csc, int n) in terminate()
938 CSC *csc; in cscope_display()
1026 read_prompt(SCR *sp, CSC *csc) in read_prompt()