Searched refs:max_adjust (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | dump.c | 370 STRLEN max_adjust= 0; in Perl_pv_pretty() local 389 max_adjust += 2; in Perl_pv_pretty() 390 assert(max > max_adjust); in Perl_pv_pretty() 391 pv_escape( NULL, str, count, max - max_adjust, &escaped, flags ); in Perl_pv_pretty() 393 max_adjust += 3; in Perl_pv_pretty() 394 assert(max > max_adjust); in Perl_pv_pretty() 397 pv_escape( dsv, str, count, max - max_adjust, &escaped, flags | PERL_PV_ESCAPE_NOCLEAR ); in Perl_pv_pretty()
|