Home | History | Annotate | Download | only in libxml2

Lines Matching defs:PATH_SEPARATOR

50 # define PATH_SEPARATOR ';'
52 # define PATH_SEPARATOR ':'
3254 while ((*cur != 0) && (*cur != PATH_SEPARATOR) && (!xmlIsBlank_ch(*cur)))
3270 while (*cur == PATH_SEPARATOR)