Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c394 WORD *split_point; in flush_paragraph() local
407 split_point = word_limit; in flush_paragraph()
413 split_point = w; in flush_paragraph()
419 put_paragraph (split_point); in flush_paragraph()
424 memmove ((char *) words, (char *) split_point, in flush_paragraph()
425 (word_limit - split_point + 1) * sizeof (WORD)); in flush_paragraph()
426 word_limit -= split_point - words; in flush_paragraph()