term.c
Include dependency graph for term.c:
![digraph {
graph [bgcolor="#00000000"]
node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2]
edge [color="#1414CE"]
"3" [label="stdbool.h" tooltip="stdbool.h"]
"30" [label="stdarg.h" tooltip="stdarg.h"]
"19" [label="stdatomic.h" tooltip="stdatomic.h"]
"20" [label="atom.h" tooltip="atom.h"]
"23" [label="synclist.h" tooltip="synclist.h"]
"27" [label="tempstack.h" tooltip="tempstack.h"]
"4" [label="stdint.h" tooltip="stdint.h"]
"6" [label="stdlib.h" tooltip="stdlib.h"]
"28" [label="valueshashtable.h" tooltip="valueshashtable.h"]
"21" [label="context.h" tooltip="context.h"]
"13" [label="utils.h" tooltip="utils.h"]
"10" [label="term_typedef.h" tooltip="term_typedef.h"]
"14" [label="stddef.h" tooltip="stddef.h"]
"11" [label="limits.h" tooltip="limits.h"]
"15" [label="refc_binary.h" tooltip="refc_binary.h"]
"7" [label="string.h" tooltip="string.h"]
"25" [label="mailbox.h" tooltip="mailbox.h"]
"1" [label="/home/runner/work/AtomVM/AtomVM/src/libAtomVM/term.c" tooltip="/home/runner/work/AtomVM/AtomVM/src/libAtomVM/term.c" fillcolor="#BFBFBF"]
"2" [label="term.h" tooltip="term.h"]
"9" [label="erl_nif.h" tooltip="erl_nif.h"]
"26" [label="interop.h" tooltip="interop.h"]
"17" [label="resources.h" tooltip="resources.h"]
"18" [label="smp.h" tooltip="smp.h"]
"29" [label="ctype.h" tooltip="ctype.h"]
"22" [label="globalcontext.h" tooltip="globalcontext.h"]
"8" [label="memory.h" tooltip="memory.h"]
"5" [label="stdio.h" tooltip="stdio.h"]
"24" [label="timer_list.h" tooltip="timer_list.h"]
"16" [label="list.h" tooltip="list.h"]
"12" [label="inttypes.h" tooltip="inttypes.h"]
"20" -> "4" [dir=forward tooltip="include"]
"20" -> "6" [dir=forward tooltip="include"]
"23" -> "16" [dir=forward tooltip="include"]
"23" -> "5" [dir=forward tooltip="include"]
"23" -> "18" [dir=forward tooltip="include"]
"27" -> "10" [dir=forward tooltip="include"]
"27" -> "13" [dir=forward tooltip="include"]
"21" -> "22" [dir=forward tooltip="include"]
"21" -> "16" [dir=forward tooltip="include"]
"21" -> "25" [dir=forward tooltip="include"]
"21" -> "18" [dir=forward tooltip="include"]
"21" -> "2" [dir=forward tooltip="include"]
"21" -> "24" [dir=forward tooltip="include"]
"13" -> "14" [dir=forward tooltip="include"]
"10" -> "11" [dir=forward tooltip="include"]
"10" -> "12" [dir=forward tooltip="include"]
"10" -> "4" [dir=forward tooltip="include"]
"15" -> "3" [dir=forward tooltip="include"]
"15" -> "6" [dir=forward tooltip="include"]
"15" -> "16" [dir=forward tooltip="include"]
"15" -> "17" [dir=forward tooltip="include"]
"15" -> "18" [dir=forward tooltip="include"]
"25" -> "3" [dir=forward tooltip="include"]
"25" -> "16" [dir=forward tooltip="include"]
"25" -> "18" [dir=forward tooltip="include"]
"25" -> "10" [dir=forward tooltip="include"]
"25" -> "13" [dir=forward tooltip="include"]
"1" -> "2" [dir=forward tooltip="include"]
"1" -> "20" [dir=forward tooltip="include"]
"1" -> "21" [dir=forward tooltip="include"]
"1" -> "26" [dir=forward tooltip="include"]
"1" -> "27" [dir=forward tooltip="include"]
"1" -> "28" [dir=forward tooltip="include"]
"1" -> "29" [dir=forward tooltip="include"]
"1" -> "12" [dir=forward tooltip="include"]
"1" -> "30" [dir=forward tooltip="include"]
"1" -> "14" [dir=forward tooltip="include"]
"1" -> "5" [dir=forward tooltip="include"]
"2" -> "3" [dir=forward tooltip="include"]
"2" -> "4" [dir=forward tooltip="include"]
"2" -> "5" [dir=forward tooltip="include"]
"2" -> "6" [dir=forward tooltip="include"]
"2" -> "7" [dir=forward tooltip="include"]
"2" -> "8" [dir=forward tooltip="include"]
"2" -> "15" [dir=forward tooltip="include"]
"2" -> "13" [dir=forward tooltip="include"]
"2" -> "10" [dir=forward tooltip="include"]
"9" -> "10" [dir=forward tooltip="include"]
"26" -> "21" [dir=forward tooltip="include"]
"26" -> "2" [dir=forward tooltip="include"]
"17" -> "6" [dir=forward tooltip="include"]
"17" -> "9" [dir=forward tooltip="include"]
"17" -> "16" [dir=forward tooltip="include"]
"17" -> "8" [dir=forward tooltip="include"]
"18" -> "3" [dir=forward tooltip="include"]
"18" -> "19" [dir=forward tooltip="include"]
"22" -> "4" [dir=forward tooltip="include"]
"22" -> "20" [dir=forward tooltip="include"]
"22" -> "9" [dir=forward tooltip="include"]
"22" -> "16" [dir=forward tooltip="include"]
"22" -> "18" [dir=forward tooltip="include"]
"22" -> "23" [dir=forward tooltip="include"]
"22" -> "2" [dir=forward tooltip="include"]
"22" -> "24" [dir=forward tooltip="include"]
"8" -> "9" [dir=forward tooltip="include"]
"8" -> "10" [dir=forward tooltip="include"]
"8" -> "13" [dir=forward tooltip="include"]
"8" -> "4" [dir=forward tooltip="include"]
"8" -> "6" [dir=forward tooltip="include"]
"24" -> "3" [dir=forward tooltip="include"]
"24" -> "4" [dir=forward tooltip="include"]
"24" -> "16" [dir=forward tooltip="include"]
}](../../../_images/graphviz-6c0ac4cdc111c03260e946d1e8adfe19d7d937f7.png)
Functions
-
int fprintf_printer(PrinterFun *fun, const char *fmt, ...)
-
int snprintf_printer(PrinterFun *fun, const char *fmt, ...)
-
int term_fprint(FILE *stream, term t, const GlobalContext *global)
-
int term_snprint(char *buf, size_t size, term t, const GlobalContext *global)
-
int term_funprint(PrinterFun *fun, term t, const GlobalContext *global)
-
TermCompareResult term_compare(term t, term other, TermCompareOpts opts, GlobalContext *global)
-
term term_alloc_refc_binary(size_t size, bool is_const, Heap *heap, GlobalContext *glb)
-
term term_get_map_assoc(term map, term key, GlobalContext *glb)
-
struct FprintfFun
Collaboration diagram for FprintfFun:
-
struct SnprintfFun
Collaboration diagram for SnprintfFun: