Home
last modified time | relevance | path

Searched refs:DIRSEP2 (Results 1 – 19 of 19) sorted by relevance

/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dsyscfg.h108 # define DIRSEP2 '/' macro
154 # define DIRSEP2 '/' macro
191 #ifndef DIRSEP2
192 # define DIRSEP2 NUL macro
H A Dstdfn.c403 #if DIRSEP2 != NUL in gp_basename()
404 basename = strrchr(path, DIRSEP2); in gp_basename()
H A Dplot.c334 if (*s == DIRSEP2) in gnu_main()
1097 if (*s == DIRSEP2) in RelativePathToGnuplot()
H A Dstdfn.h538 if (*p && (*p != DIRSEP1) && (*p != DIRSEP2)) { \
H A Dreadline.c691 #if DIRSEP2 != NUL in fn_completion()
692 if (t == NULL) t = strrchr(path, DIRSEP2); in fn_completion()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dsyscfg.h108 # define DIRSEP2 '/' macro
154 # define DIRSEP2 '/' macro
191 #ifndef DIRSEP2
192 # define DIRSEP2 NUL macro
H A Dstdfn.c403 #if DIRSEP2 != NUL in gp_basename()
404 basename = strrchr(path, DIRSEP2); in gp_basename()
H A Dplot.c334 if (*s == DIRSEP2) in gnu_main()
1097 if (*s == DIRSEP2) in RelativePathToGnuplot()
H A Dstdfn.h538 if (*p && (*p != DIRSEP1) && (*p != DIRSEP2)) { \
H A Dreadline.c691 #if DIRSEP2 != NUL in fn_completion()
692 if (t == NULL) t = strrchr(path, DIRSEP2); in fn_completion()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dsyscfg.h123 # define DIRSEP2 '/' macro
165 # define DIRSEP2 '/' macro
202 #ifndef DIRSEP2
203 # define DIRSEP2 NUL macro
H A Dstdfn.c407 #if DIRSEP2 != NUL in gp_basename()
408 basename = strrchr(path, DIRSEP2); in gp_basename()
H A Dplot.c326 *s = DIRSEP2; /* '\\' to '/' */ in gnu_main()
327 strcpy(strrchr(HelpFile, DIRSEP2), "/gnuplot.gih"); in gnu_main()
H A Dstdfn.h545 if (*p && (*p != DIRSEP1) && (*p != DIRSEP2)) { \
H A Dreadline.c683 #if DIRSEP2 != NUL in fn_completion()
684 if (t == NULL) t = strrchr(path, DIRSEP2); in fn_completion()
/dports/math/gnuplot/gnuplot-5.4.1/docs/windows/
H A Ddoc2html.c96 if ((*last_char != DIRSEP1) && (*last_char != DIRSEP2)) { in main()
/dports/math/gnuplot-lite/gnuplot-5.4.1/docs/windows/
H A Ddoc2html.c96 if ((*last_char != DIRSEP1) && (*last_char != DIRSEP2)) { in main()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/docs/windows/
H A Ddoc2html.c100 if ((*last_char != DIRSEP1) && (*last_char != DIRSEP2)) { in main()
/dports/misc/figlet/figlet-2.2.5/
H A Dfiglet.c85 #define DIRSEP2 '\\' macro
314 else if (strchr(s1, DIRSEP2)) return 1;