Home
last modified time | relevance | path

Searched defs:DIRLIST (Results 1 – 13 of 13) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/make/vs2013/
H A Dinstall.bat32 set DIRLIST=access variable
33 set DIRLIST=%DIRLIST% algo variable
38 set DIRLIST=%DIRLIST% api variable
39 set DIRLIST=%DIRLIST% asnlib variable
44 set DIRLIST=%DIRLIST% cn3d variable
45 set DIRLIST=%DIRLIST% connect variable
48 set DIRLIST=%DIRLIST% ctools variable
49 set DIRLIST=%DIRLIST% ddv variable
50 set DIRLIST=%DIRLIST% demo variable
52 set DIRLIST=%DIRLIST% gif variable
[all …]
/dports/biology/ncbi-toolkit/ncbi/make/vs2015/
H A Dinstall.bat32 set DIRLIST=access variable
33 set DIRLIST=%DIRLIST% algo variable
38 set DIRLIST=%DIRLIST% api variable
39 set DIRLIST=%DIRLIST% asnlib variable
44 set DIRLIST=%DIRLIST% cn3d variable
45 set DIRLIST=%DIRLIST% connect variable
48 set DIRLIST=%DIRLIST% ctools variable
49 set DIRLIST=%DIRLIST% ddv variable
50 set DIRLIST=%DIRLIST% demo variable
52 set DIRLIST=%DIRLIST% gif variable
[all …]
/dports/japanese/man/jp-man-1.1j/manpath/
H A Dmanpath.h22 } DIRLIST; typedef
/dports/ftp/pftpd/pftpd-1.0.3/plib/
H A Ddirlist.h31 } DIRLIST; typedef
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/BFS/headers/
H A Dbfs.h124 struct DIRLIST { struct
126 struct DIRLIST_ELEMENT element[MAXFILESPERDIR]; argument
145 bool bfsListDir(sBFS* handle, char* path, DIRLIST* list); argument
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DFileIO.h153 struct DIRLIST struct
155 UINT NumFiles; // Number of files
156 struct DIRENT **File; // File array
H A DMayaType.h532 typedef struct DIRLIST DIRLIST; typedef
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DFileIO.h153 struct DIRLIST struct
155 UINT NumFiles; // Number of files
156 struct DIRENT **File; // File array
H A DMayaType.h532 typedef struct DIRLIST DIRLIST; typedef
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DFileIO.h51 struct DIRLIST struct
53 UINT NumFiles; // Number of files
54 struct DIRENT **File; // File array
H A DMayaType.h406 typedef struct DIRLIST DIRLIST; typedef
/dports/devel/cc65/cc65-2.19/src/
H A DMakefile34 DIRLIST = $(strip $(foreach dir,$1,$(wildcard $(dir)))) macro
/dports/devel/cc65/cc65-2.19/libsrc/
H A DMakefile58 DIRLIST = $(strip $(foreach dir,$1,$(wildcard $(dir)))) macro