/plan9/sys/src/libndb/ |
H A D | ndblookval.c | 12 ndbfindattr(Ndbtuple *entry, Ndbtuple *line, char *attr) in ndbfindattr() 34 ndblookval(Ndbtuple *entry, Ndbtuple *line, char *attr, char *to) in ndblookval()
|
H A D | ndbparse.c | 28 char *line; in ndbparse() local
|
H A D | csipinfo.c | 18 char line[1024]; in csipinfo() local
|
/plan9/sys/src/cmd/gs/src/ |
H A D | gxcindex.h | 109 #define DECLARE_LINE_ACCUM(line, bpp, xo)\ argument 122 #define DECLARE_LINE_ACCUM_COPY(line, bpp, xo)\ argument 125 #define LINE_ACCUM_COPY(dev, line, bpp, xo, xe, raster, y)\ argument
|
H A D | dscparse.c | 57 #define IS_DSC(line, str) (COMPARE((line), (str))) argument 610 unsigned int explanation, const char *line, unsigned int line_len)) in dsc_set_error_function() 1192 char line[DSC_LINE_LENGTH]; in dsc_unknown() local 1206 dsc_is_section(char *line) in dsc_is_section() 1272 unsigned char *line = (unsigned char *)dsc->line; in dsc_read_doseps() local 1316 unsigned char *line = (unsigned char *)dsc->line; in dsc_read_macbin() local 1357 unsigned char *line = (unsigned char *)dsc->line; in dsc_read_applesingle() local 2018 unsigned char *line = (unsigned char *)(dsc->data + dsc->data_index); in dsc_scan_type() local 2206 char *line = dsc->line; in dsc_scan_comments() local 2554 char *line = dsc->line; in dsc_scan_preview() local [all …]
|
H A D | gdevmrun.c | 73 #define RL_DATA(line) ((run *)((line) + 1)) argument 74 #define CONST_RL_DATA(line) ((const run *)((line) + 1)) argument 110 rp_delete_next(run_ptr *prpc, run *data, run_line *line) in rp_delete_next() 123 rp_insert_next(run_ptr *prpc, run *data, run_line *line, run_ptr *prpn) in rp_insert_next() 141 rp_insert_prev(run_ptr *prpc, run *data, run_line *line, run_ptr *prpp) in rp_insert_prev() 193 run_line *line = RDEV_LINE(rdev, i); in gdev_run_from_mem() local 221 const run_line *line = RDEV_LINE(rdev, y); in run_expand() local 366 run_line *line = RDEV_LINE(rdev, y); in run_line_initialize() local 408 run_fill_interval(run_line *line, int xo, int xe, run_value new) in run_fill_interval() 606 run_line *line = RDEV_LINE(rdev, iy); in run_fill_rectangle() local
|
H A D | geninit.c | 223 doit(char *line, bool intact) in doit() 353 char line[LINE_SIZE + 1]; in mergefile() local 454 char line[LINE_SIZE + 1]; in merge_to_c() local 474 char line[LINE_SIZE + 1]; in merge_to_ps() local
|
H A D | gserror.h | 25 # define gs_log_error(err, file, line) (err) argument
|
H A D | gdevm8.c | 73 const byte *line; in mem_mapped8_copy_mono() local 116 mapped8_copy01(chunk * dest, const byte * line, int first_bit, in mapped8_copy01() 125 mapped8_copyN1(chunk * dest, const byte * line, int first_bit, in mapped8_copyN1() 135 mapped8_copy0N(chunk * dest, const byte * line, int first_bit, in mapped8_copy0N()
|
H A D | gdevtfnx.c | 118 byte *line = gs_alloc_bytes(pdev->memory, raster, "tiff12_print_page"); in tiff12_print_page() local 170 byte *line = gs_alloc_bytes(pdev->memory, raster, "tiff24_print_page"); in tiff24_print_page() local
|
H A D | gdevmiff.c | 46 byte *line = gs_alloc_bytes(pdev->memory, raster, "miff line buffer"); in miff24_print_page() local
|
H A D | gdevphex.c | 1943 private void RenderLine( RENDER *p, int line ) in RenderLine() 2000 private int IsScanlineEmpty( RENDER *r, byte *line ) in IsScanlineEmpty() 2237 int line, mask; in ScheduleMiddle() local 2341 int line; in ScheduleBand() local 2372 RAWLINE *line ) in PackLine() 2747 private void HalftonerStart( RENDER *render, int line ) in HalftonerStart() 2772 private void HalftoneLine( RENDER *render, int line, byte *data ) in HalftoneLine() 2969 private void FloydSStart( RENDER *p, int line ) in FloydSStart() 2980 private void FloydSEol( RENDER *p, int line ) in FloydSEol() 3093 private void DitherStart( RENDER *p, int line ) in DitherStart() [all …]
|
/plan9/sys/src/cmd/ndb/ |
H A D | dnsquery.c | 39 querydns(int fd, char *line, int n) in querydns() 61 char buf[1024], line[1024]; in query() local
|
/plan9/sys/src/cmd/upas/send/ |
H A D | rewrite.c | 36 rule_parse(String *line, char *system, int *backl) in rule_parse() 70 getrule(String *line, String *type, char *system) in getrule() 130 String *line; in getrules() local
|
H A D | translate.c | 9 String *line; in translate() local
|
H A D | regtest.c | 9 char *line; in main() local
|
H A D | local.c | 25 String *file, *line, *s; in expand_local() local
|
/plan9/sys/src/ape/lib/ap/gen/ |
H A D | _assert.c | 6 _assert(char *f, unsigned line) in _assert()
|
/plan9/sys/src/cmd/diff/ |
H A D | diffreg.c | 75 struct line { struct 78 } *file[2], line; argument
|
H A D | diffio.c | 7 struct line { struct 11 extern struct line *file[2]; argument
|
/plan9/sys/src/cmd/db/ |
H A D | pcs.c | 21 long line, curr; in subpcs() local
|
/plan9/sys/src/cmd/tbl/ |
H A D | tg.c | 8 char line[4096]; in gettext() local
|
/plan9/sys/src/ape/lib/ap/posix/ |
H A D | getpwent.c | 7 static char line[BUFSIZ+2]; variable
|
/plan9/sys/src/cmd/mk/ |
H A D | lex.c | 70 int c, line, term; in bquote() local
|
/plan9/sys/src/cmd/postscript/tr2post/ |
H A D | devcntl.c | 55 char cmd[50], buf[256], str[MAXTOKENSIZE], *line; in devcntl() local
|