Home | History | Annotate | Download | only in libxml2

Lines Matching defs:PATH_SEPARATOR

208 # define PATH_SEPARATOR ';'
210 # define PATH_SEPARATOR ':'
228 while ((*cur == ' ') || (*cur == PATH_SEPARATOR))
231 while ((*cur != 0) && (*cur != ' ') && (*cur != PATH_SEPARATOR))