Searched refs:from_sb (Results 1 – 3 of 3) sorted by relevance
79 static sb from_sb; variable118 sb from_sb; member154 saved->from_sb = from_sb; in input_scrub_push()189 from_sb = saved->from_sb; in input_scrub_pop()282 sb_build (&from_sb, from->len + newline); in input_scrub_include_sb()287 sb_add_char (&from_sb, '\n'); in input_scrub_include_sb()289 sb_scrub_and_add_sb (&from_sb, from); in input_scrub_include_sb()293 sb_terminate (&from_sb); in input_scrub_include_sb()318 if (sb_index >= from_sb.len) in input_scrub_next_buffer()320 sb_kill (&from_sb); in input_scrub_next_buffer()[all …]
1018 allocate sufficient space for from_sb. Use sb_terminate to
1334 (sb_index, from_sb): New static variables.1336 (struct input_save): Add sb_index and from_sb fields. Change1340 Save sb_index and from_sb.1342 Restore sb_index and from_sb.1344 (input_scrub_next_buffer): Handle reading from from_sb.1345 (bump_line_counters): Only increment lines if not using from_sb.