comparison libinterp/parse-tree/bp-table.h @ 30896:c9788d7f6e65

maint: Use "fcn" as preferred abbreviation for "function" in libinterp/. * __eigs__.cc, bsxfun.cc, cellfun.cc, daspk.cc, dasrt.cc, dassl.cc, data.cc, debug.cc, error.cc, graphics.cc, graphics.in.h, gzfstream.h, ls-hdf5.cc, lsode.cc, max.cc, oct-opengl.h, quad.cc, strfns.cc, utils.cc, utils.h, variables.cc, __ode15__.cc, gzip.cc, cdef-manager.cc, ov-fcn-handle.cc, ov-java.cc, ov-usr-fcn.cc, bp-table.cc, bp-table.h, lex.h, lex.ll, oct-parse.yy, pt-eval.cc: Replace "func", "fun", "fn" in documentation and variable names with "fcn".
author Rik <rik@octave.org>
date Tue, 05 Apr 2022 08:33:58 -0700
parents 83f9f8bda883
children db8735ee84da e88a07dec498
comparison
equal deleted inserted replaced
30895:360d330cc30e 30896:c9788d7f6e65
208 208
209 bool condition_valid (const std::string& cond); 209 bool condition_valid (const std::string& cond);
210 210
211 void parse_dbfunction_params (const char *who, 211 void parse_dbfunction_params (const char *who,
212 const octave_value_list& args, 212 const octave_value_list& args,
213 std::string& func_name, 213 std::string& fcn_name,
214 std::string& class_name, 214 std::string& class_name,
215 bp_table::bp_lines& lines, 215 bp_table::bp_lines& lines,
216 std::string& cond); 216 std::string& cond);
217 217
218 private: 218 private: