Home | History | Annotate | Download | only in libxml2

Lines Matching defs:PATH_SEPARATOR

224 # define PATH_SEPARATOR ';'
226 # define PATH_SEPARATOR ':'
244 while ((*cur == ' ') || (*cur == PATH_SEPARATOR))
247 while ((*cur != 0) && (*cur != ' ') && (*cur != PATH_SEPARATOR))