Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_list.c153 uint32_t linelen = data->line[line] - linestart; in phpdbg_list_file() local
157 phpdbg_write(" %05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
160 phpdbg_write(" %05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
162 phpdbg_write(">%05u: %.*s", line, linelen, buffer); in phpdbg_list_file()
166 if (*(buffer + linelen - 1) != '\n' || !linelen) { in phpdbg_list_file()

Completed in 6 milliseconds