Home
last modified time | relevance | path

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

/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dc-pathch.h97 #define IS_ENV_SEP(ch) ((ch) == ENV_SEP) macro
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dc-pathch.h97 #define IS_ENV_SEP(ch) ((ch) == ENV_SEP) macro
/dports/math/octave/octave-6.4.0/liboctave/util/
H A Dkpse.cc73 #define IS_ENV_SEP(ch) octave::directory_path::is_path_sep (ch) macro