Lines Matching refs:partial_where
63 static char *partial_where; /*->after last full line in buffer. */ variable
109 char * partial_where; member
146 saved->partial_where = partial_where; in input_scrub_push()
191 partial_where = saved->partial_where; in input_scrub_pop()
331 partial_where = NULL; in input_scrub_next_buffer()
335 return partial_where; in input_scrub_next_buffer()
338 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
342 return partial_where; in input_scrub_next_buffer()
347 memmove (buffer_start + BEFORE_SIZE, partial_where, in input_scrub_next_buffer()
383 partial_where = p; in input_scrub_next_buffer()
385 memcpy (save_source, partial_where, (int) AFTER_SIZE); in input_scrub_next_buffer()
386 memcpy (partial_where, AFTER_STRING, (int) AFTER_SIZE); in input_scrub_next_buffer()
387 return partial_where; in input_scrub_next_buffer()
402 partial_where = NULL; in input_scrub_next_buffer()
406 return partial_where; in input_scrub_next_buffer()