Home
last modified time | relevance | path

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

/netbsd/src/tests/lib/libcurses/slave/
Dcurses_commands.c172 report_return(OK); in cmd_DRAIN()
183 report_return(addbytes(str, count)); in cmd_addbytes()
194 report_return(addch(ch)); in cmd_addch()
206 report_return(addchnstr(chstr, count)); in cmd_addchnstr()
217 report_return(addchstr(chstr)); in cmd_addchstr()
229 report_return(addnstr(str, count)); in cmd_addnstr()
240 report_return(addstr(str)); in cmd_addstr()
256 report_return(retval); in cmd_attr_get()
269 report_return(attr_off(attrib, NULL)); in cmd_attr_off()
280 report_return(attr_on(attrib, NULL)); in cmd_attr_on()
[all …]
Dslave.h44 void report_return(int);
Dcommands.c143 report_return(int status) in report_return() function