Home
last modified time | relevance | path

Searched refs:topfile (Results 1 – 25 of 119) sorted by last modified time

12345

/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dparse.y74 } *file, *topfile; variable
1539 if (file == topfile || popfile() == EOF) in lgetc()
1567 if (file == topfile || popfile() == EOF) in lgetc()
1861 topfile = file; in parse_config()
1906 topfile = file; in load_config()
/dports/net/ifstated/ifstated-5.1/
H A Dparse.y54 } *file, *topfile; variable
438 if (file == topfile || popfile() == EOF) in lgetc()
456 if (file == topfile || popfile() == EOF) in lgetc()
731 topfile = file; in parse_config()
/dports/misc/deco/deco39/
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 …]
/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/sysutils/py-salt/salt-3004.1/doc/topics/proxyminion/
H A Dbeacon.rst16 In your pillar topfile, place an entry for your proxy:
H A Dstate.rst17 In your pillar topfile, place an entry for your proxy:
H A Ddemo.rst50 followed by the port the proxy is answering on). In your pillar topfile,
H A Dssh.rst27 followed by the port the proxy is answering on). In your pillar topfile,
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/
H A D0.17.2.rst29 - Fail if sls defined in topfile does not exist (:issue:`5998`)
H A D3002.rst89 topfile. This allows `[]` to be used as a placeholder in a topfile without
/dports/sysutils/py-salt/salt-3004.1/pkg/suse/
H A Dsalt.changes892 - Fail if sls defined in topfile does not exist (issue 5998)
/dports/devel/py-buildbot/buildbot-3.4.1/docs/manual/
H A Dcmdline.rst270 To set this filename, use ``--topfile=ChangeLog``, or set it in the options file with ``try_topfile…
275 …t require :command:`try` to know the top directory, so the option `--try-topfile` and option `--tr…
282 * ``--try-topfile`` is replaced by option `--topfile`
390 …s that relate to a local tree, specifically option `--vc`, option `--try-topfile`, or option `--tr…
617 …op of your working tree, or ``try_topfile``, equivalent to option `--try-topfile` to name a file t…
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/clients/
H A Dtryclient.py483 def getTopdir(topfile, start=None): argument
490 if os.path.exists(os.path.join(here, topfile)):
498 "from {} upwards".format(topfile, start))
591 topfile = self.getopt("topfile")
592 if topfile:
593 treedir = getTopdir(topfile)
/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A DNEWS.212227 If you have tagged the files topfile.c subdir/subfile.c
2228 /tmp/tempfile.c, you can now search for tags "topfile.c", "subfile.c",
/dports/lang/python311/Python-3.11.0a3/Tools/scripts/
H A Dtexi2html.py1767 (topname,topnext,topprev,topup,topfile) = self.nodelist[0]
1768 defaulttopic = topfile
/dports/lang/python310/Python-3.10.1/Tools/scripts/
H A Dtexi2html.py1767 (topname,topnext,topprev,topup,topfile) = self.nodelist[0]
1768 defaulttopic = topfile
/dports/deskutils/zim/zim-0.74.3/tests/
H A Dexport.py97 topfile = tdir.file('page.html')
101 layout = FileLayout(topfile, Path('Test'), 'html')
106 (Path('Test'), topfile, dir),
127 topfile = tdir.file('page.html')
131 layout = SingleFileLayout(topfile, page=Path('Test'))
136 (Path('Test'), topfile, dir),
137 (Path('Test:Foo'), topfile, dir.folder('Foo')),
138 (Path('Test:Foo:Bar'), topfile, dir.folder('Foo/Bar')),
/dports/print/lilypond-devel/lilypond-2.23.5/scripts/auxiliar/
H A Dtexi-langutils.py97 def process_texi(texifilename, i_blurb, n_blurb, write_skeleton, topfile, argument
193 write_skeleton, topfile, output_file, scan_ly, inclusion_level + 1)
/dports/cad/magic/magic-8.3.245/utils/
H A Dtech.c412 filestack topfile; local
506 topfile.file = tf;
507 topfile.next = NULL;
508 fstack = &topfile;
712 while ((fstack != NULL) && (fstack != &topfile))
/dports/lang/python39/Python-3.9.9/Tools/scripts/
H A Dtexi2html.py1767 (topname,topnext,topprev,topup,topfile) = self.nodelist[0]
1768 defaulttopic = topfile
/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/www/moodle310/moodle/lib/
H A Dsetuplib.php927 $topfile = array_pop($backtrace);
928 $topfile = realpath($topfile['file']);
931 if (strpos($topfile, $dirroot) !== 0) {
935 $relativefile = substr($topfile, strlen($dirroot));
/dports/www/moodle311/moodle/lib/
H A Dsetuplib.php926 $topfile = array_pop($backtrace);
927 $topfile = realpath($topfile['file']);
930 if (strpos($topfile, $dirroot) !== 0) {
934 $relativefile = substr($topfile, strlen($dirroot));
/dports/www/moodle39/moodle/lib/
H A Dsetuplib.php926 $topfile = array_pop($backtrace);
927 $topfile = realpath($topfile['file']);
930 if (strpos($topfile, $dirroot) !== 0) {
934 $relativefile = substr($topfile, strlen($dirroot));

12345