Lines Matching refs:ret
89 int const ret = tgetent(term_buff, term_name);
90 if (1 == ret) {
240 int ret;
243 ret = frontend_console_print(format, args,ConsoleIoConsole);
246 return ret;
253 int ret;
256 ret = frontend_console_print(format, args, ConsoleIoError);
259 return ret;
266 int ret;
269 ret = frontend_console_print(format, args, ConsoleIoReport);
272 return ret;