Home
last modified time | relevance | path

Searched refs:ialloc_struct (Results 1 – 10 of 10) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dzfjbig2.c116 st = ialloc_struct(jbig2_global_data_t, in z_jbig2makeglobalctx()
H A Dialloc.h44 #define ialloc_struct(typ, pstype, cname)\ macro
H A Dztoken.c289 pstate = ialloc_struct(scanner_state, &st_scanner_state, in ztoken_handle_comment()
H A Dzshade.c173 pcs = ialloc_struct(gs_color_space, &st_color_space, in build_shading()
181 ialloc_struct(gs_client_color, &st_client_color, in build_shading()
H A Dzvmem.c76 vmsave = ialloc_struct(vm_save_t, &st_vm_save, "zsave"); in zsave()
H A Dzdps1.c124 pigo = ialloc_struct(igstate_obj, &st_igstate_obj, "gstate"); in zgstate()
H A Dzcontext.c935 ialloc_struct(gs_condition_t, &st_condition, "zcondition"); in zcondition()
950 gs_lock_t *plock = ialloc_struct(gs_lock_t, &st_lock, "zlock"); in zlock()
H A Dzbfont.c730 pdata = ialloc_struct(font_data, &st_font_data, in build_gs_sub_font()
H A Discan.c259 ialloc_struct(scanner_state, &st_scanner_state, in scan_handle_refill()
H A Dzchar1.c700 ialloc_struct(gs_type1exec_state, &st_gs_type1exec_state, in type1_call_OtherSubr()