Searched refs:linelen (Results 1 – 1 of 1) sorted by relevance
153 uint32_t linelen = data->line[line] - linestart; in phpdbg_list_file() local157 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 5 milliseconds