Home
last modified time | relevance | path

Searched refs:system_wait (Results 1 – 17 of 17) sorted by relevance

/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dsystem.h30 # define system(c) system_wait((c))
38 extern int system_wait(char *);
H A Dsystem.c84 system_wait(char *command) in system_wait() function
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dsystem.h30 # define system(c) system_wait((c))
38 extern int system_wait(char *);
H A Dsystem.c84 system_wait(char *command) in system_wait() function
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dsystem.h30 # define system(c) system_wait((c))
38 extern int system_wait(char *);
H A Dsystem.c84 system_wait(char *command) in system_wait() function
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Metafont/
H A Dload_tex.cpp61 system_wait ("Generating font file", name); in try_tfm()
63 system_wait (""); in try_tfm()
235 system_wait ("Generating font file", name); in try_pk()
237 system_wait (""); in try_pk()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Process/
H A Dedit_process.cpp88 system_wait ("Generating bibliography, ", "please wait"); in generate_bibliography()
308 system_wait ("Generating index, ", "please wait"); in generate_index()
350 system_wait ("Generating glossary, ", "please wait"); in generate_glossary()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Types/
H A Dstring.hpp83 void system_wait (string message, string argument= "", int level= 0);
H A Dstring.cpp417 system_wait (string message, string argument, int level) { in system_wait() function
/dports/comms/rxtx/rxtx-2.2pre2/CNI/
H A DSerialImp.h447 void system_wait();
H A DSerialImp.c3574 void system_wait()
/dports/comms/rxtx/rxtx-2.2pre2/src/
H A DSerialImp.h462 void system_wait();
H A DSerialImp.c4077 void system_wait()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Editor/
H A Dedit_main.cpp301 system_wait ("Checking exported file for correctness", "please wait"); in print()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Glue/
H A Dbuild-glue-basic.scm65 (system-wait system_wait (void string string))
H A Dglue_basic.cpp495 system_wait (in1, in2); in tmg_system_wait()