Home
last modified time | relevance | path

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

/dports/editors/vigor/vigor-0.016/ex/
H A Dtag.h18 struct _csc { struct
21 char *dname; /* Base directory of this cscope connection. */
22 size_t dlen; /* Length of base directory. */
23 pid_t pid; /* PID of the connected cscope process. */
26 FILE *from_fp; /* from cscope: FILE. */
27 int from_fd; /* from cscope: file descriptor. */
28 FILE *to_fp; /* to cscope: FILE. */
29 int to_fd; /* to cscope: file descriptor. */
32 char *pbuf; /* Search path buffer. */
33 size_t pblen; /* Search path buffer length. */
[all …]
/dports/editors/nvi2/nvi2-2.2.0/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 …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsht.h42 struct _csc { struct
43 gs_screen_halftone red, green, blue, gray;
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsht.h42 struct _csc { struct
43 gs_screen_halftone red, green, blue, gray;
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsht.h37 struct _csc { struct
38 gs_screen_halftone red, green, blue, gray;
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsht.h43 struct _csc { struct
44 gs_screen_halftone red, green, blue, gray;
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsht.h39 struct _csc { struct
40 gs_screen_halftone red, green, blue, gray;
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsht.h39 struct _csc { struct
40 gs_screen_halftone red, green, blue, gray;
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsht.h43 struct _csc { struct
44 gs_screen_halftone red, green, blue, gray;
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsht.h37 struct _csc { struct
38 gs_screen_halftone red, green, blue, gray;
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/pplx/
H A Dpplxtasks.h285 _TaskCreationCallstack _csc; in _CaptureSingleFrameCallstack() local
293 _TaskCreationCallstack _csc; in _CaptureMultiFramesCallstack() local
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/
H A D__init__.py1460 _csc = create_some_context variable
/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/voxel/
H A Dencoding.py351 def _csc(self): member in SparseEncoding
/dports/math/giacxcas/giac-1.6.0/src/
H A Dmisc.cc345 gen _csc(const gen & args,GIAC_CONTEXT){ in _csc() function