Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Derror.cpp79 static unsigned int last_line; in error_at_line() local
80 if (last_line == line && last_file != NULL && strcmp(last_file, file) == 0) { in error_at_line()
84 last_line = line; in error_at_line()