Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/ndb/
H A Ddns.h170 typedef struct Area Area; typedef
381 struct Area struct
383 Area *next; argument
385 int len; /* strlen(area->soarr->owner->name) */
386 RR *soarr; /* soa defining this area */
387 int neednotify;
388 int needrefresh;
/plan9/sys/include/
H A Dhtml.h108 typedef struct Area Area; typedef
500 struct Area struct
502 Area* next; /* next in list of a map's areas */ argument
510 /* Area shapes */ argument
/plan9/sys/src/ape/cmd/pdksh/
H A Dsh.h388 typedef struct Area { struct
390 } Area; argument