Word Unperfect
public
Read
Owner: themaster
Branch: main
Commits: 0
Git CLI clone URL
git clone https://www.xt-emporium.com/git/word-unperfect.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
word-unperfect
/
rev
/
wp_record_stream.h
File editor
#ifndef WP_RECORD_STREAM_H #define WP_RECORD_STREAM_H #include "wp_layout_shared.h" #include <stdint.h> uint8_t __cdecl16near consume_byte_from_primary_buffer(WpLayoutGlobals *wl); uint16_t __cdecl16near consume_word_from_primary_buffer(WpLayoutGlobals *wl); uint8_t __cdecl16near consume_byte_from_buffer_with_position_gate(WpLayoutGlobals *wl); uint16_t __cdecl16near parser_consume_next_input_byte(WpLayoutGlobals *wl); uint16_t __cdecl16near parser_process_token_stream(WpLayoutGlobals *wl); uint8_t __cdecl16near invoke_overlay_probe_secondary_record(WpLayoutGlobals *wl); uint8_t __cdecl16near invoke_overlay_consume_record_stream(WpLayoutGlobals *wl); uint16_t __cdecl16near invoke_overlay_expand_primary_buffer(WpLayoutGlobals *wl); uint16_t __cdecl16near consume_word_from_secondary_buffer(WpLayoutGlobals *wl); void __cdecl16near record_append_byte_under_position_gate(WpLayoutGlobals *wl, uint8_t al); void __cdecl16near record_append_byte_under_position_gate_value(WpLayoutGlobals *wl, uint8_t al); void __cdecl16near append_byte_to_buffer(WpLayoutGlobals *wl, uint8_t al); void __cdecl16near append_word_to_buffer(WpLayoutGlobals *wl, uint16_t ax); void __cdecl16near prepend_byte_to_buffer(WpLayoutGlobals *wl, uint8_t al); void __cdecl16near prepend_word_to_buffer(WpLayoutGlobals *wl, uint16_t ax); void __cdecl16near copy_words_between_pointers(WpLayoutGlobals *wl, uint16_t count); void __cdecl16near record_transfer_primary_to_secondary_reverse(WpLayoutGlobals *wl, uint16_t count); uint16_t __cdecl16near parser_classify_or_handle_token(WpLayoutGlobals *wl, uint8_t code); void __cdecl16near layout_normalize_if_ctrl_byte_below_d0_path_a(WpLayoutGlobals *wl, uint8_t code); void __cdecl16near layout_normalize_if_ctrl_byte_below_d0_path_b(WpLayoutGlobals *wl, uint8_t code); uint16_t __cdecl16near layout_range_check_aux_return_ax(WpLayoutGlobals *wl); uint32_t __cdecl16near parser_main_record_loop_with_reentry_guard(WpLayoutGlobals *wl); uint32_t __cdecl16near process_layout_state_records_main(WpLayoutGlobals *wl); uint32_t __cdecl16near layout_finalize_record_envelope_commit(WpLayoutGlobals *wl); uint32_t __cdecl16near layout_emit_or_measure_line_window(WpLayoutGlobals *wl); uint32_t __cdecl16near layout_toggle_record_mode_flag_word(WpLayoutGlobals *wl); uint16_t __cdecl16far shell_slide_secondary_record_ring_by_2kb(WpLayoutGlobals *wl, uint16_t passthrough_dx); /* Compatibility hook markers used by parser/render flows. */ void __cdecl16near parser_no_op_body_proxy(WpLayoutGlobals *wl); void __cdecl16near parser_carry_chain_eval_order_no_op(WpLayoutGlobals *wl); void __cdecl16near parser_layout_state_entry_eval_order_no_op(WpLayoutGlobals *wl); uint32_t __cdecl16near layout_no_op_return(WpLayoutGlobals *wl); void __cdecl16near parser_nested_branch_eval_order_no_op(WpLayoutGlobals *wl); uint16_t __cdecl16near parser_loop_iteration_eval_order_no_op(WpLayoutGlobals *wl); uint16_t __cdecl16near layout_stream_offset_bump(WpLayoutGlobals *wl, uint16_t ax); uint16_t __cdecl16near layout_increment_cursor_and_span_aux_route_stage_1(WpLayoutGlobals *wl); uint16_t __cdecl16near layout_increment_cursor_and_span_aux_route_stage_2(WpLayoutGlobals *wl); uint16_t __cdecl16near parser_parse_and_append_command_token_variant(WpLayoutGlobals *wl); void __cdecl16near layout_reconcile_line_build_span_words(WpLayoutGlobals *wl); uint32_t __cdecl16near layout_emit_scratch_pack(WpLayoutGlobals *wl, uint8_t al, uint16_t dx); uint32_t __cdecl16near layout_measure_dirty_reconcile(WpLayoutGlobals *wl, uint8_t al); uint32_t __cdecl16near layout_span_table_select(WpLayoutGlobals *wl); void __cdecl16near parser_record_replay_depth_increment_and_invoke(WpLayoutGlobals *wl); uint16_t __cdecl16near layout_bootstrap_line_from_secondary_gate(WpLayoutGlobals *wl); uint16_t __cdecl16near layout_record_flags_merge(WpLayoutGlobals *wl); uint16_t __cdecl16near layout_record_length_word_from_stream(WpLayoutGlobals *wl); #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
main
Visibility
public
Your access
Read
Remote
None
File activity
View file history