Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/jpg/
H A Dreadppm.c145 int (*fetch)(Biobufhdr*); member
167 int (*fetch)(Biobufhdr*); in readppm() local
/plan9/sys/src/cmd/
H A Dcol.c212 fetch(int lno) in fetch() function
/plan9/sys/src/libsec/port/
H A Ddes.c86 #define fetch(box, i, sh) ((spbox+(box << 6))[((i >> (sh + 2)) & 0x3f)]) macro
/plan9/sys/src/cmd/unix/drawterm/libsec/
H A Ddes.c86 #define fetch(box, i, sh) ((spbox+(box << 6))[((i >> (sh + 2)) & 0x3f)]) macro
/plan9/sys/src/cmd/diff/
H A Ddiffio.c226 fetch(long *f, int a, int b, Biobuf *bp, char *s) in fetch() function
/plan9/sys/src/cmd/upas/fs/
H A Ddat.h103 char *(*fetch)(Mailbox*, Message*); member