nx_brand_tokens.nx
buildroot/runtime/_hdl_build/nx_brand_tokens.nx
about
dependencies 1 imports · 39 importers
diagram shows first 10 each side; +0 more imports, +29 more importers in the complete lists below.
imports: nx_syscalls.nx
imported by: nx_a11y_breadth.nxnx_a11y_breadth_gate.nxnx_brand_aesthetic.nxnx_brand_aesthetic_gate.nxnx_brand_assets_gate.nxnx_brand_book.nxnx_brand_book_gate.nxnx_brand_builder_gate.nxnx_brand_dark_gate.nxnx_brand_exceed2_gate.nxnx_brand_exceed3_gate.nxnx_brand_exceed_gate.nxnx_brand_gallery_gate.nxnx_brand_guard.nxnx_brand_manage.nxnx_brand_manage_gate.nxnx_brand_packs_gate.nxnx_brand_polish_gate.nxnx_brand_preview.nxnx_brand_spacescale.nxnx_brand_spacescale_gate.nxnx_brand_tokens_gate.nxnx_brand_typescale.nxnx_brand_typescale_gate.nxnx_clarity.nxnx_clarity_gate.nxnx_editor_loop_gate.nxnx_editor_render_gate.nxnx_exceed_standard_gate.nxnx_internal_sweep_gate.nxnx_meet_about.nxnx_meet_emit.nxnx_meet_intake.nxnx_meet_jobs.nxnx_pub_todos.nxnx_site_import_gate.nxnx_site_migrate.nxnx_site_migrate_gate.nxnx_web_builder.nx
structs
| none |
consts
| none |
functions
| 20 | func bt_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 23 | func bt_find(hay: *u8, hlen: i64, needle: *u8, nlen: i64) -> i64 |
| 37 | func bt_app(out: *u8, pos: i64, cap: i64, s: *u8) -> i64 |
| 44 | func bt_app_n(out: *u8, pos: i64, cap: i64, s: *u8, n: i64) -> i64 |
| 52 | func bt_slice_eq(text: *u8, s: i64, e: i64, lit: *u8, litlen: i64) -> i64 |
| 60 | func bt_ident_safe(s: *u8, n: i64) -> i64 |
| 77 | func bt_value_safe(s: *u8, n: i64) -> i64 |
| 98 | func bt_emit_root_buf(text: *u8, n: i64, out: *u8, cap: i64) -> i64 |
| 151 | func bt_emit_root_fd(text: *u8, n: i64, fd: i64) -> i64 |
| 162 | func bt_default_brand() -> *u8 |
| 167 | func bt_default_emit(out: *u8, cap: i64) -> i64 |
| 174 | func bt_lookup(text: *u8, n: i64, group: *u8, name: *u8, out: *u8, cap: i64) -> i64 called by 7: bb_color_rowbb_kvbg_pair_contrastbg_space_grid_okbg_type_scale_okg_tok+1 calls 3: bt_lensys_mmapbt_slice_eq |
| 209 | func bt_emit_token_line(out: *u8, pos: i64, cap: i64, group: *u8, name: *u8, value: *u8) -> i64 |
| 223 | func bt_set(text: *u8, n: i64, group: *u8, name: *u8, value: *u8, out: *u8, cap: i64) -> i64 called by 1: bm_apply_ops calls 6: bt_lenbt_ident_safebt_value_safesys_mmapbt_slice_eqbt_emit_token_line |
| 269 | func bt_emit_dark_root_buf(text: *u8, n: i64, out: *u8, cap: i64) -> i64 called by 2: mainbt_emit_dark_fd calls 6: bt_appsys_mmapbt_slice_eqbt_ident_safebt_value_safebt_app_n |
| 314 | func bt_emit_dark_fd(text: *u8, n: i64, fd: i64) -> i64 |