| /plan9-contrib/sys/src/ape/cmd/pdksh/ |
| H A D | lex.h | 10 struct source { struct 28 Source *next; /* stacked source */ argument 119 EXTERN Source *source; /* yyparse/yylex source */ variable
|
| /plan9-contrib/sys/src/cmd/gs/jpeg/ |
| H A D | rdppm.c | 144 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_text_gray_row() local 162 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_text_rgb_row() local 182 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_scaled_gray_row() local 203 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_scaled_rgb_row() local 229 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_raw_row() local 241 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_word_gray_row() local 265 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_word_rgb_row() local 298 ppm_source_ptr source = (ppm_source_ptr) sinfo; in start_input_ppm() local 445 ppm_source_ptr source; in jinit_read_ppm() local
|
| H A D | rdrle.c | 83 rle_source_ptr source = (rle_source_ptr) sinfo; in start_input_rle() local 189 rle_source_ptr source = (rle_source_ptr) sinfo; in get_rle_row() local 207 rle_source_ptr source = (rle_source_ptr) sinfo; in get_pseudocolor_row() local 243 rle_source_ptr source = (rle_source_ptr) sinfo; in load_image() local 373 rle_source_ptr source; in jinit_read_rle() local
|
| H A D | rdtarga.c | 177 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_gray_row() local 193 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_row() local 214 tga_source_ptr source = (tga_source_ptr) sinfo; in get_16bit_row() local 242 tga_source_ptr source = (tga_source_ptr) sinfo; in get_24bit_row() local 275 tga_source_ptr source = (tga_source_ptr) sinfo; in get_memory_row() local 302 tga_source_ptr source = (tga_source_ptr) sinfo; in preload_image() local 335 tga_source_ptr source = (tga_source_ptr) sinfo; in start_input_tga() local 486 tga_source_ptr source; in jinit_read_targa() local
|
| H A D | rdbmp.c | 122 bmp_source_ptr source = (bmp_source_ptr) sinfo; in get_8bit_row() local 153 bmp_source_ptr source = (bmp_source_ptr) sinfo; in get_24bit_row() local 189 bmp_source_ptr source = (bmp_source_ptr) sinfo; in preload_image() local 243 bmp_source_ptr source = (bmp_source_ptr) sinfo; in start_input_bmp() local 425 bmp_source_ptr source; in jinit_read_bmp() local
|
| /plan9-contrib/sys/src/ape/cmd/pax/ |
| H A D | wildmat.c | 93 static int star(char *source, char *pattern) in star() 138 int wildmat(char *pattern, char *source) in wildmat()
|
| /plan9-contrib/sys/src/cmd/cpp/ |
| H A D | cpp.h | 54 typedef struct source { struct 55 char *filename; /* name of file of the source */ argument 62 int fd; /* input source */ argument 64 struct source *next; /* stack for #include */ argument
|
| /plan9-contrib/sys/src/cmd/gs/zlib/ |
| H A D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
|
| H A D | uncompr.c | 26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
|
| H A D | zutil.c | 150 void zmemcpy(dest, source, len) in zmemcpy() argument
|
| /plan9-contrib/sys/src/cmd/gs/src/ |
| H A D | gdevrops.c | 151 gx_rop_source_t source; in rop_texture_fill_rectangle() local 172 gx_rop_source_t source; in rop_texture_copy_mono() local 199 gx_rop_source_t source; in rop_texture_copy_color() local
|
| H A D | gxp1fill.c | 41 const gx_rop_source_t *source; member 201 const gx_rop_source_t *source = ptfs->source; in tile_colored_fill() local 245 const gx_rop_source_t * source) in gx_dc_pattern_fill_rectangle() 304 const gx_rop_source_t *source = ptfs->source; in tile_masked_fill() local 323 const gx_rop_source_t * source) in gx_dc_pure_masked_fill_rect() 351 const gx_rop_source_t * source) in gx_dc_binary_masked_fill_rect() 375 const gx_rop_source_t * source) in gx_dc_colored_masked_fill_rect()
|
| H A D | dwimg.c | 692 image_16BGR555_to_24BGR(int width, unsigned char *dest, unsigned char *source) in image_16BGR555_to_24BGR() 712 image_16BGR565_to_24BGR(int width, unsigned char *dest, unsigned char *source) in image_16BGR565_to_24BGR() 732 image_16RGB555_to_24BGR(int width, unsigned char *dest, unsigned char *source) in image_16RGB555_to_24BGR() 752 image_16RGB565_to_24BGR(int width, unsigned char *dest, unsigned char *source) in image_16RGB565_to_24BGR() 770 image_4CMYK_to_24BGR(int width, unsigned char *dest, unsigned char *source, in image_4CMYK_to_24BGR() 812 image_32CMYK_to_24BGR(int width, unsigned char *dest, unsigned char *source, in image_32CMYK_to_24BGR() 850 image_devicen_to_24BGR(int width, unsigned char *dest, unsigned char *source, in image_devicen_to_24BGR() 900 image_convert_line(IMAGE *img, unsigned char *dest, unsigned char *source) in image_convert_line()
|
| H A D | gsbitops.c | 451 const bits_plane_t *source /*read*/, int shift, int width, int height) in bits_extract_plane() 493 const byte *source = source_row; in bits_extract_plane() local 526 const byte *source = source_row; in bits_extract_plane() local 558 const bits_plane_t *source /*read*/, int shift, int width, int height) in bits_expand_plane() 603 const byte *source = source_row; in bits_expand_plane() local
|
| H A D | gsparams.c | 346 unsigned source, /* number to put to buffer */ in wb_put_word() 366 const byte * source, /* bytes to put to buffer */ in wb_put_bytes()
|
| H A D | gxwts.c | 305 const gx_rop_source_t *source) in gx_dc_wts_fill_rectangle_1() 431 const gx_rop_source_t *source) in gx_dc_wts_fill_rectangle_4() 483 const gx_rop_source_t *source) in gx_dc_wts_fill_rectangle()
|
| H A D | gxdcolor.h | 59 #define set_rop_no_source(source, no_source, dev)\ argument 311 #define gx_device_color_fill_rectangle(pdevc, x, y, w, h, dev, lop, source)\ argument
|
| H A D | zfrsd.c | 152 stream *source; in zreusablestream() local
|
| H A D | sdct.h | 91 struct jpeg_source_mgr source; member
|
| H A D | gxdcolor.c | 252 const gx_rop_source_t *source) in gx_dc_no_fill_rectangle() 329 const gx_rop_source_t * source) in gx_dc_null_fill_rectangle() 384 const gx_rop_source_t * source) in gx_dc_pure_fill_rectangle()
|
| /plan9-contrib/sys/src/cmd/scuzz/ |
| H A D | changer.c | 22 SRmmove(ScsiReq *rp, int transport, int source, int destination, int invert) in SRmmove()
|
| /plan9-contrib/sys/src/cmd/tcs/font/ |
| H A D | main.c | 18 } source[] = { variable
|
| /plan9-contrib/sys/src/cmd/upas/smtp/ |
| H A D | smtp.h | 24 int source; member
|
| /plan9-contrib/sys/src/cmd/upas/send/ |
| H A D | rewrite.c | 219 substitute(String *source, Resub *subexp, message *mp) in substitute()
|
| /plan9-contrib/sys/src/ape/cmd/patch/ |
| H A D | maketime.c | 360 str2time (source, default_time, default_zone) in str2time() argument
|