Home
last modified time | relevance | path

Searched defs:Ndbtuple (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/include/
H A Dndb.h8 typedef struct Ndbtuple Ndbtuple; typedef
47 struct Ndbtuple struct
51 Ndbtuple *entry; /* next tuple in this entry */ argument
52 Ndbtuple *line; /* next tuple on this line */ argument
53 ulong ptr; /* (for the application - starts 0) */
54 char valbuf[Ndbvlen]; /* initial allocation for value */
/plan9/sys/src/cmd/ndb/
H A Ddns.h8 typedef struct Ndbtuple Ndbtuple; typedef