Home
last modified time | relevance | path

Searched refs:he_cmd (Results 1 – 4 of 4) sorted by relevance

/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Dhe.h123 typedef struct he_cmd struct
128 struct he_cmd *sub, *next; argument
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dview_helpers.cc394 if (!ex.he_cmd) { in execute_examples()
405 execute_sql(ec, ex.he_cmd, alt_msg); in execute_examples()
434 EXAMPLE_RESULTS[ex.he_cmd] = result; in execute_examples()
436 log_debug("example: %s", ex.he_cmd); in execute_examples()
442 log_warning("Not executing example: %s", ex.he_cmd); in execute_examples()
453 auto iter = EXAMPLE_RESULTS.find(ex.he_cmd); in eval_example()
H A Dhelp_text_formatter.cc443 attr_line_t ex_line(ex.he_cmd); in format_example_text_for_term()
445 const char *space = strchr(ex.he_cmd, ' '); in format_example_text_for_term()
449 keyword_offset = space - ex.he_cmd; in format_example_text_for_term()
632 example.he_cmd); in format_help_text_for_rst()
634 fprintf(rst_file, " %s%s\n", prefix, example.he_cmd); in format_help_text_for_rst()
H A Dhelp_text.hh72 const char *he_cmd{nullptr}; member