Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_help.c59 uint32_t last_blank_count = 0; /* printable char offset of last blank char */ in pretty_print() local
91 last_blank_count = line_count++; in pretty_print()
96 last_blank_count = 0; in pretty_print()
121 line_count -= last_blank_count; in pretty_print()
122 last_blank_count = 0; in pretty_print()

Completed in 6 milliseconds