HomeSort by: relevance | last modified time | path
    Searched refs:report_return (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libcurses/slave/
curses_commands.c 172 report_return(OK);
183 report_return(addbytes(str, count));
194 report_return(addch(ch));
206 report_return(addchnstr(chstr, count));
217 report_return(addchstr(chstr));
229 report_return(addnstr(str, count));
240 report_return(addstr(str));
256 report_return(retval);
269 report_return(attr_off(attrib, NULL));
280 report_return(attr_on(attrib, NULL))
    [all...]
slave.h 44 void report_return(int);
commands.c 143 report_return(int status) function in typeref:typename:void

Completed in 12 milliseconds