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

/freebsd-10.1-release/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]))) {
/freebsd-10.1-release/contrib/byacc/
H A Derror.c53 if (isprint(UCH(*s)) || *s == '\t')
H A Dreader.c688 while (i > 0 && isspace(UCH(buf[i])))
711 while (i > 0 && (isalnum(UCH(buf[i])) ||
712 UCH(buf[i]) == '_'))
715 if (!isspace(UCH(buf[i])) && buf[i] != '*')
891 c = UCH(s[i]);
943 bp->value = UCH(*s);
959 if (name[0] == '$' && name[1] == '$' && isdigit(UCH(name[2])))
962 while (isdigit(UCH(*s)))
2026 while (*s != '\0' && isspace(UCH(*s)))
2133 else if (c == '-' && isdigit(UCH(cpt
[all...]

Completed in 254 milliseconds