Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c619 next_char (void) in next_char() function
649 c = next_char (); in skip_comment_line()
697 if ((c = next_char ()) == 'g' || c == 'G') in skip_gcc_attribute()
698 if ((c = next_char ()) == 'c' || c == 'C') in skip_gcc_attribute()
699 if ((c = next_char ()) == 'c' || c == 'C') in skip_gcc_attribute()
700 if ((c = next_char ()) == '$') in skip_gcc_attribute()
722 if ((c = next_char ()) == 'c' || c == 'C') in skip_free_oacc_sentinel()
723 if ((c = next_char ()) == 'c' || c == 'C') in skip_free_oacc_sentinel()
728 if ((c = next_char ()) == ' ' || c == '\t' in skip_free_oacc_sentinel()
732 c = next_char (); in skip_free_oacc_sentinel()
[all …]
H A Dio.c147 next_char (gfc_instring in_string) in next_char() function
208 error_element = c = next_char (NONSTRING); in next_char_not_space()
377 c = next_char (INSTRING_WARN); in format_lex()
386 c = next_char (NONSTRING); in format_lex()
479 c = next_char (INSTRING_WARN); in format_lex()
488 c = next_char (NONSTRING); in format_lex()
1149 next_char (INSTRING_WARN); in check_format()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc667 next_char (void) in next_char() function
697 c = next_char (); in skip_comment_line()
745 if ((c = next_char ()) == 'g' || c == 'G') in skip_gcc_attribute()
746 if ((c = next_char ()) == 'c' || c == 'C') in skip_gcc_attribute()
747 if ((c = next_char ()) == 'c' || c == 'C') in skip_gcc_attribute()
748 if ((c = next_char ()) == '$') in skip_gcc_attribute()
770 if ((c = next_char ()) == 'c' || c == 'C') in skip_free_oacc_sentinel()
771 if ((c = next_char ()) == 'c' || c == 'C') in skip_free_oacc_sentinel()
776 if ((c = next_char ()) == ' ' || c == '\t' in skip_free_oacc_sentinel()
780 c = next_char (); in skip_free_oacc_sentinel()
[all …]
H A Dio.cc147 next_char (gfc_instring in_string) in next_char() function
208 error_element = c = next_char (NONSTRING); in next_char_not_space()
377 c = next_char (INSTRING_WARN); in format_lex()
386 c = next_char (NONSTRING); in format_lex()
479 c = next_char (INSTRING_WARN); in format_lex()
488 c = next_char (NONSTRING); in format_lex()
1149 next_char (INSTRING_WARN); in check_format()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dlist_read.c74 #define next_char(dtp) ((dtp)->u.p.current_unit->next_char_fn_ptr (dtp)) macro
424 c = next_char (dtp); in eat_spaces()
442 c = next_char (dtp); in eat_line()
472 if ((c = next_char (dtp)) == EOF) in eat_separator()
493 if ((n = next_char(dtp)) == EOF) in eat_separator()
507 if ((c = next_char (dtp)) == EOF) in eat_separator()
557 if ((c = next_char (dtp)) == EOF) in finish_separator()
710 if ((c = next_char (dtp)) == EOF) in parse_repeat()
730 c = next_char (dtp); in parse_repeat()
814 c = tolower (next_char (dtp)); in read_logical()
[all …]
H A Dformat.c186 next_char (format_data *fmt, int literal) in next_char() function
309 c = next_char (fmt, 0); in format_lex()
330 c = next_char (fmt, 0); in format_lex()
341 c = next_char (fmt, 0); in format_lex()
369 c = next_char (fmt, 0); in format_lex()
401 switch (next_char (fmt, 0)) in format_lex()
422 switch (next_char (fmt, 0)) in format_lex()
439 switch (next_char (fmt, 0)) in format_lex()
464 c = next_char (fmt, 1); in format_lex()
474 c = next_char (fmt, 1); in format_lex()
[all …]
H A Dread.c592 next_char (st_parameter_dt *dtp, char **p, size_t *w) in next_char() function
684 c = next_char (dtp, &p, &w); in read_decimal()
793 c = next_char (dtp, &p, &w); in read_radix()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dlist_read.c73 #define next_char(dtp) ((dtp)->u.p.current_unit->next_char_fn_ptr (dtp)) macro
423 c = next_char (dtp); in eat_spaces()
441 c = next_char (dtp); in eat_line()
471 if ((c = next_char (dtp)) == EOF) in eat_separator()
492 if ((n = next_char(dtp)) == EOF) in eat_separator()
506 if ((c = next_char (dtp)) == EOF) in eat_separator()
556 if ((c = next_char (dtp)) == EOF) in finish_separator()
709 if ((c = next_char (dtp)) == EOF) in parse_repeat()
729 c = next_char (dtp); in parse_repeat()
813 c = safe_tolower (next_char (dtp)); in read_logical()
[all …]
H A Dformat.c185 next_char (format_data *fmt, int literal) in next_char() function
308 c = next_char (fmt, 0); in format_lex()
329 c = next_char (fmt, 0); in format_lex()
340 c = next_char (fmt, 0); in format_lex()
368 c = next_char (fmt, 0); in format_lex()
400 switch (next_char (fmt, 0)) in format_lex()
421 switch (next_char (fmt, 0)) in format_lex()
438 switch (next_char (fmt, 0)) in format_lex()
463 c = next_char (fmt, 1); in format_lex()
473 c = next_char (fmt, 1); in format_lex()
[all …]
H A Dread.c625 next_char (st_parameter_dt *dtp, char **p, size_t *w) in next_char() function
717 c = next_char (dtp, &p, &w); in read_decimal()
826 c = next_char (dtp, &p, &w); in read_radix()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_stream.c387 int next_char; in smtp_get_noexcept() local
413 if ((next_char = VSTREAM_GETC(stream)) == '\n') { in smtp_get_noexcept()
418 if (next_char != VSTREAM_EOF) in smtp_get_noexcept()
419 vstream_ungetc(stream, next_char); in smtp_get_noexcept()
452 while ((next_char = VSTREAM_GETC(stream)) != VSTREAM_EOF in smtp_get_noexcept()
453 && next_char != '\n') in smtp_get_noexcept()
H A Dmemcache_proto.c73 int next_char; in memcache_get() local
85 if ((next_char = VSTREAM_GETC(stream)) == '\n') { in memcache_get()
89 if (next_char != VSTREAM_EOF) in memcache_get()
90 vstream_ungetc(stream, next_char); in memcache_get()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc123 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local
124 if (next_char && *next_char == ':') { in Parse()
125 line = ++next_char; in Parse()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.cc121 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local
122 if (next_char && *next_char == ':') { in Parse()
123 line = ++next_char; in Parse()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dread.c872 char next_char; in read_a_source_file() local
961 next_char = * input_line_pointer; in read_a_source_file()
964 if (is_name_beginner (next_char) || next_char == '"') in read_a_source_file()
972 next_char = (nul_char == '"' ? input_line_pointer[1] : nul_char); in read_a_source_file()
1006 && TC_START_LABEL_WITHOUT_COLON (nul_char, next_char) in read_a_source_file()
1015 next_char = restore_line_pointer (nul_char); in read_a_source_file()
1016 if (next_char == ':') in read_a_source_file()
1031 nul_char = next_char = *input_line_pointer++; in read_a_source_file()
1032 while (next_char == '\t' || next_char == ' ' || next_char == '\f'); in read_a_source_file()
1036 if (is_name_beginner (next_char) || next_char == '"') in read_a_source_file()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dread.c850 char next_char; in read_a_source_file() local
937 next_char = * input_line_pointer; in read_a_source_file()
940 if (is_name_beginner (next_char) || next_char == '"') in read_a_source_file()
948 next_char = (nul_char == '"' ? input_line_pointer[1] : nul_char); in read_a_source_file()
982 && TC_START_LABEL_WITHOUT_COLON (nul_char, next_char) in read_a_source_file()
991 next_char = restore_line_pointer (nul_char); in read_a_source_file()
992 if (next_char == ':') in read_a_source_file()
1007 nul_char = next_char = *input_line_pointer++; in read_a_source_file()
1008 while (next_char == '\t' || next_char == ' ' || next_char == '\f'); in read_a_source_file()
1012 if (is_name_beginner (next_char) || next_char == '"') in read_a_source_file()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxref.c46 int next_char = next_nonwhitespace_character (); in add_xref_punctuation() local
48 if (next_char == -1) in add_xref_punctuation()
52 else if (next_char != ',' && next_char != '.') in add_xref_punctuation()
/netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/
H A Dtfmtodit.cpp80 unsigned char next_char; member
150 *c2 = t->lig_kern[i].next_char; in next()
189 && lig_kern[i].next_char == c2) { in get_lig()
364 lig_kern[i].next_char = *ptr++; in load()
/netbsd-src/lib/libutil/
H A Dsockaddr_snprintf.c235 next_char: in sockaddr_snprintf()
239 goto next_char; in sockaddr_snprintf()
/netbsd-src/external/bsd/blocklist/port/
H A Dsockaddr_snprintf.c246 next_char: in sockaddr_snprintf()
250 goto next_char; in sockaddr_snprintf()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2014548 *io/list_read.c (next_char): Create macro with this name to call
549 the new function pointer. Split the original next_char function
677 to next_char.
689 * io/list_read.c (next_char): Mark unlikely error checks.
691 spaces rather than call next_char multiple times.
765 * io/list_read.c (free_saved, next_char, l_push_char,
H A DChangeLog-2013152 * io/list_read.c (next_char, eat_separator): Don't set EOL for \r.
263 * io/list_read.c (nml_parse_qualifier): Remove spurious next_char call
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dpicohttpparser.c269 size_t *token_len, char next_char, int *ret) { in parse_token() argument
290 if (*buf == next_char) { in parse_token()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic54x.c5318 tic54x_start_label (char * label_start, int nul_char, int next_char) in tic54x_start_label() argument
5327 if (next_char != ':') in tic54x_start_label()
5336 if (is_end_of_line[(unsigned char) next_char]) in tic54x_start_label()
5342 while (ISSPACE (next_char)) in tic54x_start_label()
5343 next_char = *++rest; in tic54x_start_label()
5344 if (next_char != '.') in tic54x_start_label()

12