Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dpatch_bbox.c24 static unsigned copy_lines(FILE *src_stream, FILE *dst_stream, unsigned lines_count) in copy_lines() argument
26 while (src_stream && lines_count) { in copy_lines()
36 lines_count--; in copy_lines()
38 return lines_count; in copy_lines()