Home
last modified time | relevance | path

Searched refs:UCH (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/byacc/
H A Dmstring.c171 while (isspace(UCH(*a))) in strnscmp()
173 while (isspace(UCH(*b))) in strnscmp()
177 if (isspace(UCH(*a))) in strnscmp()
179 if (isalnum(UCH(a[-1])) && isalnum(UCH(*b))) in strnscmp()
182 else if (isspace(UCH(*b))) in strnscmp()
184 if (isalnum(UCH(b[-1])) && isalnum(UCH(*a))) in strnscmp()
200 if (!isspace(UCH(*s))) in strnshash()
H A Dreader.c187 int ch = UCH(line[n]); in line_directive()
191 if (isspace(UCH(ch))) in line_directive()
200 if (isspace(UCH(ch))) in line_directive()
214 UNLESS(!isspace(UCH(line[n]))); in line_directive()
218 if (isspace(UCH(ch))) in line_directive()
223 UNLESS(!isdigit(UCH(ch))); in line_directive()
228 if (isdigit(UCH(ch))) in line_directive()
233 UNLESS(!isspace(UCH(ch))); in line_directive()
237 if (isspace(UCH(ch))) in line_directive()
582 if (isalpha(UCH(c))) in keyword()
[all …]
H A Ddefs.h88 #define UCH(c) (unsigned char)(c) macro
167 #define IS_NAME1(c) (isalpha(UCH(c)) || (c) == '_' || (c) == '$')
168 #define IS_NAME2(c) (isalnum(UCH(c)) || (c) == '_' || (c) == '$')
169 #define IS_IDENT(c) (isalnum(UCH(c)) || (c) == '_' || (c) == '.' || (c) == '$')
H A Derror.c56 if (isprint(UCH(*s)) || *s == '\t') in print_pos()
H A DCHANGES5139 * reader.c: use UCH() macro to hide casts.
/freebsd/contrib/dialog/
H A Drc.c143 while (isblank(UCH(str[n])) && str[n] != '\0') in skip_whitespace()
151 while (isalnum(UCH(str[n])) && str[n] != '\0') in skip_keyword()
163 while (*tmp != '\0' && !isblank(UCH(*tmp))) in trim_token()
392 while (!isblank(UCH(line[i])) && line[i] != '=' && line[i] != '\0') in parse_line()
421 while (isblank(UCH((*value)[i])) && i > 0) in parse_line()
H A Dutil.c698 if (UCH(*txt) >= 128) { in is_combining()
951 } else if (isblank(UCH(ch)) in dlg_print_line()
953 && !isblank(UCH(prompt[indx[n - 1]]))) { in dlg_print_line()
972 if (*test_ptr == '\n' || isblank(UCH(*test_ptr)) || *test_ptr == '\0') { in dlg_print_line()
974 while (wrap_inx > 0 && isblank(UCH(prompt[indx[wrap_inx - 1]]))) { in dlg_print_line()
987 if (UCH(*wrap_ptr) >= 128) { in dlg_print_line()
1029 while (isblank(UCH(*test_ptr))) in dlg_print_line()
1329 while (*string != '\0' && !isspace(UCH(*string))) { in longest_word()
1988 while (*result != '\0' && isspace(UCH(*result))) in dlg_getenv_str()
2580 ac = UCH(*a++); in dlg_strcmp()
[all …]
H A Dbuttons.c80 cmp2[0] = UCH(*string); in string_to_char()
86 result = UCH(*string); in string_to_char()
149 int check = UCH(label[first]); in get_hotkeys()
203 check = UCH(label[first]); in print_button()
H A Ddlg_keys.c574 while (*s != '\0' && isspace(UCH(*s))) in skip_white()
582 while (*s != '\0' && !isspace(UCH(*s))) in skip_black()
790 } else if (isspace(UCH(*p))) { in dlg_parse_bindkey()
795 if (!isspace(UCH(*p))) { in dlg_parse_bindkey()
H A Dargv.c78 } else if (!quoted && isspace(UCH(blob[n]))) { in dlg_string_to_argv()
H A Dinputstr.c460 chtype ch = UCH(string[inx]); in dlg_index_columns()
465 else if (isprint(UCH(ch))) in dlg_index_columns()
729 chtype ch = UCH(string[j]); in dlg_show_string()
H A Dmixedgauge.c55 if (isdigit(UCH(*given))) { in status_string()
97 } else if (!isspace(UCH(*given))) { in status_string()
H A Dguage.c112 if (tmp != 0 && (*tmp == 0 || isspace(UCH(*tmp))) && value >= 0) { in decode_percent()
H A Ddialog.c466 } else if (!strncmp(arg, "--", (size_t) 2) && isalpha(UCH(arg[2]))) { in isOption()
642 && isalpha(UCH((*argvp)[j][2]))) { in unescape_argv()
662 if (!strncmp(name, "--", 2) && isalpha(UCH(name[2]))) { in findOption()
H A Ddialog.h617 #define UCH(ch) ((unsigned char)(ch)) macro
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in5184 @Article{Hamblen:1971:UCH,