Home
last modified time | relevance | path

Searched defs:_csc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dtag.h16 struct _csc { struct
19 char *dname; /* Base directory of this cscope connection. */
20 size_t dlen; /* Length of base directory. */
21 pid_t pid; /* PID of the connected cscope process. */
22 struct timespec mtim; /* Last modification time of cscope database. */
24 FILE *from_fp; /* from cscope: FILE. */
25 int from_fd; /* from cscope: file descriptor. */
26 FILE *to_fp; /* to cscope: FILE. */
27 int to_fd; /* to cscope: file descriptor. */
29 char **paths; /* Array of search paths for this cscope. */
[all …]