Searched refs:last_cr (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/scripts/kconfig/
H A Dexpr.c1147 const char *last_cr = strrchr(gs->s, '\n'); expr_print_gstr_helper() local
1153 if (!last_cr) expr_print_gstr_helper()
1154 last_cr = gs->s; expr_print_gstr_helper()
1156 last_line_length = strlen(gs->s) - (last_cr - gs->s); expr_print_gstr_helper()

Completed in 36 milliseconds