Home
last modified time | relevance | path

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

123

/dports/cad/nvc/nvc-r1.5.3/test/sem/
H A Dissue176.vhd24 procedure proc_wait is procedure
31 proc_wait;
37 proc_wait; -- Error
/dports/editors/nvi2/nvi2-2.2.0/ex/
H A Dex_shell.c131 return (proc_wait(sp, (long)pid, cmd, 0, 0)); in ex_exec_proc()
149 proc_wait(SCR *sp, long int pid, const char *cmd, int silent, int okpipe) in proc_wait() function
H A Dex_filter.c255 if (proc_wait(sp, in ex_filter()
284 return (proc_wait(sp, (long)utility_pid, np, in ex_filter()
H A Dex_script.c596 (void)proc_wait(sp, (long)sc->sh_pid, "script-shell", 0, 0); in sscr_end()
H A Dex_argv.c792 if (proc_wait(sp, (long)pid, sh, 1, 0)) in argv_sexp()
/dports/editors/vigor/vigor-0.016/ex/
H A Dex_filter.c260 if (proc_wait(sp,
288 uwait: return (proc_wait(sp, (long)utility_pid, cmd,
H A Dex_shell.c134 return (proc_wait(sp, (long)pid, cmd, 0, 0));
152 proc_wait(sp, pid, cmd, silent, okpipe) in proc_wait() function
H A Dex_script.c599 (void)proc_wait(sp, (long)sc->sh_pid, "script-shell", 0, 0);
H A Dex_argv.c743 if (proc_wait(sp, (long)pid, sh, 1, 0))
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/common/
H A Dprocess.c127 proc_wait(process *pp) in proc_wait() function
163 proc_wait(pp); in proc_free()
H A Dcommon.h76 extern int proc_wait(process*);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/send/
H A Dauthorize.c23 if ((dp->pstat = proc_wait(pp)) != 0) { in authorize()
H A Dtranslate.c36 if ((dp->pstat = proc_wait(pp)) != 0) { in translate()
H A Dmain.c371 status = proc_wait(pp); in pipe_mail()
/dports/www/lua-resty-core/lua-resty-core-0.1.22/lib/ngx/
H A Dpipe.lua347 local proc_wait
352 function proc_wait(proc) function
501 wait = proc_wait,
/dports/cad/iverilog/verilog-11.0/
H A Dtarget.h148 virtual bool proc_wait(const NetEvWait*);
H A Dtarget.cc439 bool target_t::proc_wait(const NetEvWait*tr) in proc_wait() function in target_t
H A Demit.cc394 return tgt->proc_wait(this); in emit_proc()
H A Dt-dll.h132 bool proc_wait(const NetEvWait*);
/dports/editors/vigor/vigor-0.016/include/
H A Dex_extern.h80 int proc_wait __P((SCR *, long, const char *, int, int));
/dports/editors/textadept/lua-5.3.5/src/
H A Dloslib.c518 static int proc_wait(lua_State *L) { in proc_wait() function
892 lua_pushcfunction(L, proc_wait), lua_setfield(L, -2, "wait"); in os_spawn()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/smtp/
H A Dsmtpd.c605 proc_wait(pp); in verify()
1197 status |= proc_wait(pp); in data()
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/psutil/
H A D_pswindows.py367 ret = cext.proc_wait(self.pid, timeout)
/dports/editors/textadept/textadept_11.1.linux/src/
H A Dlua.patch180 +static int proc_wait(lua_State *L) {
554 + lua_pushcfunction(L, proc_wait), lua_setfield(L, -2, "wait");
/dports/editors/textadept/textadept-textadept_11.1/src/
H A Dlua.patch180 +static int proc_wait(lua_State *L) {
554 + lua_pushcfunction(L, proc_wait), lua_setfield(L, -2, "wait");

123