Searched refs:next_char (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c83 static bool first_column; /* See 'next_char()' below */
149 * int next_char()
163 next_char(void) function
297 while ((ch = next_char()) == '\n' || iswhite(ch))
385 (void) next_char(); /* frees its allocated memory */
395 while ((ch = next_char()) == '\n' || iswhite(ch)) {
413 ch = next_char();
423 while ((ch = next_char()) == '.' || iswhite(ch))
463 while ((ch = next_char()) != '\n') {
628 while ((ch = next_char()) !
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp133 const char *next_char = StripPrefix(line, suppression_types_[type]); local
134 if (next_char && *next_char == ':') {
135 line = ++next_char;
/freebsd-12-stable/lib/libsecureboot/
H A Dbrf.c55 next_char(const char **ps, const char *limit) function
89 c1 = next_char(&s1, lim1);
90 c2 = next_char(&s2, lim2);
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dsearch.c960 goto next_char;
968 goto next_char;
970 goto next_char;
1002 goto next_char;
1007 goto next_char;
1044 goto next_char; /* Try a different anchor. */
1078 goto next_char; /* Try a different anchor. */
1091 goto next_char;
1099 next_char:;
/freebsd-12-stable/lib/libnetbsd/
H A Dsockaddr_snprintf.c196 next_char:
200 goto next_char;
/freebsd-12-stable/contrib/blacklist/port/
H A Dsockaddr_snprintf.c246 next_char:
250 goto next_char;
/freebsd-12-stable/contrib/bearssl/tools/
H A Dnames.c717 next_char(const char **ps, const char *limit) function
751 c1 = next_char(&s1, lim1);
752 c2 = next_char(&s2, lim2);

Completed in 1609 milliseconds