Home
last modified time | relevance | path

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

/dports/textproc/halibut/halibut-1.2/
H A Dmalloc.c107 word *newwd = snew(word); in dup_word_list() local
108 *newwd = *w; /* structure copy */ in dup_word_list()
109 newwd->text = ustrdup(w->text); in dup_word_list()
111 newwd->alt = dup_word_list(w->alt); in dup_word_list()
112 *eptr = newwd; in dup_word_list()
113 newwd->next = NULL; in dup_word_list()
114 eptr = &newwd->next; in dup_word_list()
/dports/sysutils/gomplate/gomplate-3.9.0/file/
H A Dfile_test.go56 newwd := rootDir.Join("the", "path", "we", "want")
58 fs.MkdirAll(newwd, 0755)
60 newwd, _ = filepath.EvalSymlinks(newwd)
63 err := os.Chdir(newwd)
69 rel, err := filepath.Rel(newwd, badwd)
74 foopath := filepath.Join(newwd, "foo")
89 foopath = filepath.Join(newwd, "nonexistant", "subdir", "foo")
/dports/sysutils/watchman/watchman-4.5.0/watcher/
H A Dkqueue.c182 int newwd; in kqueue_root_start_watch_dir() local
191 newwd = open(path, O_NOFOLLOW|O_EVTONLY|O_CLOEXEC); in kqueue_root_start_watch_dir()
193 if (newwd == -1) { in kqueue_root_start_watch_dir()
204 close(newwd); in kqueue_root_start_watch_dir()
213 close(newwd); in kqueue_root_start_watch_dir()
219 EV_SET(&k, newwd, EVFILT_VNODE, EV_ADD|EV_CLEAR, in kqueue_root_start_watch_dir()
226 w_ht_replace(state->name_to_fd, w_ht_ptr_val(dir->path), newwd); in kqueue_root_start_watch_dir()
227 w_ht_replace(state->fd_to_name, newwd, w_ht_ptr_val(dir->path)); in kqueue_root_start_watch_dir()
233 close(newwd); in kqueue_root_start_watch_dir()
237 w_ht_del(state->fd_to_name, newwd); in kqueue_root_start_watch_dir()
[all …]
H A Dinotify.c204 int newwd, err; in inot_root_start_watch_dir() local
217 newwd = inotify_add_watch(state->infd, path, WATCHMAN_INOTIFY_MASK); in inot_root_start_watch_dir()
218 if (newwd == -1) { in inot_root_start_watch_dir()
235 w_ht_replace(state->wd_to_name, newwd, w_ht_ptr_val(dir->path)); in inot_root_start_watch_dir()
237 w_log(W_LOG_DBG, "adding %d -> %s mapping\n", newwd, path); in inot_root_start_watch_dir()
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Dcredits.lua335 local newwd, newht = g.getview(g.getlayer())
336 if newwd ~= wd or newht ~= ht then
338 if newwd < 1 then newwd = 1 end
343 starx[i] = floor(starx[i] * newwd / wd)
348 wd = newwd
H A Dbrowse-patterns.lua712 local newwd, newht = g.getview(g.getlayer())
713 if newwd ~= viewwd or newht ~= viewht then
730 if newwd < 1 then newwd = 1 end
732 viewwd = newwd
H A Dbreakout.lua1313 local function resizegame(newwd, newht)
1315 if newwd < minwd then
1316 newwd = minwd
1321 local xscale = newwd / wd
1324 wd = newwd
1590 local newwd, newht = g.getview(g.getlayer())
1591 if newwd ~= wd or newht ~= ht then
1592 resizegame(newwd, newht)
H A Dhexgrid.lua1098 local newwd, newht = g.getview(g.getlayer())
1099 if newwd ~= viewwd or newht ~= viewht then
1100 viewwd, viewht = newwd, newht
H A Doverlay-demo.lua740 local newwd, newht = g.getview(g.getlayer())
741 if newwd ~= wd or newht ~= ht then
743 if newwd < 1 then newwd = 1 end
747 wd = newwd
H A Dlifeviewer.lua1884 local newwd, newht = g.getview(g.getlayer())
1885 if newwd ~= viewwd or newht ~= viewht then
1886 viewwd = newwd
H A D3D.lua7643 local newwd, newht = g.getview(g.getlayer())
7644 if newwd ~= viewwd or newht ~= viewht then
7645 viewwd, viewht = newwd, newht
/dports/sysutils/py-pywatchman/watchman-4.9.0/watcher/
H A Dinotify.cpp123 int newwd, err; in startWatchDir() local
133 newwd = inotify_add_watch(infd.fd(), path, WATCHMAN_INOTIFY_MASK); in startWatchDir()
134 if (newwd == -1) { in startWatchDir()
150 wlock->wd_to_name[newwd] = dir_name; in startWatchDir()
152 w_log(W_LOG_DBG, "adding %d -> %s mapping\n", newwd, path); in startWatchDir()
/dports/audio/xwave/xwave2-981109/FWF/src/RowCol/
H A DRowCol.c251 Dimension newwd, newht, newbd; local
256newwd = request->request_mode & CWWidth ? request->width : ((XfwfRowColWidget)child)->core.width;
261 …if (newwd == ((XfwfRowColWidget)child)->core.width && newht == ((XfwfRowColWidget)child)->core.hei…
264 XtResizeWidget(child, newwd, newht, newbd);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DTransformInputOutput.java102 …private static URI convertToNewWorkingDirectory(URI oldwd, URI newwd, URI file) throws IOException…
104 String newwdStr = newwd.toString();
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DTransformInputOutput.java102 …private static URI convertToNewWorkingDirectory(URI oldwd, URI newwd, URI file) throws IOException…
104 String newwdStr = newwd.toString();
/dports/games/golly/golly-3.3-src/gollybase/
H A Dltlalgo.cpp180 int newwd = gwd + left + right; in resize_grids() local
182 if ((float)newwd * (float)newht > MAXCELLS) { in resize_grids()
190 int newright = newleft + newwd - 1; in resize_grids()
196 int newbytes = newwd * newht; in resize_grids()
213 dest += newwd; in resize_grids()
227 outerwd = gwd = newwd; in resize_grids()
2226 int newwd = DEFAULTSIZE; in setrule() local
2242 if (sscanf(suffix+2, "%d%n", &newwd, &endpos) != 1) { in setrule()
2245 newht = newwd; in setrule()
2294 if (newwd < minsize) newwd = minsize; in setrule()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/sciplot/
H A DRowCol.c282 Dimension newwd, newht, newbd; local
287newwd = request->request_mode & CWWidth ? request->width : ((XfwfRowColWidget)child)->core.width;
292 …if (newwd == ((XfwfRowColWidget)child)->core.width && newht == ((XfwfRowColWidget)child)->core.hei…
295 XtResizeWidget(child, newwd, newht, newbd);
/dports/games/golly/golly-3.3-src/gui-common/
H A Dview.cpp1429 int newwd, newht; in RotatePastePattern() local
1433 newwd = pastelayer->algo->gridwd; in RotatePastePattern()
1436 newwd = pastelayer->algo->gridwd + ht; in RotatePastePattern()
1447 sprintf(rule, "%s:%c%d,%d", rule, topology, newwd, newht); in RotatePastePattern()
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/lib/
H A Dcodeops.gi1096 local El, nl, newwd;
1102 newwd := DistancesDistributionVecFFEsVecFFE(El, nl);
1103 return newwd;
1109 local G, nl, k, n, q, F, wd, newwd, oldrow, newrow, i, j;
1118 newwd := G;
1120 newwd := List([0..n], i->Binomial(n, i));
1123 newwd := DistancesDistributionMatFFEVecFFE(G, F, nl);
1127 newwd := [Sum(wd)];
1135 newwd[i] := newrow * wd;
1138 newwd:= newwd / (q ^ Redundancy(C));
[all …]
H A Dcodeman.gi34 local C1, Pr, n, newwd, wd, oldrow, newrow, i, j, q;
48 newwd := [Sum(wd)];
56 newwd[i] := newrow * wd;
59 SetWeightDistribution(C1, newwd / ((q+1) ^ Dimension(C)) );
78 local C1, r, n, Pr, wd, q, newwd, oldrow, newrow, i, j;
95 newwd := [Sum(wd)];
103 newwd[i] := newrow * wd;
106 SetWeightDistribution(C1, newwd / ((q+1) ^ Dimension(C)));
/dports/devel/mercurial/mercurial-6.0/hgext/
H A Drebase.py765 newwd = self.state.get(self.originalwd, self.originalwd)
766 if newwd < 0:
768 newwd = self.originalwd
769 if newwd not in [c.rev() for c in repo[None].parents()]:
771 mergemod.update(repo[newwd])
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxview.cpp1020 int newwd, newht; in RotatePastePattern() local
1024 newwd = pastelayer->algo->gridwd; in RotatePastePattern()
1027 newwd = pastelayer->algo->gridwd + ht; in RotatePastePattern()
1038 sprintf(rule, "%s:%c%d,%d", rule, topology, newwd, newht); in RotatePastePattern()
/dports/games/golly/golly-3.3-src/Scripts/Lua/gplus/
H A DNewCA.lua3055 local newwd, newht = g.getview(g.getlayer())
3056 if newwd ~= viewwd or newht ~= viewht then
3057 viewwd, viewht = newwd, newht
/dports/editors/vim/vim-8.2.3745/src/
H A Dif_py_both.h1001 PyObject *newwd; in _VimChdir() local
1010 if (!(newwd = PyObject_CallFunctionObjArgs(py_getcwd, NULL))) in _VimChdir()
1016 if (!(new_dir = StringToChars(newwd, &todecref))) in _VimChdir()
1019 Py_DECREF(newwd); in _VimChdir()
1028 Py_DECREF(newwd); in _VimChdir()
1038 Py_DECREF(newwd); in _VimChdir()
/dports/math/R-cran-Amelia/Amelia/R/
H A Dameliagui.r26 newwd <- tcltk::tkchooseDirectory(parent = getAmelia("gui"), functionVar
30 if (tcltk::tclvalue(newwd) != "")
31 setwd(tcltk::tclvalue(newwd))