57 error (
"print_usage: invalid function");
71 error (
"API version %s found in .oct file function '%s'\n"
72 " does not match the running Octave (API version %s)\n"
73 " this can lead to incorrect results or other failures\n"
74 " you can fix this problem by recompiling this .oct file",
83 const std::string& file,
const std::string& doc,
153 const std::list<octave_lvalue> *lvalue_list
157 else if (lvalue_list)
160 for (std::list<octave_lvalue>::const_iterator p = lvalue_list->begin ();
161 p != lvalue_list->end (); p++)
164 return ! p->is_black_hole ();
178 const std::list<octave_lvalue> *lvalue_list
184 for (std::list<octave_lvalue>::const_iterator p = lvalue_list->begin ();
185 p != lvalue_list->end () && k < nout; p++)
187 if (p->is_black_hole ())
188 isargout[k++] =
false;
194 isargout[k++] =
true;
199 for (
int i = 0; i < nout; i++)
202 for (
int i =
std::max (nargout, 1); i < nout; i++)