gurba-0.40/
gurba-0.40/bin/
gurba-0.40/lib/
gurba-0.40/lib/cmds/guild/fighter/
gurba-0.40/lib/cmds/monster/
gurba-0.40/lib/cmds/race/catfolk/
gurba-0.40/lib/cmds/race/dwarf/
gurba-0.40/lib/cmds/verb/
gurba-0.40/lib/daemons/data/
gurba-0.40/lib/data/boards/
gurba-0.40/lib/data/messages/
gurba-0.40/lib/data/players/
gurba-0.40/lib/design/
gurba-0.40/lib/domains/gurba/
gurba-0.40/lib/domains/gurba/guilds/fighter/
gurba-0.40/lib/domains/gurba/monsters/
gurba-0.40/lib/domains/gurba/objects/armor/
gurba-0.40/lib/domains/gurba/objects/clothing/
gurba-0.40/lib/domains/gurba/objects/weapons/
gurba-0.40/lib/domains/gurba/vendors/
gurba-0.40/lib/kernel/cmds/admin/
gurba-0.40/lib/kernel/daemons/
gurba-0.40/lib/kernel/include/
gurba-0.40/lib/kernel/lib/
gurba-0.40/lib/kernel/net/
gurba-0.40/lib/kernel/sys/
gurba-0.40/lib/logs/
gurba-0.40/lib/pub/
gurba-0.40/lib/std/modules/languages/
gurba-0.40/lib/std/races/
gurba-0.40/lib/std/races/monsters/
gurba-0.40/lib/wiz/fudge/
gurba-0.40/lib/wiz/spud/
gurba-0.40/src/host/beos/
gurba-0.40/src/host/pc/res/
gurba-0.40/src/kfun/
gurba-0.40/src/lpc/
gurba-0.40/src/parser/
gurba-0.40/tmp/
/*
 * This file defines the fields of the array returned by the
 * status() kfun.  It is automatically generated by DGD on startup.
 */

# define ST_VERSION	0	/* driver version */
# define ST_STARTTIME	1	/* system start time */
# define ST_BOOTTIME	2	/* system reboot time */
# define ST_UPTIME	3	/* system virtual uptime */
# define ST_SWAPSIZE	4	/* # sectors on swap device */
# define ST_SWAPUSED	5	/* # sectors allocated */
# define ST_SECTORSIZE	6	/* size of swap sector */
# define ST_SWAPRATE1	7	/* # objects swapped out per minute */
# define ST_SWAPRATE5	8	/* # objects swapped out per five minutes */
# define ST_SMEMSIZE	9	/* static memory allocated */
# define ST_SMEMUSED	10	/* static memory in use */
# define ST_DMEMSIZE	11	/* dynamic memory allocated */
# define ST_DMEMUSED	12	/* dynamic memory in use */
# define ST_OTABSIZE	13	/* object table size */
# define ST_NOBJECTS	14	/* # objects in the system */
# define ST_COTABSIZE	15	/* callouts table size */
# define ST_NCOSHORT	16	/* # short-term callouts */
# define ST_NCOLONG	17	/* # long-term callouts */
# define ST_UTABSIZE	18	/* user table size */
# define ST_ETABSIZE	19	/* editor table size */
# define ST_STRSIZE	20	/* max string size */
# define ST_ARRAYSIZE	21	/* max array/mapping size */
# define ST_STACKDEPTH	22	/* remaining stack depth */
# define ST_TICKS	23	/* remaining ticks */
# define ST_PRECOMPILED	24	/* precompiled objects */

# define O_COMPILETIME	0	/* time of compilation */
# define O_PROGSIZE	1	/* program size of object */
# define O_DATASIZE	2	/* # variables in object */
# define O_NSECTORS	3	/* # sectors used by object */
# define O_CALLOUTS	4	/* callouts in object */
# define O_INDEX	5	/* unique ID for master object */

# define CO_HANDLE	0	/* callout handle */
# define CO_FUNCTION	1	/* function name */
# define CO_DELAY	2	/* delay */
# define CO_FIRSTXARG	3	/* first extra argument */