Lines Matching refs:delim
703 static char *unescape_delimited_string(char **pstr, char *delim, int regex) in unescape_delimited_string() argument
708 if (!delim || !*delim) { in unescape_delimited_string()
712 if (delim) *delim = d; in unescape_delimited_string()
713 } else d = *delim; in unescape_delimited_string()
714 to = delim = xmalloc(strlen(*pstr)+1); in unescape_delimited_string()
745 return delim; in unescape_delimited_string()
838 char *fiona, delim = 0; in jewel_of_judgement() local
847 if (!(TT.remember = unescape_delimited_string(&line, &delim, 1))) in jewel_of_judgement()
852 corwin->hit = delim; in jewel_of_judgement()
909 int fd, delim; in jewel_of_judgement() local
921 delim = *cc; in jewel_of_judgement()
924 *cc = delim; in jewel_of_judgement()
933 memcpy(reg, line, delim); in jewel_of_judgement()
934 reg += delim; in jewel_of_judgement()
938 if (delim) line += 2; in jewel_of_judgement()
940 char *s, delim = 0; in jewel_of_judgement() local
943 if (!(s = unescape_delimited_string(&line, &delim, 0))) goto brand; in jewel_of_judgement()
949 if (!(s = unescape_delimited_string(&line, &delim, 0))) goto brand; in jewel_of_judgement()