Searched refs:MAX_LINES (Results 1 – 2 of 2) sorted by relevance
283 MAX_LINES=100292 if [ `wc -l < $i` -le $MAX_LINES ] ; then295 head -n $MAX_LINES $i >> diffs296 echo "<truncated beyond $MAX_LINES lines>" >> diffs
15 #define MAX_LINES 2048 macro130 buf = zalloc((sizeof(*sline)) * MAX_LINES); in script_browse()168 if (nr_entries++ >= MAX_LINES - 1) in script_browse()