Home
last modified time | relevance | path

Searched defs:swfile (Results 1 – 6 of 6) sorted by relevance

/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/SW__MD_335816936951_004/
H A Dlammps_sw_2_kim_sw.py60 def read_sw_triplets(swfile): argument
198 def write_kim_paramfile(speclist, swparams_kim, swfile): argument
266 swfile = input("LAMMPS pair_style sw filename = ") variable
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dfromswf.c243 struct swfile struct
246 unsigned char (*readc)(struct swfile *); argument
260 static unsigned char freadc(struct swfile *sp) in freadc() argument
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c243 struct swfile struct
246 unsigned char (*readc)(struct swfile *); argument
260 static unsigned char freadc(struct swfile *sp) in freadc() argument
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c243 struct swfile struct
246 unsigned char (*readc)(struct swfile *); argument
260 static unsigned char freadc(struct swfile *sp) in freadc() argument
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c243 struct swfile struct
246 unsigned char (*readc)(struct swfile *); argument
260 static unsigned char freadc(struct swfile *sp) in freadc() argument
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/src/new/javax/help/search/
H A DConfigFile.java184 private void addStopWordsFile(String swfile) { in addStopWordsFile()