Home
last modified time | relevance | path

Searched defs:items (Results 1 – 21 of 21) sorted by relevance

/plan9/sys/src/cmd/gs/zlib/
H A Dzutil.c217 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
276 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
301 voidpf zcalloc (opaque, items, size) in zcalloc() argument
H A Dzutil.h258 #define ZALLOC(strm, items, size) \ argument
/plan9/sys/src/cmd/gs/src/
H A Dzdevcal.c46 static const gs_param_item_t items[] = { in calendar_get_params() local
H A Dszlibc.c83 s_zlib_alloc(void *zmem, uint items, uint size) in s_zlib_alloc()
H A Dsiscale.c115 CONTRIB *items; member
197 CONTRIB * items, in calculate_contrib()
300 const CONTRIB * items) in zoom_x()
365 int Colors, const CLIST * contrib, const CONTRIB * items) in zoom_y()
H A Dgdevpsdp.c115 gs_param_item_t items[8]; /* AutoFilter (not used for mono), */ member
281 const gs_param_item_t *items = in psdf_get_image_params() local
679 const gs_param_item_t *items = in psdf_put_image_params() local
H A Dgxtext.h63 gx_font_stack_item_t items[1 + MAX_FONT_STACK]; member
H A Dgsparam.c106 const gs_param_item_t * items) in gs_param_read_items()
135 const void *default_obj, const gs_param_item_t * items) in gs_param_write_items()
H A Dgenconf.c262 string_item_t *items; member
591 string_item_t *items = pconf->lists.indexed[rn].items; in process_replaces() local
H A Dgdevx.h225 XTextItem items[MAX_TEXT_ITEMS]; member
H A Dgdevpsf2.c53 cff_string_item_t *items; member
84 cff_string_table_init(cff_string_table_t *pcst, cff_string_item_t *items, in cff_string_table_init()
/plan9/sys/src/cmd/bzip2/lib/
H A Dbzlib.c101 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) in default_bzalloc()
/plan9/sys/src/cmd/htmlfmt/
H A Ddat.h24 Item *items; member
H A Dhtml.c191 render(URLwin *u, Bytes *t, Item *items, int curanchor) in render()
/plan9/sys/src/cmd/gs/libpng/
H A Dpng.c143 png_zalloc(voidpf png_ptr, uInt items, uInt size) in png_zalloc()
/plan9/sys/lib/dist/cmd/bzfs/
H A Dunbzip.c179 void* default_bzalloc(void *o, int items, int size) in default_bzalloc()
/plan9/sys/src/cmd/plot/
H A Dplot.c133 char *items[]={ variable
/plan9/sys/src/cmd/abaco/
H A Dhtml.c929 layitems(Item *items, Rectangle r, int laying) in layitems()
H A Ddat.h156 Item *items; member
/plan9/sys/src/cmd/fossil/
H A Dview.c1027 char *items[] = { "exit", 0 }; variable
/plan9/sys/src/libhtml/
H A Dbuild.c35 Item* items; // dummy head of item list we're building member
3627 printitems(Item* items, char* msg) in printitems()