Searched defs:Pair (Results 1 – 3 of 3) sorted by relevance
93 typedef struct Pair Pair; typedef94 struct Pair { /* distance-length pair */ struct95 int dis;96 int len;
13 typedef struct Pair Pair; typedef360 struct Pair struct362 ulong start;363 ulong stop;
27 typedef struct Pair { struct30 struct Pair *nxt; argument31 } Pair; typedef