comparison libinterp/corefcn/variables.cc @ 20941:a4f5da7c5463

maint: Replace "octave_value_list ()" with "ovl ()". * debug.cc, det.cc, ellipj.cc, error.cc, file-io.cc, graphics.cc, hess.cc, input.cc, inv.cc, load-path.cc, lu.cc, octave-link.cc, pager.cc, pinv.cc, pr-output.cc, profiler.cc, schur.cc, symtab.cc, sysdep.cc, urlwrite.cc, variables.cc, __magick_read__.cc, audioread.cc, chol.cc, ov-classdef.h, ov-cs-list.cc, ov-flt-re-mat.cc, ov-re-mat.cc, ov-usr-fcn.cc: maint: Replace "octave_value_list ()" with "ovl ()".
author Rik <rik@octave.org>
date Fri, 18 Dec 2015 16:18:41 -0800
parents 48b2ad5ee801
children 9db35d2042be
comparison
equal deleted inserted replaced
20940:48b2ad5ee801 20941:a4f5da7c5463
1990 if (! fcn) 1990 if (! fcn)
1991 error ("mlock: invalid use outside a function"); 1991 error ("mlock: invalid use outside a function");
1992 1992
1993 fcn->lock (); 1993 fcn->lock ();
1994 1994
1995 return octave_value_list (); 1995 return ovl ();
1996 } 1996 }
1997 1997
1998 DEFUN (munlock, args, , 1998 DEFUN (munlock, args, ,
1999 "-*- texinfo -*-\n\ 1999 "-*- texinfo -*-\n\
2000 @deftypefn {} {} munlock ()\n\ 2000 @deftypefn {} {} munlock ()\n\
2024 error ("munlock: invalid use outside a function"); 2024 error ("munlock: invalid use outside a function");
2025 2025
2026 fcn->unlock (); 2026 fcn->unlock ();
2027 } 2027 }
2028 2028
2029 return octave_value_list (); 2029 return ovl ();
2030 } 2030 }
2031 2031
2032 2032
2033 DEFUN (mislocked, args, , 2033 DEFUN (mislocked, args, ,
2034 "-*- texinfo -*-\n\ 2034 "-*- texinfo -*-\n\
2482 2482
2483 octave_link::set_workspace (); 2483 octave_link::set_workspace ();
2484 } 2484 }
2485 } 2485 }
2486 2486
2487 return octave_value_list (); 2487 return ovl ();
2488 } 2488 }
2489 2489
2490 DEFUN (whos_line_format, args, nargout, 2490 DEFUN (whos_line_format, args, nargout,
2491 "-*- texinfo -*-\n\ 2491 "-*- texinfo -*-\n\
2492 @deftypefn {} {@var{val} =} whos_line_format ()\n\ 2492 @deftypefn {} {@var{val} =} whos_line_format ()\n\