/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | scanner.cc | 1803 load_line (FILE *input, gfc_char_t **pbuf, int *pbuflen, const int *first_char) in load_line() function 2629 int trunc = load_line (input, &line, &line_len, NULL); in load_file() 2853 load_line (gfc_src_file, &gfc_src_preprocessor_lines[0], &len, &c); in gfc_read_orig_filename() 2870 load_line (gfc_src_file, &gfc_src_preprocessor_lines[1], &len, &c); in gfc_read_orig_filename()
|
H A D | ChangeLog-2008 | 2009 add_file_change, load_line, get_file, preprocessor_line, 2330 * scanner.c (load_line): Add first_char argument. Don't call ungetc. 2331 (gfc_read_orig_filename): Adjust call to load_line. Don't call 2333 (load_file): Adjust call to load_line. 2838 (gfc_define_undef_line, load_line, preprocessor_line, 2913 gfc_error_recovery, load_line, preprocessor_line, include_line, 3859 * scanner.c (load_line): Support <tab><digit> continuation lines. 4081 * scanner.c (load_line): Do not count ' ' as printable when checking for
|
H A D | ChangeLog-2014 | 156 * scanner.c (gfc_next_char_literal, load_line): Ditto. 438 gfc_next_char_literal, gfc_gobble_whitespace, load_line, 499 (load_line): Ditto. Pass warn flag to diagnostic. 592 (load_line): Likewise.
|
H A D | ChangeLog-2005 | 449 * scanner.c (load_line): Set free_line_length to 132 and 2152 * scanner.c (load_line): Add pbuflen argument, don't make 2157 (load_file): Adjust load_line caller. Add line_len variable. 2840 (load_line): Do not set truncated flag if only truncating 2849 * scanner.c (load_line): Return if line was truncated. 2851 (load_file): Store load_line return value to linebuf.
|
H A D | ChangeLog-2004 | 1384 * scanner.c (load_line): Change second arg to 'char **', 1388 (load_file): Adapt to new interface of load_line. 1864 * scanner.c (load_line): Don't truncate preprocessor lines. 2349 (load_line): Use gfc_current_form. Recognize ^Z as EOF. Fix
|
H A D | ChangeLog-2020 | 472 * scanner.c (load_line): Fix line-truncation warning for !$acc 1768 * scanner.c (load_line): In fixed form, also treat 'C' as comment and
|
H A D | ChangeLog-2006 | 1096 * scanner.c (load_line): Add checks for illegal use of '&' and issue 3120 (load_line): Use warn_tabs. Add linenum, current_line, seen_comment 4422 * scanner.c (load_line): use maxlen to determine the line-length used
|
H A D | ChangeLog-2007 | 4106 * scanner.c (load_line): Replace fgetc() with getc(). 4151 * scanner.c (load_line): Remove check for comment after ampersand and 5217 * scanner.c (load_line): Remove check fot ctrl-z and don't gobble.
|
H A D | ChangeLog-2009 | 3028 * scanner.c (load_line): Fix bogus "&" compile-time diagnostic. 3510 * scanner.c (load_line): At end of line, skip '\r' without setting
|
H A D | ChangeLog-2018 | 285 * scanner.c (load_line): Don't pad fixed form lines if
|
H A D | ChangeLog-2019 | 2323 * scanner.c (load_line): Remove linenum and current_line static
|
H A D | ChangeLog-2010 | 2619 (load_line): Add checks for quoted strings and free form comments to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | scanner.c | 1755 load_line (FILE *input, gfc_char_t **pbuf, int *pbuflen, const int *first_char) in load_line() function 2593 int trunc = load_line (input, &line, &line_len, NULL); in load_file() 2823 load_line (gfc_src_file, &gfc_src_preprocessor_lines[0], &len, &c); in gfc_read_orig_filename() 2840 load_line (gfc_src_file, &gfc_src_preprocessor_lines[1], &len, &c); in gfc_read_orig_filename()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
H A D | ppatomctrl.h | 328 uint16_t *load_line);
|
H A D | amdgpu_ppatomctrl.c | 1438 uint16_t *load_line) in atomctrl_get_svi2_info() argument 1453 *load_line = voltage_object->asSVID2Obj.usLoadLine_PSI; in atomctrl_get_svi2_info()
|
/netbsd-src/external/bsd/less/dist/ |
H A D | funcs.h | 226 public void load_line(constant char *str);
|
H A D | command.c | 913 load_line(p); in prompt()
|
H A D | line.c | 1497 public void load_line(constant char *str) in load_line() function
|