Lines Matching refs:partial_where
63 static char *partial_where; /*->after last full line in buffer. */ variable
113 char * partial_where; member
166 saved->partial_where = partial_where; in input_scrub_push()
205 partial_where = saved->partial_where; in input_scrub_pop()
339 partial_where = NULL; in input_scrub_next_buffer()
343 return partial_where; in input_scrub_next_buffer()
346 partial_where = from_sb.ptr + from_sb.len; in input_scrub_next_buffer()
350 return partial_where; in input_scrub_next_buffer()
355 memmove (buffer_start + BEFORE_SIZE, partial_where, partial_size); in input_scrub_next_buffer()
395 partial_where = p; in input_scrub_next_buffer()
399 memcpy (save_source, partial_where, (int) AFTER_SIZE); in input_scrub_next_buffer()
400 memcpy (partial_where, AFTER_STRING, (int) AFTER_SIZE); in input_scrub_next_buffer()
401 return partial_where; in input_scrub_next_buffer()
421 partial_where = NULL; in input_scrub_next_buffer()
425 return partial_where; in input_scrub_next_buffer()