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

/haiku-fatelf/src/libs/ncurses/tack/
H A Dansi.c58 static struct ansi_reports report_list[] = { variable in typeref:struct:ansi_reports
223 for (i = 0; report_list[i].text; i++, lc++) {
224 if (terminal_class < report_list[i].lvl &&
225 tc < report_list[i].lvl) {
232 tc = report_list[i].lvl;
240 sprintf(temp, "%s (%s) ", report_list[i].text,
241 expand_command(report_list[i].request));
245 tc_putp(report_list[i].request);
247 if (report_list[i].final == 0) {
249 } else if (valid_mode(report_list[
[all...]

Completed in 37 milliseconds