Home
last modified time | relevance | path

Searched refs:num_array_get (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dibnum.h72 int num_array_get(const gs_memory_t *mem, const ref *, int, uint, ref *);
H A Dzcharx.c113 switch (code = num_array_get(imemory, op, format, i, &value)) { in moveshow()
H A Dibnum.c79 num_array_get(const gs_memory_t *mem, const ref * op, int format, uint index, ref * np) in num_array_get() function
H A Dzdps1.c392 code = num_array_get(mem, (const ref *)op, format, in rect_get()
H A Dzupath.c568 code = num_array_get(imemory, &operands, format, i++, op); in upath_append_aux()