Home
last modified time | relevance | path

Searched refs:callAgain (Results 1 – 13 of 13) sorted by relevance

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dinterpreter.go96 func (ir *Interp) ReadParseEvalPrint() (callAgain bool) {
121 func (ir *Interp) ParseEvalPrint(str string) (callAgain bool) {
137 callAgain = true
144 callAgain = ir.parseEvalPrint(str)
146 return callAgain
149 func (ir *Interp) parseEvalPrint(src string) (callAgain bool) {
158 callAgain = opt&CmdOptQuit == 0
159 if len(src) == 0 || !callAgain {
160 return callAgain
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Drepl.go309 func (ir *Interp) ReadParseEvalPrint() (callAgain bool) {
318 func (ir *Interp) ParseEvalPrint(src string) (callAgain bool) {
324 defer ir.afterEval(src, &callAgain, &trap, t1, duration)
328 callAgain = opt&CmdOptQuit == 0
329 if len(src) == 0 || !callAgain {
331 return callAgain
356 return callAgain
369 func (ir *Interp) afterEval(src string, callAgain *bool, trap *bool, t1 time.Time, duration bool) {
379 *callAgain = true
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Routing/System/ServiceModel/Routing/
H A DProcessRequestAsyncResult.cs57 bool callAgain = false; in StartProcessing()
117 callAgain = true; in StartProcessing()
132 callAgain = true; in StartProcessing()
134 return callAgain; in StartProcessing()
H A DProcessMessagesAsyncResult.cs80 bool callAgain; in ProcessWhileSync()
83 callAgain = this.ProcessNext(); in ProcessWhileSync()
84 } while (callAgain); in ProcessWhileSync()
/dports/net/liveMedia/live/liveMedia/
H A DRTPInterface.cpp523 Boolean callAgain = True; in tcpReadHandler1() local
575 callAgain = False; in tcpReadHandler1()
606 callAgain = True; in tcpReadHandler1()
617 return callAgain; in tcpReadHandler1()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dicon-preview.cpp380 bool callAgain = true; in refreshCB() local
388 callAgain = false; in refreshCB()
395 return callAgain; in refreshCB()
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DPCLmGenerator.h198 callAgain=1 enumerator
/dports/x11-clocks/xfce4-timer-plugin/xfce4-timer-plugin-1.7.1/panel-plugin/
H A Dxfcetimer.c154 gboolean callAgain = FALSE; in update_function() local
188 callAgain = TRUE; in update_function()
281 return callAgain; in update_function()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/benchmark/
H A Dbenchmark.c950 int callAgain, int* times, int limit, int* pending) in bench_async_check() argument
959 if (callAgain) { in bench_async_check()
984 int callAgain, int* times, int* pending) in bench_async_handle() argument
998 callAgain ? WC_ASYNC_FLAG_CALL_AGAIN : WC_ASYNC_FLAG_NONE); in bench_async_handle()
1041 int callAgain, int* times, int limit, int* pending) in bench_async_check() argument
1045 (void)callAgain; in bench_async_check()
1054 int callAgain, int* times, int* pending) in bench_async_handle() argument
1057 (void)callAgain; in bench_async_handle()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c950 int callAgain, int* times, int limit, int* pending) in bench_async_check() argument
959 if (callAgain) { in bench_async_check()
984 int callAgain, int* times, int* pending) in bench_async_handle() argument
998 callAgain ? WC_ASYNC_FLAG_CALL_AGAIN : WC_ASYNC_FLAG_NONE); in bench_async_handle()
1041 int callAgain, int* times, int limit, int* pending) in bench_async_check() argument
1045 (void)callAgain; in bench_async_check()
1054 int callAgain, int* times, int* pending) in bench_async_handle() argument
1057 (void)callAgain; in bench_async_handle()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c950 int callAgain, int* times, int limit, int* pending) in bench_async_check() argument
959 if (callAgain) { in bench_async_check()
984 int callAgain, int* times, int* pending) in bench_async_handle() argument
998 callAgain ? WC_ASYNC_FLAG_CALL_AGAIN : WC_ASYNC_FLAG_NONE); in bench_async_handle()
1041 int callAgain, int* times, int limit, int* pending) in bench_async_check() argument
1045 (void)callAgain; in bench_async_check()
1054 int callAgain, int* times, int* pending) in bench_async_handle() argument
1057 (void)callAgain; in bench_async_handle()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c950 int callAgain, int* times, int limit, int* pending) in bench_async_check() argument
959 if (callAgain) { in bench_async_check()
984 int callAgain, int* times, int* pending) in bench_async_handle() argument
998 callAgain ? WC_ASYNC_FLAG_CALL_AGAIN : WC_ASYNC_FLAG_NONE); in bench_async_handle()
1041 int callAgain, int* times, int limit, int* pending) in bench_async_check() argument
1045 (void)callAgain; in bench_async_check()
1054 int callAgain, int* times, int* pending) in bench_async_handle() argument
1057 (void)callAgain; in bench_async_handle()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c950 int callAgain, int* times, int limit, int* pending) in bench_async_check() argument
959 if (callAgain) { in bench_async_check()
984 int callAgain, int* times, int* pending) in bench_async_handle() argument
998 callAgain ? WC_ASYNC_FLAG_CALL_AGAIN : WC_ASYNC_FLAG_NONE); in bench_async_handle()
1041 int callAgain, int* times, int limit, int* pending) in bench_async_check() argument
1045 (void)callAgain; in bench_async_check()
1054 int callAgain, int* times, int* pending) in bench_async_handle() argument
1057 (void)callAgain; in bench_async_handle()