[BACK]Return to extend.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/extend.c between version 1.20 and 1.21

version 1.20, 2002/02/14 22:50:43 version 1.21, 2002/02/16 21:27:49
Line 21 
Line 21 
 #endif /* !NO_STARTUP */  #endif /* !NO_STARTUP */
 #endif /* FKEYS */  #endif /* FKEYS */
   
 static int       remap          __P((KEYMAP *, int, PF, KEYMAP *));  static int       remap(KEYMAP *, int, PF, KEYMAP *);
 static KEYMAP   *realocmap      __P((KEYMAP *));  static KEYMAP   *realocmap(KEYMAP *);
 static void      fixmap         __P((KEYMAP *, KEYMAP *, KEYMAP *));  static void      fixmap(KEYMAP *, KEYMAP *, KEYMAP *);
 static int       dobind         __P((KEYMAP *, char *, int));  static int       dobind(KEYMAP *, char *, int);
 static char     *skipwhite      __P((char *));  static char     *skipwhite(char *);
 static char     *parsetoken     __P((char *));  static char     *parsetoken(char *);
 static int       bindkey        __P((KEYMAP **, char *, KCHAR *, int));  static int       bindkey(KEYMAP **, char *, KCHAR *, int);
   
 /*  /*
  * Insert a string, mainly for use from macros (created by selfinsert)   * Insert a string, mainly for use from macros (created by selfinsert)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21