1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Use binary search for name to function lookup. Fix name mapping table order. Rework test scripts.

This commit is contained in:
2021-07-21 16:40:36 +08:00
parent 6f7d89b1ac
commit 521d96fbda
7 changed files with 45 additions and 35 deletions

View File

@@ -29,7 +29,6 @@ int newmlargt( char **outbufref, const char *prompt, int size) ;
int ectoc( int c) ;
/* Look up in names to function association table */
const name_bind *fncmatch( char *name) ; /* by name */
const name_bind *getname( void) ; /* interactively */
const name_bind *getfncnb( fnp_t func) ; /* by function */