Searched defs:_csc (Results 1 – 1 of 1) sorted by relevance
19 struct _csc { struct22 char *dname; /* Base directory of this cscope connection. */23 size_t dlen; /* Length of base directory. */24 pid_t pid; /* PID of the connected cscope process. */25 time_t mtime; /* Last modification time of cscope database. */27 FILE *from_fp; /* from cscope: FILE. */28 int from_fd; /* from cscope: file descriptor. */29 FILE *to_fp; /* to cscope: FILE. */30 int to_fd; /* to cscope: file descriptor. */32 char **paths; /* Array of search paths for this cscope. */[all …]