Home
last modified time | relevance | path

Searched defs:Page (Results 1 – 22 of 22) sorted by relevance

/plan9/sys/src/cmd/abaco/
H A Ddat.h6 typedef struct Page Page; typedef
140 struct Page struct
142 Url *url;
143 Runestr title;
144 Window *w;
145 Image *b;
170 Page *parent; argument
171 Page *child; argument
172 Page *next; argument
183 void pageget(Page *, Runestr *, Runestr *, int, int); argument
H A Dhtml.c409 drawnull(Box *, Page *, Image *) in drawnull() argument
/plan9/sys/src/cmd/snap/
H A Dsnap.h2 typedef struct Page Page; typedef
34 struct Page { struct
35 Page* link; argument
36 ulong len;
37 char* data;
62 Page* datapage(char *p, long len); argument
/plan9/sys/src/cmd/
H A Drdbfs.c24 typedef struct Page Page; typedef
25 struct Page { /* cached memory contents */ struct
26 Page *link; argument
33 Page *pgtab[NHASH]; argument
H A Dpr.c89 int Page; variable
/plan9/sys/src/cmd/page/
H A Dps.c16 typedef struct Page Page; typedef
18 struct Page { struct
26 Page *page; argument
/plan9/sys/src/9/pcboot/
H A Dstub.c39 putswap(Page *) in putswap() argument
44 dupswap(Page *) in dupswap() argument
H A Dmmu.c419 putmmu(ulong va, ulong pa, Page*) in putmmu() argument
H A Ddat.h16 typedef struct Page Page; typedef
/plan9/sys/src/9/port/
H A Dportdat.h25 typedef struct Page Page; typedef
355 struct Page struct
367 Page *next; /* Lru free list */ argument
368 Page *prev; argument
369 Page *hash; /* Image hash chains */ argument
/plan9/sys/src/cmd/proof/
H A Dscreen.c151 enum { Next = 0, Prev, Page, Again, Bigger, Smaller, Pan, Quit }; enumerator
/plan9/sys/src/9/pc/
H A Dmmu.c410 putmmu(ulong va, ulong pa, Page*) in putmmu() argument
H A Ddat.h18 typedef struct Page Page; typedef
/plan9/sys/src/9/mtx/
H A Ddat.h9 typedef struct Page Page; typedef
/plan9/sys/src/9/ppc/
H A Ddat.h12 typedef struct Page Page; typedef
/plan9/sys/src/9/bcm/
H A Ddat.h25 typedef struct Page Page; typedef
/plan9/sys/src/9/omap/
H A Ddat.h38 typedef struct Page Page; typedef
/plan9/sys/src/9/kw/
H A Ddat.h11 typedef struct Page Page; typedef
/plan9/sys/src/9/teg2/
H A Ddat.h37 typedef struct Page Page; typedef
/plan9/sys/src/cmd/gs/src/
H A Dgdevpdfu.c1245 cos_dict_t *Page; in pdf_page_id() local
H A Dgdevpdfx.h282 cos_dict_t *Page; member
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h33 typedef struct Page Page; typedef