Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/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. */
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. */
30 char *pbuf; /* Search path buffer. */
31 size_t pblen; /* Search path buffer length. */
[all …]