Home
last modified time | relevance | path

Searched defs:pptr (Results 1 – 17 of 17) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevl31s.c114 lj3100sw_flush_buffer(FILE *prn_stream, char *buffer, char **pptr) in lj3100sw_flush_buffer()
125 lj3100sw_output_data_byte(FILE *prn_stream, char *buffer, char **pptr, int val) in lj3100sw_output_data_byte()
133 lj3100sw_output_repeated_data_bytes(FILE *prn_stream, char *buffer, char **pptr, int val, int num) in lj3100sw_output_repeated_data_bytes()
147 lj3100sw_output_newline(FILE *prn_stream, char *buffer, char **pptr) in lj3100sw_output_newline()
155 lj3100sw_output_empty_line(FILE *prn_stream, char *buffer, char **pptr, bool high_resolution) in lj3100sw_output_empty_line()
H A Dgdevm32.c110 bits32 *pptr = dest32; in mem_true32_fill_rectangle() local
155 bits32 *pptr = (bits32 *) dest; in mem_true32_copy_mono() local
200 bits32 *pptr = (bits32 *) dest; in mem_true32_copy_mono() local
H A Dgdevm24.c137 register byte *pptr = dest; in mem_true24_fill_rectangle() local
225 register byte *pptr = dest; in mem_true24_fill_rectangle() local
369 register byte *pptr = dest; in mem_true24_copy_mono() local
403 register byte *pptr = dest; in mem_true24_copy_mono() local
492 register byte *pptr = dest; in mem_true24_copy_alpha() local
H A Dgdevm16.c98 ushort *pptr = (ushort *) dest; in mem_true16_fill_rectangle() local
139 register ushort *pptr = (ushort *) dest; in mem_true16_copy_mono() local
H A Dgdevm64.c132 register bits32 *pptr = dest32; in mem_true64_fill_rectangle() local
230 register bits32 *pptr = dest32; in mem_true64_copy_mono() local
264 register bits32 *pptr = dest32; in mem_true64_copy_mono() local
H A Dgdevmem.c364 byte **pptr = pline; in gdev_mem_set_line_ptrs() local
554 register const byte *pptr = mdev->palette.data; in mem_mapped_map_rgb_color() local
616 const byte *pptr = mdev->palette.data + (int)color * 3; in mem_mapped_map_color_rgb() local
H A Dgdevm40.c166 register byte *pptr = dest; in mem_true40_fill_rectangle() local
303 register byte *pptr = dest; in mem_true40_copy_mono() local
337 register byte *pptr = dest; in mem_true40_copy_mono() local
H A Dgdevm48.c161 register byte *pptr = dest; in mem_true48_fill_rectangle() local
272 register byte *pptr = dest; in mem_true48_copy_mono() local
306 register byte *pptr = dest; in mem_true48_copy_mono() local
H A Dziodevst.c41 { iostatic_state *const pptr = vptr; in CLEAR_MARKS_PROC() local
H A Dgdevm56.c175 register byte *pptr = dest; in mem_true56_fill_rectangle() local
327 register byte *pptr = dest; in mem_true56_copy_mono() local
361 register byte *pptr = dest; in mem_true56_copy_mono() local
H A Dgsmemory.c309 EV_CONST char *pptr = (EV_CONST char *)vptr + ppe->offset; in ENUM_PTRS_BEGIN_PROC() local
345 char *pptr = (char *)vptr + ppe->offset; in RELOC_PTRS_BEGIN() local
H A Dgdevm2.c93 register byte *pptr = (byte *) dest; in mem_mapped2_copy_mono() local
H A Dzfproc.c38 stream_proc_state *const pptr = vptr; in CLEAR_MARKS_PROC() local
H A Dgdevm8.c120 * pptr = (sbyte & bit ? b1 : b0); in mapped8_copy01() local
H A Dzfont.c597 { gs_unicode_decoder *const pptr = vptr; in CLEAR_MARKS_PROC() local
H A Digc.c873 ref_packed *pptr = sp->ptr; in gc_trace() local
/plan9/sys/src/cmd/rc/
H A Dio.c133 pptr(io *f, void *v) in pptr() function