Home
last modified time | relevance | path

Searched defs:Pair (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/cmd/lzip/
H A Dencoder.h93 typedef struct Pair Pair; typedef
94 struct Pair { /* distance-length pair */ struct
95 int dis;
96 int len;
/plan9-contrib/sys/src/cmd/ip/imap4d/
H A Dimap4d.h13 typedef struct Pair Pair; typedef
360 struct Pair struct
362 ulong start;
363 ulong stop;
/plan9-contrib/sys/src/cmd/spin/
H A Dpangen6.c27 typedef struct Pair { struct
30 struct Pair *nxt; argument
31 } Pair; typedef