Home
last modified time | relevance | path

Searched refs:load_line (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc1803 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 DChangeLog-20082009 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 DChangeLog-2014156 * 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 DChangeLog-2005449 * 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 DChangeLog-20041384 * 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 DChangeLog-2020472 * 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 DChangeLog-20061096 * 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 DChangeLog-20074106 * 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 DChangeLog-20093028 * scanner.c (load_line): Fix bogus "&" compile-time diagnostic.
3510 * scanner.c (load_line): At end of line, skip '\r' without setting
H A DChangeLog-2018285 * scanner.c (load_line): Don't pad fixed form lines if
H A DChangeLog-20192323 * scanner.c (load_line): Remove linenum and current_line static
H A DChangeLog-20102619 (load_line): Add checks for quoted strings and free form comments to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c1755 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 Dppatomctrl.h328 uint16_t *load_line);
H A Damdgpu_ppatomctrl.c1438 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 Dfuncs.h226 public void load_line(constant char *str);
H A Dcommand.c913 load_line(p); in prompt()
H A Dline.c1497 public void load_line(constant char *str) in load_line() function