Searched refs:Delimch (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/games/fortune/unstr/
H A Dunstr.c78 Delimch; /* delimiter character */ variable
107 Delimch = tbl.str_delim;
138 (void) printf("%c\n", Delimch);
/netbsd-current/games/fortune/strfile/
H A Dstrfile.c115 static char Delimch = '%'; /* delimiting character */ variable
169 dc = Delimch;
276 Delimch = *optarg;
277 if (!isascii(Delimch)) {
279 Delimch);
390 # define IS_END(ch,nf) (ch == Delimch && nf)

Completed in 219 milliseconds