Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dstdfn.h534 #define PATH_CONCAT(path,file) \ macro
544 #define PATH_CONCAT(path,file) strcat(path,file) macro
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dstdfn.h534 #define PATH_CONCAT(path,file) \ macro
544 #define PATH_CONCAT(path,file) strcat(path,file) macro
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dstdfn.h541 #define PATH_CONCAT(path,file) \ macro
551 #define PATH_CONCAT(path,file) strcat(path,file) macro
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3ddata.h427 #define PATH_CONCAT(pout,p1,p2) \ macro