Searched refs:UCH (Results 1 – 16 of 16) sorted by relevance
171 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()
187 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 …]
88 #define UCH(c) (unsigned char)(c) macro167 #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) == '$')
56 if (isprint(UCH(*s)) || *s == '\t') in print_pos()
5139 * reader.c: use UCH() macro to hide casts.
143 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()
698 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 …]
80 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()
574 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()
78 } else if (!quoted && isspace(UCH(blob[n]))) { in dlg_string_to_argv()
460 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()
55 if (isdigit(UCH(*given))) { in status_string()97 } else if (!isspace(UCH(*given))) { in status_string()
112 if (tmp != 0 && (*tmp == 0 || isspace(UCH(*tmp))) && value >= 0) { in decode_percent()
466 } 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()
617 #define UCH(ch) ((unsigned char)(ch)) macro
5184 @Article{Hamblen:1971:UCH,