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

/freebsd-10-stable/contrib/ncurses/form/
H A Dfty_enum.c65 int ccase, cunique; local
69 ccase = va_arg(*ap, int);
72 argp->checkcase = ccase ? TRUE : FALSE;
135 | bool ccase )
146 bool ccase)
157 if (ccase)
201 bool ccase = ((const enumARG *)argp)->checkcase; local
209 if ((res = Compare((unsigned char *)s, bp, ccase)) != NOMATCH)
216 if ((res = Compare((unsigned char *)p, bp, ccase)) != NOMATCH)
258 bool ccase local
145 Compare(const unsigned char *s, const unsigned char *buf, bool ccase) argument
297 bool ccase = args->checkcase; local
[all...]

Completed in 179 milliseconds