fast word completion for functions names in the shell

This commit is contained in:
Krasimir Angelov
2023-03-02 10:28:00 +01:00
parent adc8a2fa29
commit f7ca8afa81
8 changed files with 87 additions and 2 deletions
+4
View File
@@ -5,6 +5,10 @@
PGF_INTERNAL_DECL
int textcmp(PgfText *t1, PgfText *t2);
/* The same as textcmp but returns 0 if t1 is a prefix of t2. */
PGF_INTERNAL_DECL
int textcmp_prefix(PgfText *t1, PgfText *t2);
/* Performs both case-insensitive and case-sensitive comparison.
* The first element in res contains the result from
* the case-insensitive comparison. The second the result