mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42:51 -06:00
fast word completion for functions names in the shell
This commit is contained in:
@@ -336,6 +336,10 @@ PGF_API_DECL
|
||||
void pgf_iter_functions(PgfDB *db, PgfRevision revision,
|
||||
PgfItor *itor, PgfExn *err);
|
||||
|
||||
PGF_API_DECL
|
||||
void pgf_iter_functions_by_prefix(PgfDB *db, PgfRevision revision,
|
||||
PgfText *prefix, PgfItor *itor, PgfExn *err);
|
||||
|
||||
PGF_API_DECL
|
||||
void pgf_iter_functions_by_cat(PgfDB *db, PgfRevision revision,
|
||||
PgfText *cat, PgfItor *itor, PgfExn *err);
|
||||
|
||||
Reference in New Issue
Block a user