summaryrefslogtreecommitdiff
path: root/usr.bin/mg/keymap.c
AgeCommit message (Expand)Author
2001-05-24No need for those extra maps now.Artur Grabowski
2001-05-24Make the keymap/mode table growable in runtime.Artur Grabowski
2001-05-24Break out function -> name mappings to an own file.Artur Grabowski
2001-05-23functnames can be const, some spacesMichael Shalayeff
2001-05-23Get rid of unnecessary casts of NULL.Artur Grabowski
2001-05-23export "fundamental_map" that points to the fundamental keymapArtur Grabowski
2001-05-23No need to export nfunct and functnames now that help doesn't use themArtur Grabowski
2001-05-23kill complete_function. Not used anymore.Artur Grabowski
2001-05-23Get rid of 'prefix' and use NULL instead.Artur Grabowski
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-01More -Wall anmd KNF, from op2@tomahawk.SQUiSH.orgTodd C. Miller
2000-04-13The start of KNF + -Wall. The code has been run through indent butTodd C. Miller
2000-03-03Reverse rutgers change (attachtoparent vs. spawncli)Todd C. Miller
2000-02-25initial import of mg2aTheo de Raadt