Lines Matching refs:sep
473 char sep;
495 sep = *p;
497 while(sep == ';') {
519 sep = *p;
534 sep = *p;
557 sep = *p;
584 sep = *p;
606 sep = *p;
614 sep = *p;
620 sep = *p;
657 return sep & 0xFF;
753 int sep = '\0';
760 sep = get_param_part(config, '\0',
762 if(sep < 0)
790 sep = get_param_part(config, ',', &contp,
792 if(sep < 0) {
799 if(sep != ',') /* If there is a single file. */
834 } while(sep); /* loop if there's another file name */
840 sep = get_param_part(config, '\0', &contp,
842 if(sep < 0)
871 sep = get_param_part(config, '\0', &contp,
873 if(sep < 0)
888 if(sep) {
889 *contp = (char) sep;