/* * * LIB - file name block definitions [not in Starlet] */ #ifndef _NMBDEF_H #define _NMBDEF_H /* Format of the file name block. The file name block is used as an internal interface to the directory scan routine, and is also the format of a directory record. */ #define NMB$K_DIRENTRY 16 /* length of directory entry */ #define NMB$C_DIRENTRY 16 #define NMB$V_ALLVER 3 #define NMB$V_ALLTYP 4 #define NMB$V_ALLNAM 5 #define NMB$V_WILD 8 #define NMB$V_NEWVER 9 #define NMB$V_SUPERSEDE 10 #define NMB$V_FINDFID 11 #define NMB$V_LOWVER 14 #define NMB$V_HIGHVER 15 #define NMB$M_ALLVER (1<