Searched refs:line_limit (Results 1 – 4 of 4) sorted by relevance
2201 const size_t line_limit = 20; in kmod_module_hex_to_str() local2205 str_len += ((str_len + line_limit - 1) / line_limit - 1) * 3; /* \n\t\t */ in kmod_module_hex_to_str()2216 if ((i + 1) % line_limit == 0) in kmod_module_hex_to_str()
875 my $line_limit = ($2 ne "") ? int($2) : 10;888 PrintText($symbols, $flat, $cumulative, $line_limit);1210 my $line_limit = shift;1243 last if ($line_limit >= 0 && $lines >= $line_limit);
874 my $line_limit = ($2 ne "") ? int($2) : 10;887 PrintText($symbols, $flat, $cumulative, $line_limit);1209 my $line_limit = shift;1242 last if ($line_limit >= 0 && $lines >= $line_limit);
574 unsigned int line_limit = (env.argStack.get_count () % 6); in rlinecurve() local575 for (; i + 2 <= line_limit; i += 2) in rlinecurve()