Home
last modified time | relevance | path

Searched refs:topfile (Results 1 – 25 of 119) sorted by relevance

12345

/dports/misc/deco/deco39/
H A Dmain.c347 if (cur->topfile < 0) in doscrreg()
348 cur->topfile = 0; in doscrreg()
370 if (cur->topfile <= 0) in doscrreg()
373 cur->topfile = 0; in doscrreg()
379 cur->topfile -= H; in doscrreg()
380 if (cur->topfile <= 0) { in doscrreg()
382 cur->topfile = 0; in doscrreg()
390 cur->topfile += H; in doscrreg()
395 cur->topfile += H; in doscrreg()
414 if (cur->topfile == 0) { in doscrreg()
[all …]
H A Ddir.c361 d->topfile = d->curfile = 0; in setdir()
525 otop = od->cat + od->topfile; in retag()
535 d->topfile = f - d->cat; in retag()
543 } else if (d->topfile > d->curfile || d->topfile + PAGELEN (d) <= d->curfile) in retag()
546 d->topfile -= H; in retag()
547 if (d->topfile < 0) in retag()
548 d->topfile = 0; in retag()
576 d->topfile -= H; in findfile()
577 if (d->topfile < 0) in findfile()
578 d->topfile = 0; in findfile()
[all …]
H A Dcmd.c103 while (left.topfile + PAGELEN (&left) <= left.curfile) in fullscreen()
104 left.topfile += H; in fullscreen()
106 right.topfile += H; in fullscreen()
135 left.topfile += H; in setdwid()
137 right.topfile += H; in setdwid()
165 while (c->topfile + PAGELEN (c) <= c->curfile) in setfull()
166 c->topfile += H; in setfull()
899 if (cur->topfile > cur->curfile || cur->topfile + PAGELEN (cur) <= cur->curfile) in findname()
902 cur->topfile -= H; in findname()
903 if (cur->topfile < 0) in findname()
[all …]
H A Ddraw.c93 register len = c->num - c->topfile; in draw1dir()
150 drawpage (1, &c->cat[c->topfile], len, c); in draw1dir()
157 drawpage (BASECOL (c) + 1, &c->cat[c->topfile], len, c); in draw1dir()
162 &c->cat[c->topfile+H], len-H, c); in draw1dir()
167 drawpage (BASECOL (c) + 1, &c->cat[c->topfile], len, c); in draw1dir()
171 drawpage (BASECOL (c) + 20, &c->cat[c->topfile+H], in draw1dir()
177 &c->cat[c->topfile+H+H], len-=H, c); in draw1dir()
182 &c->cat[c->topfile+H+H+H], len-H, c); in draw1dir()
205 line = cur->curfile - cur->topfile; in drawcursor()
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dpgsymtab.c69 const char *topfile, LINENO_t top_lineno,
255 const char *topfile, LINENO_t top_lineno, in error_report() argument
259 topfile, top_lineno, in error_report()
264 char *topfile;
303 const char *topfile, LINENO_t top_lineno) in report_intro() argument
306 topfile, top_lineno) in report_intro()
309 char *topfile;
316 if( ! novice_help && filename != topfile) {
400 novice_inc_locate(filename,topfile,top_linenum) in novice_inc_locate()
402 char *topfile;
[all …]
/dports/graphics/bmeps/dktools-4.31.1/scripts/
H A Dpodlinks10 my $topfile = undef;
14 $topfile = $topic . ".3";
15 if ( -f "$topfile" ) {
16 unlink("$topfile");
20 $firstfile = $topfile;
22 if ( open($outfile, ">$topfile") ) {
28 link("$firstfile", "$topfile")
29 or print STDERR "ERROR: Failed to link $firstfile to $topfile!\n";
/dports/finance/beancount/beancount-2.3.3/beancount/plugins/
H A Dmerge_meta_test.py20 with TmpFile('w') as extfile, TmpFile('w') as topfile:
24 topfile.write(textwrap.dedent("""
27 topfile.write(textwrap.dedent(top_string))
28 topfile.flush()
30 entries, errors, options_map = loader.load_file(topfile.name)
107 with TmpFile('w') as topfile:
108 topfile.write(textwrap.dedent("""
114 topfile.flush()
115 entries, errors, options_map = loader.load_file(topfile.name)
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/topology/
H A DTOPParser.py180 with openany(self.filename) as self.topfile:
181 header = next(self.topfile)
186 title = next(self.topfile).split()
192 header = next(self.topfile)
193 next(self.topfile)
198 header = next(self.topfile)
218 return next(self.topfile)
284 line = next(self.topfile)
286 line = next(self.topfile)
519 y = next(self.topfile).strip("%FORMAT(")
[all …]
/dports/finance/beancount/beancount-2.3.3/beancount/scripts/
H A Ddoctor_test.py215 with tempfile.NamedTemporaryFile('w') as topfile:
216 topfile.write(textwrap.dedent("""
219 topfile.flush()
221 test_utils.run_with_args(doctor.main, ['context', topfile.name,
275 with tempfile.NamedTemporaryFile('w') as topfile:
276 topfile.write(textwrap.dedent("""
279 topfile.flush()
281 test_utils.run_with_args(doctor.main, ['linked', topfile.name,
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/qmmm/
H A Dtask_qmmm_abc.F319 character*(*) topfile local
352 otop = topfile.ne." "
392 write(*,*) "copying filename", topfile
393 call util_file_copy(topfile,oldtop)
452 character*(*) topfile local
486 function qmmm_abc_generate_frames_mm(nfr,topfile,rtdb)
499 character*(*) topfile local
529 otop = topfile.ne." "
563 call util_file_name_resolve(topfile,.false.)
565 write(*,*) "copying filename", topfile
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/qmmm/
H A Dtask_qmmm_abc.F319 character*(*) topfile
352 otop = topfile.ne." "
392 write(*,*) "copying filename", topfile
393 call util_file_copy(topfile,oldtop)
452 character*(*) topfile
486 function qmmm_abc_generate_frames_mm(nfr,topfile,rtdb)
499 character*(*) topfile
529 otop = topfile.ne." "
563 call util_file_name_resolve(topfile,.false.)
565 write(*,*) "copying filename", topfile
[all …]
/dports/science/gromacs/gromacs-2021.4/python_packaging/sample_restraint/tests/
H A Dconftest.py79 topfile = os.path.join(tempdir, 'topology.top')
83 with open(topfile, 'w') as fh:
87 assert os.path.exists(topfile)
92 output_files={'-p': topfile,
96 assert os.path.exists(topfile)
/dports/science/gromacs/gromacs-2021.4/python_packaging/src/test/
H A Dconftest.py77 topfile = os.path.join(tempdir, 'topology.top')
81 with open(topfile, 'w') as fh:
85 assert os.path.exists(topfile)
90 output_files={'-p': topfile,
94 assert os.path.exists(topfile)
/dports/science/gromacs/gromacs-2021.4/python_packaging/test/
H A Dconftest.py79 topfile = os.path.join(tempdir, 'topology.top')
83 with open(topfile, 'w') as fh:
87 assert os.path.exists(topfile)
92 output_files={'-p': topfile,
96 assert os.path.exists(topfile)
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_filter.cpp95 const char * topfile, *lowfile, *highfile; in gmx_filter() local
131 topfile = ftp2fn(efTPS, NFILE, fnm); in gmx_filter()
136 topfile = ftp2fn_null(efTPS, NFILE, fnm); in gmx_filter()
139 if (topfile) in gmx_filter()
301 write_trx(outl, nat, ind, topfile ? &(top.atoms) : nullptr, 0, t[nf - 1], in gmx_filter()
328 write_trx(outh, nat, ind, topfile ? &(top.atoms) : nullptr, 0, t[nf - 1], in gmx_filter()
/dports/textproc/asm2html/asm2html-1.7/
H A DChangeLog23 19/01/2003 (virtus): fixed the topfile and bottom file bugs
26 18/01/2003 (virtus): -t [topfile] option added
/dports/games/scorched3d/scorched/src/common/lua/
H A Dliolib.cpp54 #define topfile(L) ((FILE **)luaL_checkudata(L, 1, LUA_FILEHANDLE)) macro
73 FILE **f = topfile(L); in tofile()
100 FILE **p = topfile(L); in io_pclose()
108 FILE **p = topfile(L); in io_fclose()
131 FILE *f = *topfile(L); in io_gc()
140 FILE *f = *topfile(L); in io_tostring()
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/lua/src/liblua/
H A Dliolib.c54 #define topfile(L) ((FILE **)luaL_checkudata(L, 1, LUA_FILEHANDLE)) macro
73 FILE **f = topfile(L); in tofile()
100 FILE **p = topfile(L); in io_pclose()
108 FILE **p = topfile(L); in io_fclose()
131 FILE *f = *topfile(L); in io_gc()
140 FILE *f = *topfile(L); in io_tostring()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c68 static gzFile *topfile (lua_State *L, int findex) { in topfile() function
76 gzFile*f = topfile(L, findex); in tofile()
113 gzFile *f = topfile(L, 1); in io_gc()
122 gzFile *f = topfile(L, 1); in io_tostring()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c68 static gzFile *topfile (lua_State *L, int findex) { in topfile() function
76 gzFile*f = topfile(L, findex); in tofile()
113 gzFile *f = topfile(L, 1); in io_gc()
122 gzFile *f = topfile(L, 1); in io_tostring()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c68 static gzFile *topfile (lua_State *L, int findex) { in topfile() function
76 gzFile*f = topfile(L, findex); in tofile()
113 gzFile *f = topfile(L, 1); in io_gc()
122 gzFile *f = topfile(L, 1); in io_tostring()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c68 static gzFile *topfile (lua_State *L, int findex) { in topfile() function
76 gzFile*f = topfile(L, findex); in tofile()
113 gzFile *f = topfile(L, 1); in io_gc()
122 gzFile *f = topfile(L, 1); in io_tostring()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/tools/
H A Dxtp_map.cc110 string topfile = OptionsMap()["topology"].as<string>(); in Run() local
112 CSG::TopReaderFactory().Create(topfile); in Run()
119 topread->ReadTopology(topfile, mdtopol); in Run()
121 cout << "Read MD topology from " << topfile << ": Found " in Run()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/tools/
H A Dxtp_map.cc110 string topfile = OptionsMap()["topology"].as<string>(); in Run() local
112 CSG::TopReaderFactory().Create(topfile); in Run()
119 topread->ReadTopology(topfile, mdtopol); in Run()
121 cout << "Read MD topology from " << topfile << ": Found " in Run()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luazlib/
H A Dlgzip.c68 static gzFile *topfile (lua_State *L, int findex) { in topfile() function
76 gzFile*f = topfile(L, findex); in tofile()
113 gzFile *f = topfile(L, 1); in io_gc()
122 gzFile *f = topfile(L, 1); in io_tostring()

12345