Home
last modified time | relevance | path

Searched defs:Param (Results 1 – 5 of 5) sorted by relevance

/plan9-contrib/sys/src/cmd/fossil/
H A Darchive.c94 typedef struct Param Param; typedef
95 struct Param struct
98 uint snapEpoch; /* epoch for snapshot being archived */
99 uint blockSize;
100 Cache *c;
101 Arch *a;
104 uint depth;
107 uint nfixed;
108 uint nsend;
109 uint nvisit;
[all …]
/plan9-contrib/sys/src/libmemdraw/
H A Dellipse.c19 typedef struct Param Param; typedef
26 struct Param { struct
27 Memimage *dst;
28 Memimage *src;
29 Point c;
30 int t;
31 Point sp;
32 Memimage *disc;
33 int op;
H A Ddraw.c395 typedef struct Param Param; typedef
405 struct Param { struct
406 Readfn *replcall;
407 Readfn *greymaskcall;
408 Readfn *convreadcall;
409 Writefn *convwritecall;
434 Param *convdpar; argument
451 static Readfn* convfn(Memimage*, Param*, Memimage*, Param*, int*); argument
/plan9-contrib/sys/src/cmd/unix/drawterm/libmemdraw/
H A Dellipse.c19 typedef struct Param Param; typedef
26 struct Param { struct
27 Memimage *dst;
28 Memimage *src;
29 Point c;
30 int t;
31 Point sp;
32 Memimage *disc;
33 int op;
H A Ddraw.c413 typedef struct Param Param; typedef
423 struct Param { struct
424 Readfn *replcall;
425 Readfn *greymaskcall;
426 Readfn *convreadcall;
427 Writefn *convwritecall;
452 Param *convdpar; argument
459 static Param spar, mpar, dpar; /* easier on the stacks */ argument