Home
last modified time | relevance | path

Searched refs:new_wd (Results 1 – 22 of 22) sorted by relevance

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/
H A DRunCommand.hs107 new_wd <- getCurrentDirectory
116 possible_args <- commandCompleteArgs cmd (new_wd, old_wd) flags orig_extra
128 Nothing -> runWithHooks cmd (new_wd, old_wd) flags extra
140 runWithHooks cmd (new_wd, old_wd) flags extra = do
147 preHookExitCode <- runPrehook (pre hooksCfg) verb new_wd
151 phDir <- getPosthookDir new_wd cmd fixedFlags extra
152 commandCommand cmd (new_wd, old_wd) fixedFlags extra
169 getPosthookDir new_wd cmd flags extra | commandName cmd `elem` ["get","clone"] = do function
177 return $ makeAbsolute new_wd newRepo
178 _ -> return new_wd
[all …]
/dports/x11-fm/filerunner/filerunner/packages/vfs/
H A DVFSftp.tcl240 VFSglobal user openOps openFail handle openId fullId start_time pwd new_wd state
267 set target $new_wd
311 progressOps error pwd state handle new_wd openFail
367 VFSglobal handle state pwd error new_wd
381 set new_wd $req_wd
428 VFSglobal handle state pwd new_wd ignorError
432 set new_wd $req_wd
H A DVFSsftp.tcl310 VFSglobal spawn_id timeout abortflag pwd new_wd
312 set new_wd $req_wd
315 Log "cd to $new_wd"
316 exp_send "cd [sftpfixfilename $new_wd]\r"
332 set pwd $new_wd
H A DVFSrsync.tcl412 proc RSYNCcd {VFStok new_wd} { argument
415 RSYNCfixParms new_wd
424 frputs tmp new_wd
425 set pwd $new_wd
H A DVFSadb.tcl322 proc ADBcd {VFStok new_wd} { argument
325 set re [ADBsingle $VFStok cd $new_wd]
327 set wd $new_wd
/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/lib/
H A Dworddiff.c74 int build_wd_fsa(fsa *wd_fsaptr, boolean *new_wd, reduction_struct *rsptr) in build_wd_fsa() argument
85 if (new_wd) /* new_wd nonzero means that we wish to note which equations in build_wd_fsa()
89 new_wd[i] = FALSE; in build_wd_fsa()
98 if (new_wd && new) in build_wd_fsa()
99 new_wd[i] = TRUE; in build_wd_fsa()
H A Dworddcos.c74 int build_wd_fsa_cos(fsa *wd_fsaptr, boolean *new_wd, reduction_struct *rs) in build_wd_fsa_cos() argument
89 if (new_wd) /* new_wd nonzero means that we wish to note which equations in build_wd_fsa_cos()
93 new_wd[i] = FALSE; in build_wd_fsa_cos()
103 if (new_wd && new) in build_wd_fsa_cos()
104 new_wd[i] = TRUE; in build_wd_fsa_cos()
H A Ddefs.h75 int build_wd_fsa(fsa *wd_fsaptr, boolean *new_wd, reduction_struct *rsptr);
83 int build_wd_fsa_cos(fsa *wd_fsaptr, boolean *new_wd, reduction_struct *rs);
H A Dkbfns.c103 rwsptr->new_wd = 0; in set_defaults()
276 tmalloc(rwsptr->new_wd, boolean, in kbprog()
277 rwsptr->num_eqns + 1) else rwsptr->new_wd = 0; in kbprog()
279 if (build_wd_fsa_cos(rwsptr->wd_fsa, rwsptr->new_wd, &rs_rws) == -1) { in kbprog()
285 if (build_wd_fsa(rwsptr->wd_fsa, rwsptr->new_wd, &rs_rws) == -1) { in kbprog()
315 tfree(rwsptr->new_wd); in kbprog()
1858 boolean *nwd = rwsptr->new_wd; in wd_sort_eqns()
1928 if (!eqni.done && !rwsptr->new_wd[i]) { in wd_sort_eqns()
H A Drws.h63 boolean *new_wd; /* for recording which equations gave member
/dports/x11-fm/filerunner/filerunner/packages/mswindows/
H A DVFSregistry.tcl112 proc REGISTRYcd {VFStok new_wd} { argument
114 if {$new_wd in {"" /} } {
120 set pwd $new_wd
/dports/lang/scheme48/scheme48-1.9.2/c/posix/
H A Ddir.c42 posix_working_directory(s48_call_t call, s48_ref_t new_wd),
178 posix_working_directory(s48_call_t call, s48_ref_t new_wd) in posix_working_directory() argument
185 if (s48_false_p_2(call, new_wd)) { in posix_working_directory()
209 s48_os_error("posix_working_directory", errno, 1, new_wd); in posix_working_directory()
215 RETRY_OR_RAISE_NEG(status, chdir(s48_extract_byte_vector_readonly_2(call, new_wd))); in posix_working_directory()
/dports/textproc/groff/groff-1.22.4/src/devices/xditview/
H A DDvi.c187 static void Initialize(Widget request, Widget new_wd, in Initialize() argument
190 DviWidget dw = (DviWidget) new_wd; in Initialize()
349 DviWidget new_wd = (DviWidget)wnew; in SetValues() local
356 new_wd->dvi.font_map_string = new_map; in SetValues()
360 ParseFontMap (new_wd); in SetValues()
378 new_wd->dvi.requested_page = req; in SetValues()
380 FindPage (new_wd); in SetValues()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dfixspace.cpp205 WERD_RES *new_wd; in initialise_search() local
210 new_wd = WERD_RES::deep_copy(src_wd); in initialise_search()
211 new_wd->combination = false; in initialise_search()
212 new_wd->part_of_combo = false; in initialise_search()
213 new_it.add_after_then_move(new_wd); in initialise_search()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/
H A Dinotify.py278 new_wd = self.watch(
287 self.reactor.callLater(0, self._addChildren, self._watchpoints[new_wd])
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/internet/
H A Dinotify.py270 new_wd = self.watch(
281 self._addChildren, self._watchpoints[new_wd])
/dports/cad/feappv/feappv-4.1i/unix/
H A Dx11u.c1200 int new_wd = (int) (*y_data)[0]; local
1229 if (new_wd <= 1)
1231 else if (new_wd == 2)
1233 else if (new_wd == 3)
1235 else if (new_wd == 4)
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dtail.c1739 int new_wd = -1; in tail_forever_inotify() local
1745 new_wd = inotify_add_watch (wd, f[j].name, inotify_wd_mask); in tail_forever_inotify()
1748 if (! deleting && new_wd < 0) in tail_forever_inotify()
1767 new_watch = (! deleting) && (fspec->wd < 0 || new_wd != fspec->wd); in tail_forever_inotify()
1777 fspec->wd = new_wd; in tail_forever_inotify()
1779 if (new_wd == -1) in tail_forever_inotify()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dtail.c1715 int new_wd = -1; in tail_forever_inotify() local
1721 new_wd = inotify_add_watch (wd, f[j].name, inotify_wd_mask); in tail_forever_inotify()
1724 if (! deleting && new_wd < 0) in tail_forever_inotify()
1743 new_watch = (! deleting) && (fspec->wd < 0 || new_wd != fspec->wd); in tail_forever_inotify()
1753 fspec->wd = new_wd; in tail_forever_inotify()
1755 if (new_wd == -1) in tail_forever_inotify()
/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/src/
H A Dkbprog.c558 rwsptr->new_wd = 0; in output_and_exit_kbprog()
559 build_wd_fsa(rwsptr->wd_fsa, rwsptr->new_wd, &rs_rws); in output_and_exit_kbprog()
H A Dkbprogcos.c641 rwsptr->new_wd = 0; in output_and_exit_kbprogcos()
642 build_wd_fsa_cos(rwsptr->wd_fsa, rwsptr->new_wd, &rs_rws); in output_and_exit_kbprogcos()
/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dui2_editor.c3618 WidgetData *new_wd; in edit_delete_cb() local
3637 new_wd = work->next->data; in edit_delete_cb()
3641 new_wd = work->prev->data; in edit_delete_cb()
3645 new_wd = NULL; in edit_delete_cb()
3648 ui_edit_widget_active_set(ed, new_wd); in edit_delete_cb()
3649 prop_update(ed, new_wd, TRUE); in edit_delete_cb()
3659 widget_list_set_widget(ed, new_wd); in edit_delete_cb()