[w3m-dev 02651] search keymap using hash

From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2001-12-10 17:02:43 +00:00
parent 0b03496f19
commit 14f4297a04
17 changed files with 191 additions and 141 deletions

9
functable.awk Normal file
View File

@@ -0,0 +1,9 @@
BEGIN {
print "#include <stdio.h>"
print "#include \"funcname1.h\""
print "%%"
}
/^#/ { next }
{
print $1 " FUNCNAME_" $2;
}