Searched refs:next_char (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/ncurses/ncurses/tinfo/ |
| D | comp_scan.c | 163 next_char(void) in next_char() function 297 while ((ch = next_char()) == '\n' || iswhite(ch)) in eat_escaped_newline() 385 (void) next_char(); /* frees its allocated memory */ in _nc_get_token() 395 while ((ch = next_char()) == '\n' || iswhite(ch)) { in _nc_get_token() 413 ch = next_char(); in _nc_get_token() 423 while ((ch = next_char()) == '.' || iswhite(ch)) in _nc_get_token() 463 while ((ch = next_char()) != '\n') { in _nc_get_token() 628 while ((ch = next_char()) != EOF) { in _nc_get_token() 656 if ((ch = next_char()) != separator && !silent) in _nc_get_token() 665 while (isalnum(ch = next_char())) { in _nc_get_token() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_suppressions.cpp | 133 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local 134 if (next_char && *next_char == ':') { in Parse() 135 line = ++next_char; in Parse()
|
| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | search.c | 960 goto next_char; in Fexecute() 968 goto next_char; in Fexecute() 970 goto next_char; in Fexecute() 1002 goto next_char; in Fexecute() 1007 goto next_char; in Fexecute() 1044 goto next_char; /* Try a different anchor. */ in Fexecute() 1078 goto next_char; /* Try a different anchor. */ in Fexecute() 1091 goto next_char; in Fexecute() 1099 next_char:; in Fexecute()
|
| /freebsd-12-stable/lib/libsecureboot/ |
| D | brf.c | 55 next_char(const char **ps, const char *limit) in next_char() function 89 c1 = next_char(&s1, lim1); in eqstr_chunk() 90 c2 = next_char(&s2, lim2); in eqstr_chunk()
|
| /freebsd-12-stable/lib/libnetbsd/ |
| D | sockaddr_snprintf.c | 196 next_char: in sockaddr_snprintf() 200 goto next_char; in sockaddr_snprintf()
|
| /freebsd-12-stable/contrib/blacklist/port/ |
| D | sockaddr_snprintf.c | 246 next_char: in sockaddr_snprintf() 250 goto next_char; in sockaddr_snprintf()
|
| /freebsd-12-stable/contrib/bearssl/tools/ |
| 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-12-stable/contrib/ncurses/ |
| D | NEWS | 877 + amend an old fix so that next_char() exits properly for empty files, 6491 file is really empty. Modify the next_char() function in comp_scan.c 6750 next_char() function, in case tic is run on a non-text file (fixes 8827 + modify next_char() to treat <cr><lf> the same as <newline>, for
|