Searched refs:next_char (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_scan.c | 195 next_char(void) in next_char() function 334 while ((ch = next_char()) == '\n' || iswhite(ch)) { in eat_escaped_newline() 427 (void) next_char(); /* frees its allocated memory */ in _nc_get_token() 438 while ((ch = next_char()) == '\n' || iswhite(ch)) { in _nc_get_token() 455 ch = next_char(); in _nc_get_token() 465 while ((ch = next_char()) == '.' || iswhite(ch)) { in _nc_get_token() 506 while ((ch = next_char()) != '\n') { in _nc_get_token() 671 while ((ch = next_char()) != EOF) { in _nc_get_token() 699 if ((ch = next_char()) != separator && !silent) in _nc_get_token() 708 while (isalnum(ch = next_char())) { in _nc_get_token() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_suppressions.cpp | 134 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local 135 if (next_char && *next_char == ':') { in Parse() 136 line = ++next_char; in Parse()
|
/freebsd/lib/libsecureboot/ |
H A D | brf.c | 53 next_char(const char **ps, const char *limit) in next_char() function 87 c1 = next_char(&s1, lim1); in eqstr_chunk() 88 c2 = next_char(&s2, lim2); in eqstr_chunk()
|
/freebsd/lib/libnetbsd/ |
H A D | sockaddr_snprintf.c | 193 next_char: in sockaddr_snprintf() 197 goto next_char; in sockaddr_snprintf()
|
/freebsd/contrib/blocklist/port/ |
H A D | sockaddr_snprintf.c | 246 next_char: in sockaddr_snprintf() 250 goto next_char; in sockaddr_snprintf()
|
/freebsd/contrib/bearssl/tools/ |
H A D | names.c | 717 next_char(const char **ps, const char *limit) in next_char() function 751 c1 = next_char(&s1, lim1); in eqstr_chunk() 752 c2 = next_char(&s2, lim2); in eqstr_chunk()
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 2789 + reset secondary pointers on EOF in next_char() (Redhat #1484287). 5259 + amend an old fix so that next_char() exits properly for empty files, 10872 file is really empty. Modify the next_char() function in comp_scan.c 11131 next_char() function, in case tic is run on a non-text file (fixes 13208 + modify next_char() to treat <cr><lf> the same as <newline>, for
|