code wiki / _hdl_build / nx_cdata_probe.nx

nx_cdata_probe.nx

buildroot/runtime/_hdl_build/nx_cdata_probe.nx

1252 B25 linesdepth 8pulls 28 transitivereach 0 importersview sourcekind probe
docsdependenciesstructsconstsfunctions

about

nx_cdata_probe.nx -- DIAGNOSTIC: dump what rh_extract_styles() hands the CSS parser for the XHTML green-square ref, to confirm the <![CDATA[ ... ]]> wrapper is polluting the stylesheet.

dependencies 7 imports · 0 importers

nx_syscalls.nx nx_html_tokenizer.nx nx_dom_query.nx nx_layout_box.nx nx_layout_default_display.nx nx_layout_from_dom.nx nx_render_html.nx nx_cdata_probe.nx

imports: nx_syscalls.nxnx_html_tokenizer.nxnx_dom_query.nxnx_layout_box.nxnx_layout_default_display.nxnx_layout_from_dom.nxnx_render_html.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close g_w sys_write rh_extract_styles sys_mmap ↻ nx_html_cursor_init nx_html_next_token _scan_name _is_name _is_void_element _lc nx_html_is_raw_text_tag _lc ↻ nx_html_consume_raw_text _lc ↻ _is_ws _lfd_name_eq _lfd_lc _rh_copy_css sys_write ↻

structs

none

consts

10const K_MAGIC_65536: i64 = 65536

functions

11func g_w(s: *u8) -> i64 { var k: i64=0; while s[k]!=(0 as u8){k=k+1} sys_write(1,s,k); return 0 }
called by 1: main calls 1: sys_write
12func main() -> i64