Home
last modified time | relevance | path

Searched refs:next_char (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libcurses/tinfo/
H A Dcomp_scan.c195 next_char(void) in next_char() function
334 while ((ch = next_char()) == '\n' || iswhite(ch)) { in eat_escaped_newline()
455 ch = next_char(); 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()
860 c = next_char(); in _nc_trans_string()
877 c = next_char(); in _nc_trans_string()
884 c = next_char(); in _nc_trans_string()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dansify.c77 goto next_char; in main()
113 goto next_char; in main()
164 goto next_char; in main()
181 next_char: in main()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp133 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()
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dxref.c44 int next_char = next_nonwhitespace_character (); in add_xref_punctuation() local
46 if (next_char == -1) in add_xref_punctuation()
50 else if (next_char != ',' && next_char != '.') in add_xref_punctuation()
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A Dmktables9411 my $next_char = substr($line, 0, 1);
9418 if ($next_char eq " " || $next_char eq "\b") {
9433 substr($line, 0, 1) = "" if $next_char eq "\b";