Lines Matching refs:delim
704 static char *unescape_delimited_string(char **pstr, char *delim) in unescape_delimited_string() argument
709 if (!delim || !*delim) { in unescape_delimited_string()
713 if (delim) *delim = d; in unescape_delimited_string()
714 } else d = *delim; in unescape_delimited_string()
715 to = delim = xmalloc(strlen(*pstr)+1); in unescape_delimited_string()
751 return delim; in unescape_delimited_string()
843 char *fiona, delim = 0; in jewel_of_judgement() local
852 if (!(TT.remember = unescape_delimited_string(&line, &delim))) in jewel_of_judgement()
857 corwin->hit = delim; in jewel_of_judgement()
914 int fd, delim; in jewel_of_judgement() local
926 delim = *cc; in jewel_of_judgement()
929 *cc = delim; in jewel_of_judgement()
938 memcpy(reg, line, delim); in jewel_of_judgement()
939 reg += delim; in jewel_of_judgement()
943 if (delim) line += 2; in jewel_of_judgement()
945 char *s, delim = 0; in jewel_of_judgement() local
948 if (!(s = unescape_delimited_string(&line, &delim))) goto brand; in jewel_of_judgement()
954 if (!(s = unescape_delimited_string(&line, &delim))) goto brand; in jewel_of_judgement()