comparison src/variables.cc @ 7761:5adeea5de26c

symbol table reporting functions
author John W. Eaton <jwe@octave.org>
date Tue, 06 May 2008 05:51:17 -0400
parents e76a4a6e3c47
children 791231dac333
comparison
equal deleted inserted replaced
7760:f5268d7045d7 7761:5adeea5de26c
2373 } 2373 }
2374 2374
2375 return retval; 2375 return retval;
2376 } 2376 }
2377 2377
2378 DEFUN (__print_symtab_info__, args, ,
2379 "-*- texinfo -*-\n\
2380 @deftypefn {Built-in Function} {} __print_symtab_info__ ()\n\
2381 Undocumented internal function.\n\
2382 @end deftypefn")
2383 {
2384 octave_value_list retval;
2385
2386 // FIXME -- what should this function do now? Print a summary for
2387 // each scope? Print the entire symbol table? Accept a scope
2388 // argument?
2389
2390 return retval;
2391 }
2392
2393 DEFUN (__print_symbol_info__, args, ,
2394 "-*- texinfo -*-\n\
2395 @deftypefn {Built-in Function} {} __dump_symbol_info__ (@var{name})\n\
2396 Undocumented internal function.\n\
2397 @end deftypefn")
2398 {
2399 octave_value_list retval;
2400
2401 // FIXME -- what should this function do now?
2402
2403 return retval;
2404 }
2405
2406 DEFUN (whos_line_format, args, nargout, 2378 DEFUN (whos_line_format, args, nargout,
2407 "-*- texinfo -*-\n\ 2379 "-*- texinfo -*-\n\
2408 @deftypefn {Built-in Function} {@var{val} =} whos_line_format ()\n\ 2380 @deftypefn {Built-in Function} {@var{val} =} whos_line_format ()\n\
2409 @deftypefnx {Built-in Function} {@var{old_val} =} whos_line_format (@var{new_val})\n\ 2381 @deftypefnx {Built-in Function} {@var{old_val} =} whos_line_format (@var{new_val})\n\
2410 Query or set the format string used by the @code{whos}.\n\ 2382 Query or set the format string used by the @code{whos}.\n\