Searched refs:do_scrub_chars (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | input-file.c | 236 size = do_scrub_chars (input_file_get, where, BUFFER_SIZE); in input_file_give_next_buffer()
|
| D | sb.c | 136 ptr->len += do_scrub_chars (scrub_from_sb, ptr->ptr + ptr->len, s->len); in sb_scrub_and_add_sb()
|
| D | as.h | 542 int do_scrub_chars (int (*get) (char *, int), char *, int);
|
| D | ChangeLog | 17 * app.c (do_scrub_chars <state 5>): Check for output buffer full 206 * app.c (do_scrub_chars): Cope with \ at end of buffer. 265 * app.c (do_scrub_chars): Don't damage \@ pseudo-variables. 736 * app.c (do_scrub_chars): PUT after setting states. 810 * app.c (do_scrub_chars): Recognize comments after # line "file". 820 * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
|
| D | app.c | 339 do_scrub_chars (int (*get) (char *, int), char *tostart, int tolen) in do_scrub_chars() function
|
| D | ChangeLog-9697 | 210 * 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 …]
|
| D | ChangeLog-9899 | 123 * 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
|
| D | ChangeLog-0203 | 366 * app.c (do_scrub_chars): Add PUT (ch) and ch = GET () 402 * app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22. 1758 * app.c (do_scrub_chars): Add states 14 and 15 to handle 2319 * app.c (do_scrub_chars): More checks for valid labels. 2323 * app.c (do_scrub_chars): Check for valid label. 2657 * app.c (do_scrub_chars): Handle '||' in two states. 4698 * app.c (do_scrub_chars): Don't test IGNORE_NONSTANDARD_ESCAPES. Tidy.
|
| D | read.c | 1077 size = do_scrub_chars (scrub_from_string, new_tmp, space); in read_a_source_file()
|
| D | ChangeLog-2006 | 1569 * app.c (do_scrub_chars): Remove unused case 0, as it is handled 2353 * app.c (do_scrub_chars): Simplify string handling.
|
| D | ChangeLog-0001 | 1820 (do_scrub_chars): Handle LEX_PARALLEL_SEPARATOR chars like 5511 * app.c (do_scrub_chars): Record where first comment found. 6763 * app.c (do_scrub_chars): Handle DOUBLESLASH_COMMENTS. 7292 (do_scrub_chars): Use LABELS_WITHOUT_COLONS directly rather than 7438 * app.c (do_scrub_chars): Handle "||" for parallel instructions
|
| D | ChangeLog-9295 | 1039 * 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
|