Home
last modified time | relevance | path

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

/dports/mail/rspamd/rspamd-3.1/contrib/replxx/include/
H A Dreplxx.h277 typedef struct replxx_completions replxx_completions; typedef
298 typedef void(replxx_completion_callback_t)(const char* input, replxx_completions* completions, int*…
312 REPLXX_IMPEXP void replxx_add_completion( replxx_completions* completions, const char* str );
320 REPLXX_IMPEXP void replxx_add_color_completion( replxx_completions* completions, const char* str, R…
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/include/
H A Dreplxx.h277 typedef struct replxx_completions replxx_completions; typedef
298 typedef void(replxx_completion_callback_t)(const char* input, replxx_completions* completions, int*…
312 REPLXX_IMPEXP void replxx_add_completion( replxx_completions* completions, const char* str );
320 REPLXX_IMPEXP void replxx_add_color_completion( replxx_completions* completions, const char* str, R…
/dports/devel/replxx/replxx-release-0.0.3/include/
H A Dreplxx.h269 typedef struct replxx_completions replxx_completions; typedef
290 typedef void(replxx_completion_callback_t)(const char* input, replxx_completions* completions, int*…
304 REPLXX_IMPEXP void replxx_add_completion( replxx_completions* completions, const char* str );
312 REPLXX_IMPEXP void replxx_add_color_completion( replxx_completions* completions, const char* str, R…
/dports/math/curv/curv-0.5/extern/replxx/include/
H A Dreplxx.h269 typedef struct replxx_completions replxx_completions; typedef
290 typedef void(replxx_completion_callback_t)(const char* input, replxx_completions* completions, int*…
304 REPLXX_IMPEXP void replxx_add_completion( replxx_completions* completions, const char* str );
312 REPLXX_IMPEXP void replxx_add_color_completion( replxx_completions* completions, const char* str, R…
/dports/math/curv/curv-0.5/extern/replxx/src/
H A Dreplxx.cxx381 struct replxx_completions { struct
407 replxx_completions completions; in completions_fwd()
460 void replxx_add_completion( replxx_completions* lc, const char* str ) { in replxx_add_completion()
464 void replxx_add_completion( replxx_completions* lc, const char* str, ReplxxColor color ) { in replxx_add_completion()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/src/
H A Dreplxx.cxx398 struct replxx_completions { struct
424 replxx_completions completions; in completions_fwd()
477 void replxx_add_completion( replxx_completions* lc, const char* str ) { in replxx_add_completion()
481 void replxx_add_color_completion( replxx_completions* lc, const char* str, ReplxxColor color ) { in replxx_add_color_completion()
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/src/
H A Dreplxx.cxx398 struct replxx_completions { struct
424 replxx_completions completions; in completions_fwd()
477 void replxx_add_completion( replxx_completions* lc, const char* str ) { in replxx_add_completion()
481 void replxx_add_color_completion( replxx_completions* lc, const char* str, ReplxxColor color ) { in replxx_add_color_completion()
/dports/devel/replxx/replxx-release-0.0.3/src/
H A Dreplxx.cxx399 struct replxx_completions { struct
425 replxx_completions completions; in completions_fwd()
478 void replxx_add_completion( replxx_completions* lc, const char* str ) { in replxx_add_completion()
482 void replxx_add_completion( replxx_completions* lc, const char* str, ReplxxColor color ) { in replxx_add_completion()
/dports/devel/replxx/replxx-release-0.0.3/examples/
H A Dc-api.c36 void completionHook(char const* context, replxx_completions* lc, int* contextLen, void* ud) { in completionHook()
/dports/math/curv/curv-0.5/extern/replxx/examples/
H A Dc-api.c36 void completionHook(char const* context, replxx_completions* lc, int* contextLen, void* ud) { in completionHook()