Home | History | Annotate | Download | only in common

Lines Matching refs:sep

358 	XML_Char *end, *sep;
363 sep = strchr (range, ':');
364 if (sep) { /* non-empty interval */
365 *sep = '\0';
367 !parseValue (&ranges[i].end, info->type, sep+1))