Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dinput-file.c241 size = do_scrub_chars (input_file_get, where, BUFFER_SIZE); in input_file_give_next_buffer()
Dsb.c117 ptr->len += do_scrub_chars (scrub_from_sb, ptr->ptr + ptr->len, s->len); in sb_scrub_and_add_sb()
Das.h495 size_t do_scrub_chars (size_t (*get) (char *, size_t), char *, size_t);
Dapp.c356 do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen) in do_scrub_chars() function
DChangeLog-2008423 * app.c (do_scrub_chars): Only issue warnings about tick
894 (do_scrub_chars): If enable_h_tick_hex and 'h', check for H'00
896 (do_scrub_chars): If a 'X style character constant is found after
956 * app.c (do_scrub_chars): Do not UNGET an EOF value.
993 * app.c (do_scrub_chars): Do not UNGET an EOF value.
DChangeLog-20071213 * app.c (do_scrub_chars): Provide a one character buffer to hold a
1358 * app.c (do_scrub_chars <state 5>): Check for output buffer full
1547 * app.c (do_scrub_chars): Cope with \ at end of buffer.
1606 * app.c (do_scrub_chars): Don't damage \@ pseudo-variables.
2077 * app.c (do_scrub_chars): PUT after setting states.
2151 * app.c (do_scrub_chars): Recognize comments after # line "file".
2161 * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
DChangeLog-9697210 * app.c (do_scrub_chars): If d10v, re-insert a space before
606 * app.c (do_scrub_chars): Clear mri_state at end of .mri
928 * app.c (do_scrub_chars): Support a double dash as starting a
2399 (do_scrub_chars): When handling LEX_IS_TWOCHAR_COMMENT_1ST, don't
3191 * app.c (do_scrub_chars): At the end of a C comment, pass space to
4420 * app.c (do_scrub_chars): Remove not_cpp_line local variable.
4841 * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
5058 (do_scrub_chars): Use tc_comment_chars rather than comment_chars.
5202 * app.c (do_scrub_chars): When handling C style comments, unget
5294 * app.c (do_scrub_chars): If whitespace is seen in state 11, and
[all …]
DChangeLog-9899123 * app.c (do_scrub_chars): When in State 10, treat backslash
1537 (do_scrub_chars): Change get parameter to take char * and int as
1540 * as.h (do_scrub_chars): Update declaration.
1988 (do_scrub_chars): Special case handling of '@' character in
2464 (do_scrub_chars): Add some casts to unsigned char to avoid
DChangeLog-0203361 * app.c (do_scrub_chars): Add PUT (ch) and ch = GET ()
397 * app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.
1753 * app.c (do_scrub_chars): Add states 14 and 15 to handle
2312 * app.c (do_scrub_chars): More checks for valid labels.
2316 * app.c (do_scrub_chars): Check for valid label.
2650 * app.c (do_scrub_chars): Handle '||' in two states.
4690 * app.c (do_scrub_chars): Don't test IGNORE_NONSTANDARD_ESCAPES. Tidy.
DChangeLog-20061569 * app.c (do_scrub_chars): Remove unused case 0, as it is handled
2353 * app.c (do_scrub_chars): Simplify string handling.
Dread.c1237 size = do_scrub_chars (scrub_from_string, new_tmp, space); in read_a_source_file()
DChangeLog-2005494 * app.c (do_scrub_chars)<TC_Z80>: Correctly scrub "ex af,af'"
835 * app.c (do_scrub_chars): Match open and close quote of strings.
867 * app.c (do_scrub_chars <LEX_IS_SYMBOL_COMPONENT>): Check for full
DChangeLog-00011810 (do_scrub_chars): Handle LEX_PARALLEL_SEPARATOR chars like
5501 * app.c (do_scrub_chars): Record where first comment found.
6753 * app.c (do_scrub_chars): Handle DOUBLESLASH_COMMENTS.
7282 (do_scrub_chars): Use LABELS_WITHOUT_COLONS directly rather than
7428 * app.c (do_scrub_chars): Handle "||" for parallel instructions
DChangeLog83 * app.c (app_push, app_pop, do_scrub_chars): Likewise.
DChangeLog-20121154 * app.c (do_scrub_chars): Prevent possible out of bounds access to
DChangeLog-92951039 * app.c (do_scrub_chars): Grab all available spaces at start of
1052 * app.c (do_scrub_chars): In MRI mode, keep a space before a
1081 * app.c (do_scrub_chars): In MRI mode, silently end quoted strings
1169 * app.c (do_scrub_chars): Free saved_input when the from buffer
1219 (do_scrub_chars): Rename from do_scrub_next_char and rewrite to
1223 (do_scrub_chars): Declare.
1227 (input_file_give_next_buffer): Call do_scrub_chars rather than
1231 (read_a_source_file): Call do_scrub_chars rather than
DChangeLog-201395 * app.c (do_scrub_chars): Only insert a newline character if
DChangeLog-20101788 * app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle