Home
last modified time | relevance | path

Searched defs:sop (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dzfarc4.c41 ref *sop = NULL; in z_arcfour_d() local
65 ref *sop = NULL; in z_arcfour_e() local
H A Dzfjpx.c43 ref *sop = NULL; in z_jpx_decode() local
H A Dzfilter.c64 os_ptr sop = osp; in zPFBD() local
139 ref *sop = op; in zSFD() local
188 os_ptr sop = op - npop; in filter_read() local
267 register os_ptr sop = op - npop; in filter_write() local
H A Dzfproc.c63 s_proc_init(ref * sop, stream ** psstrm, uint mode, in s_proc_init()
146 sread_proc(ref * sop, stream ** psstrm, gs_ref_memory_t *imem) in sread_proc()
266 swrite_proc(ref * sop, stream ** psstrm, gs_ref_memory_t *imem) in swrite_proc()
H A Dzfjbig2.c61 ref *sop = NULL; in z_jbig2decode() local
/plan9/sys/src/cmd/spin/
H A Dspin.y851 #define binop(n, sop) fprintf(fd, "("); recursive(fd, n->lft); \ argument
854 #define unop(n, sop) fprintf(fd, "%s (", sop); recursive(fd, n->lft); \ argument