Home
last modified time | relevance | path

Searched refs:wdirid (Results 1 – 12 of 12) sorted by relevance

/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dnode.py56 wdirid = b"\xff" * nodelen variable in sha1nodeconstants
57 wdirhex = hex(wdirid)
67 wdirid = sha1nodeconstants.wdirid variable
H A Dbookmarks.py645 node = repo.nodeconstants.wdirid
677 if node == repo.nodeconstants.wdirid:
H A Drevlog.py815 node == self.nodeconstants.wdirid
1579 if node != self.nodeconstants.wdirid:
1587 if node == self.nodeconstants.wdirid:
2374 node == self.nodeconstants.wdirid
H A Dlogcmdutil.py353 mnode = self.repo.nodeconstants.wdirid
503 ctx.manifestnode() or self.repo.nodeconstants.wdirid
H A Dtemplatefuncs.py779 node = repo.nodeconstants.wdirid
H A Dtemplatekw.py529 mnode = repo.nodeconstants.wdirid
H A Dscmutil.py430 return ctx.repo().nodeconstants.wdirid
/dports/devel/mercurial/mercurial-6.0/hgext/remotefilelog/
H A Dremotefilelog.py387 node == self.repo.nodeconstants.wdirid
/dports/lang/gforth/gforth-0.7.3/
H A Dprim1887 open-dir ( c_addr u -- wdirid wior ) gforth open_dir
1890 wdirid = (Cell)opendir(tilde_cstr(c_addr, u, 1));
1891 wior = IOR(wdirid == 0);
1893 read-dir ( c_addr u1 wdirid -- u2 flag wior ) gforth read_dir
1906 dent = readdir((DIR *)wdirid);
1921 close-dir ( wdirid -- wior ) gforth close_dir
1923 wior = IOR(closedir((DIR *)wdirid));
H A Dprim.b2826 open-dir ( c_addr u -- wdirid wior ) gforth open_dir
2829 wdirid = (Cell)opendir(tilde_cstr(c_addr, u, 1));
2830 wior = IOR(wdirid == 0);
2832 read-dir ( c_addr u1 wdirid -- u2 flag wior ) gforth read_dir
2845 dent = readdir((DIR *)wdirid);
2860 close-dir ( wdirid -- wior ) gforth close_dir
2862 wior = IOR(closedir((DIR *)wdirid));
/dports/lang/gforth/gforth-0.7.3/engine/
H A Dprim.i9442 Cell wdirid; variable
9456 wior = IOR(wdirid == 0);
9468 vm_w2Cell(wdirid,sp[1]);
9493 MAYBE_UNUSED Cell wdirid; variable
9500 vm_Cell2w(sp[0],wdirid);
9505 fputs(" wdirid=", vm_out); printarg_w(wdirid);
9511 dent = readdir((DIR *)wdirid);
9551 MAYBE_UNUSED Cell wdirid; variable
9554 vm_Cell2w(sp[0],wdirid);
9557 fputs(" wdirid=", vm_out); printarg_w(wdirid);
[all …]
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/evolve/
H A Dobsdiscovery.py668 result.append(nodemod.wdirid)