Home
last modified time | relevance | path

Searched refs:COMPLETE_INIT (Results 1 – 10 of 10) sorted by relevance

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dcomplete.c67 { case COMPLETE_INIT: in rlc_complete_file_function()
H A Dconsole.h198 #define COMPLETE_INIT 0 macro
H A Dedit.c427 data->call_type = COMPLETE_INIT; in complete()
467 data->call_type = COMPLETE_INIT; in list_completions()
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dcomplete.c77 { case COMPLETE_INIT: in rlc_complete_file_function()
H A Dconsole.h204 #define COMPLETE_INIT 0 macro
H A Dedit.c437 data->call_type = COMPLETE_INIT; in complete()
477 data->call_type = COMPLETE_INIT; in list_completions()
/dports/devel/p5-IO-Prompter/IO-Prompter-0.004015/lib/IO/
H A DPrompter.pm29 my $COMPLETE_INIT = qr{ [\Q$COMPLETE_KEY$COMPLETE_HIST\E] }xms;
1238 if (($next//q{}) !~ m{ $COMPLETE_INIT | $COMPLETE_CYCLE }xms) {
1265 && ( $next =~ $COMPLETE_INIT
1275 if ($next =~ $COMPLETE_INIT && index($completion_type, $next) < 0) {
/dports/net/kamailio/kamailio-5.4.5/utils/kamcmd/
H A Dkamcmd.c284 COMPLETE_INIT, enumerator
1685 case COMPLETE_INIT: in kamcmd_generator()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-ntmain.c491 { case COMPLETE_INIT: in prolog_complete()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_video.c63 static int COMPLETE_INIT = 0; variable
278 if (!COMPLETE_INIT) { in conference_video_parse_layouts()
280 if (!COMPLETE_INIT) { in conference_video_parse_layouts()
283 COMPLETE_INIT++; in conference_video_parse_layouts()