HomeSort by: relevance | last modified time | path
    Searched defs:returns (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libcurses/director/
testlang_parse.y 47 #include "returns.h"
101 int nrets; /* number of returns */
102 ct_data_t *returns; /* array of expected returns */
295 check : CHECK var returns {
332 result : returns
336 returns : numeric { label
732 * when a test function call returns.
844 temp = realloc(command.returns, sizeof(*temp) * (command.nrets + 1));
846 err(1, "Failed to reallocate returns");
    [all...]
testlang_parse.y 47 #include "returns.h"
101 int nrets; /* number of returns */
102 ct_data_t *returns; /* array of expected returns */
295 check : CHECK var returns {
332 result : returns
336 returns : numeric { label
732 * when a test function call returns.
844 temp = realloc(command.returns, sizeof(*temp) * (command.nrets + 1));
846 err(1, "Failed to reallocate returns");
    [all...]

Completed in 22 milliseconds