Home | History | Annotate | Download | only in libxml2

Lines Matching refs:PATH_SEPARATOR

223 # define PATH_SEPARATOR ';'
225 # define PATH_SEPARATOR ':'
243 while ((*cur == ' ') || (*cur == PATH_SEPARATOR))
246 while ((*cur != 0) && (*cur != ' ') && (*cur != PATH_SEPARATOR))