Home
last modified time | relevance | path

Searched refs:COMPLETE_MAX_MATCHES (Results 1 – 4 of 4) sorted by relevance

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.h196 #define COMPLETE_MAX_MATCHES 100 macro
H A Dedit.c470 { TCHAR *buf[COMPLETE_MAX_MATCHES]; in list_completions()
488 if ( nmatches > COMPLETE_MAX_MATCHES ) in list_completions()
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.h202 #define COMPLETE_MAX_MATCHES 100 macro
H A Dedit.c480 { TCHAR *buf[COMPLETE_MAX_MATCHES]; in list_completions()
498 if ( nmatches > COMPLETE_MAX_MATCHES ) in list_completions()