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

/freebsd-11-stable/contrib/byacc/
H A Dmstring.c160 while (isspace(UCH(*a)))
162 while (isspace(UCH(*b)))
166 if (isspace(UCH(*a)))
168 if (isalnum(UCH(a[-1])) && isalnum(UCH(*b)))
171 else if (isspace(UCH(*b)))
173 if (isalnum(UCH(b[-1])) && isalnum(UCH(*a)))
189 if (!isspace(UCH(*s)))
H A Dreader.c143 int ch = UCH(line[n]);
170 UNLESS(!isspace(UCH(line[n])));
813 while (*s != '\0' && isspace(UCH(*s)))
836 while ((--d != buffer) && isspace(UCH(*d)))
841 if (isspace(UCH(*s)))
844 while (isspace(UCH(*s)))
992 if (curly == 0 && !isspace(UCH(c)))
1019 else if ((state == 2) && isspace(UCH(c)))
1080 while (i > 0 && (isalnum(UCH(parms[i])) || UCH(parm
[all...]
H A Derror.c53 if (isprint(UCH(*s)) || *s == '\t')
/freebsd-11-stable/contrib/dialog/
H A Dargv.c58 if (quoted && !isspace(UCH(blob[n + 1]))) {
65 } else if (!quoted && isspace(UCH(blob[n]))) {
H A Dbuttons.c77 cmp2[0] = UCH(*string);
83 result = UCH(*string);
145 int check = UCH(label[first]);
193 check = UCH(label[first]);
H A Ddlg_keys.c462 while (*s != '\0' && isspace(UCH(*s)))
470 while (*s != '\0' && !isspace(UCH(*s)))
632 } else if (isspace(UCH(*p))) {
637 if (!isspace(UCH(*p))) {
H A Dmixedgauge.c55 if (isdigit(UCH(*given))) {
97 } else if (!isspace(UCH(*given))) {
H A Dinputstr.c454 chtype ch = UCH(string[inx]);
723 chtype ch = UCH(string[j]);
H A Dguage.c112 if (tmp != 0 && (*tmp == 0 || isspace(UCH(*tmp))) && value >= 0) {
H A Dutil.c630 if (UCH(*txt) >= 128) {
885 if (UCH(*wrap_ptr) >= 128) {
1222 while (*string != '\0' && !isspace(UCH(*string))) {
2241 ac = UCH(*a++);
2242 bc = UCH(*b++);
H A Ddialog.h556 #define UCH(ch) ((unsigned char)(ch)) macro
H A Ddialog.c458 && isalpha(UCH((*argvp)[j][2]))) {
496 } else if (!strncmp(arg, "--", (size_t) 2) && isalpha(UCH(arg[2]))) {

Completed in 88 milliseconds