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:
1
input.h
1
input.h
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user