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

/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dslave.h44 void report_return(int);
H A Dcurses_commands.c47 report_return(OK);
65 report_return(addbytes(args[0], count));
79 report_return(addch(ch[0]));
98 report_return(addchnstr((chtype *) args[0], count));
109 report_return(addchstr((chtype *) args[0]));
128 report_return(addnstr(args[0], count));
139 report_return(addstr(args[0]));
157 report_return(retval);
178 report_return(attr_off(attrib, NULL));
197 report_return(attr_o
[all...]
H A Dcommands.c104 report_return(int status) function

Completed in 131 milliseconds