Go to the source code of this file.
Functions | |
| void | start_log_file (char *filename, bool append) |
| void | stop_log_file (void) |
| void | print_string_to_log_file_only (char *string) |
| int | get_printer_output_column (void) |
| void | tell_printer_that_output_column_has_been_reset (void) |
| void | start_redirection_to_file (FILE *already_opened_file) |
| void | stop_redirection_to_file (void) |
| void | print_string (char *s) |
| void | print (char *format,...) |
| print -- Print a given string using the agent's current print function | |
|
|
Definition at line 128 of file print.c. Referenced by chunk_instantiation(), create_instantiation(), neatly_print_wme_augmentation_of_id(), print(), print_consed_list_of_condition_wmes(), print_consed_list_of_conditions(), retract_instantiation(), second_stage_chunk_instantiation(), and soar_ecExplainChunkConditionList(). |
|
||||||||||||
|
print -- Print a given string using the agent's current print function
This function invokes the current agent's top level Definition at line 211 of file print.c. Referenced by check_context_slot_decisions(), decision_consistent_with_current_preferences(), parse_preferences_soar8_non_operator(), and run_preference_semantics(). |
|
|
|
Definition at line 123 of file print.c. Referenced by get_next_char(), and soar_cDefaultAskCallback(). |
|
||||||||||||
|
Definition at line 94 of file print.c. References make_memory_block_for_string(), print(), and stop_log_file(). |
|
|
|
|
|
Definition at line 112 of file print.c. References free_memory_block_for_string(), and print(). Referenced by abort_with_fatal_error(), just_before_exit_soar(), and start_log_file(). |
|
|
|
|
|
Definition at line 133 of file print.c. Referenced by get_next_char(). |
1.3.5