code wiki / _hdl_build / nx_doc_constscan_run.nx

nx_doc_constscan_run.nx

buildroot/runtime/_hdl_build/nx_doc_constscan_run.nx

1374 B29 linesdepth 4pulls 6 transitivereach 0 importersview sourcekind tooltopic doc
docsdependenciesstructsconstsfunctions

dependencies 3 imports · 0 importers

nx_gate_gn.nx nx_syscalls.nx nx_doc_constscan.nx nx_doc_constscan_run.nx

imports: nx_gate_gn.nxnx_syscalls.nxnx_doc_constscan.nx

imported by: nobody (leaf or entry point)

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

main gp sys_write sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close cs_scan sys_mmap ↻ cs_is_const_at dhl_isident cs_record cs_skipws dhl_isident ↻ sys_mmap ↻ dhl_name_at dhl_isident ↻ dhl_isident ↻ dhl_name_at ↻ cs_is_const_name gn

structs

none

consts

none

functions

8func gp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
10func main(argc: i64, argv: *i64) -> i64