remove funcname.c funcname1.h funcname2.h; autogenerated files

This commit is contained in:
Fumitoshi UKAI
2001-11-20 08:11:43 +00:00
parent 6efb142eea
commit a21e8a8df0
5 changed files with 5 additions and 311 deletions

View File

@@ -1,5 +1,9 @@
2001-11-20 Fumitoshi UKAI <ukai@debian.or.jp>
* XMakefile (clean): remove funcname.c funcname1.h funcname2.h
these are autogenerated files.
* funcname.c funcname1.h funcname2.h: removed from CVS
* main.c (MAIN): add braces to avoid ambiguous `else'
* main.c (set_buffer_environ): remove unused variables
* linein.c (_rcompl): not EMACS_LIKE_LINEEDIT only

View File

@@ -103,6 +103,7 @@ uninstall:
clean: sweep
rm -f *.o *.a $(TARGETS) mktable$(EXT)
rm -f funcname.c funcname1.h funcname2.h
sweep:
-rm -f core *~ *.bak *.orig *.rej

View File

@@ -1,113 +0,0 @@
FuncList w3mFuncList[] = {
/*0*/ {"@@@",nulcmd},
/*1*/ {"ABORT",quitfm},
/*2*/ {"ADD_BOOKMARK",adBmark},
/*3*/ {"BACK",backBf},
/*4*/ {"BEGIN",goLineF},
/*5*/ {"BOOKMARK",ldBmark},
/*6*/ {"CENTER_H",ctrCsrH},
/*7*/ {"CENTER_V",ctrCsrV},
/*8*/ {"COOKIE",cooLst},
/*9*/ {"DELETE_PREVBUF",deletePrevBuf},
/*10*/ {"DICT_WORD",dictword},
/*11*/ {"DICT_WORD_AT",dictwordat},
/*12*/ {"DOWN",ldown1},
/*13*/ {"DOWNLOAD",svSrc},
/*14*/ {"EDIT",editBf},
/*15*/ {"EDIT_SCREEN",editScr},
/*16*/ {"END",goLineL},
/*17*/ {"ESCBMAP",escbmap},
/*18*/ {"ESCMAP",escmap},
/*19*/ {"EXEC_SHELL",execsh},
/*20*/ {"EXIT",quitfm},
/*21*/ {"EXTERN",extbrz},
/*22*/ {"EXTERN_LINK",linkbrz},
/*23*/ {"FRAME",rFrame},
/*24*/ {"GOTO",goURL},
/*25*/ {"GOTO_LINE",goLine},
/*26*/ {"GOTO_LINK",followA},
/*27*/ {"HELP",ldhelp},
/*28*/ {"HISTORY",ldHist},
/*29*/ {"INFO",pginfo},
/*30*/ {"INIT_MAILCAP",initMailcap},
/*31*/ {"INTERRUPT",susp},
/*32*/ {"LEFT",col1L},
/*33*/ {"LINE_BEGIN",linbeg},
/*34*/ {"LINE_END",linend},
/*35*/ {"LINE_INFO",curlno},
/*36*/ {"LINK_BEGIN",topA},
/*37*/ {"LINK_END",lastA},
/*38*/ {"LOAD",ldfile},
/*39*/ {"MAIN_MENU",mainMn},
/*40*/ {"MARK",_mark},
/*41*/ {"MARK_MID",chkNMID},
/*42*/ {"MARK_URL",chkURL},
/*43*/ {"MENU",mainMn},
/*44*/ {"MOUSE",mouse},
/*45*/ {"MOUSE_TOGGLE",msToggle},
/*46*/ {"MOVE_DOWN",movD},
/*47*/ {"MOVE_DOWN1",movD1},
/*48*/ {"MOVE_LEFT",movL},
/*49*/ {"MOVE_LEFT1",movL1},
/*50*/ {"MOVE_RIGHT",movR},
/*51*/ {"MOVE_RIGHT1",movR1},
/*52*/ {"MOVE_UP",movU},
/*53*/ {"MOVE_UP1",movU1},
/*54*/ {"MSGS",msgs},
/*55*/ {"NEXT_DOWN",nextD},
/*56*/ {"NEXT_LEFT",nextL},
/*57*/ {"NEXT_LEFT_UP",nextLU},
/*58*/ {"NEXT_LINK",nextA},
/*59*/ {"NEXT_MARK",nextMk},
/*60*/ {"NEXT_PAGE",pgFore},
/*61*/ {"NEXT_RIGHT",nextR},
/*62*/ {"NEXT_RIGHT_DOWN",nextRD},
/*63*/ {"NEXT_UP",nextU},
/*64*/ {"NEXT_WORD",movRW},
/*65*/ {"NOTHING",nulcmd},
/*66*/ {"NULL",nulcmd},
/*67*/ {"OPTIONS",ldOpt},
/*68*/ {"PCMAP",pcmap},
/*69*/ {"PEEK",curURL},
/*70*/ {"PEEK_IMG",peekIMG},
/*71*/ {"PEEK_LINK",peekURL},
/*72*/ {"PIPE_BUF",pipeBuf},
/*73*/ {"PIPE_SHELL",pipesh},
/*74*/ {"PREV_LINK",prevA},
/*75*/ {"PREV_MARK",prevMk},
/*76*/ {"PREV_PAGE",pgBack},
/*77*/ {"PREV_WORD",movLW},
/*78*/ {"PRINT",svBuf},
/*79*/ {"QUIT",qquitfm},
/*80*/ {"READ_SHELL",readsh},
/*81*/ {"REDRAW",rdrwSc},
/*82*/ {"REG_MARK",reMark},
/*83*/ {"RELOAD",reload},
/*84*/ {"RIGHT",col1R},
/*85*/ {"SAVE",svSrc},
/*86*/ {"SAVE_IMAGE",svI},
/*87*/ {"SAVE_LINK",svA},
/*88*/ {"SAVE_SCREEN",svBuf},
/*89*/ {"SEARCH",srchfor},
/*90*/ {"SEARCH_BACK",srchbak},
/*91*/ {"SEARCH_FORE",srchfor},
/*92*/ {"SEARCH_NEXT",srchnxt},
/*93*/ {"SEARCH_PREV",srchprv},
/*94*/ {"SELECT",selBuf},
/*95*/ {"SETENV",setEnv},
/*96*/ {"SET_OPTION",setOpt},
/*97*/ {"SHELL",execsh},
/*98*/ {"SHIFT_LEFT",shiftl},
/*99*/ {"SHIFT_RIGHT",shiftr},
/*100*/ {"SOURCE",vwSrc},
/*101*/ {"SUBMIT",submitForm},
/*102*/ {"SUSPEND",susp},
/*103*/ {"UP",lup1},
/*104*/ {"VERSION",dispVer},
/*105*/ {"VIEW",vwSrc},
/*106*/ {"VIEW_BOOKMARK",ldBmark},
/*107*/ {"VIEW_IMAGE",followI},
/*108*/ {"WHEREIS",srchfor},
/*109*/ {"WRAP_TOGGLE",wrapToggle},
{ NULL, NULL }
};

View File

@@ -1,99 +0,0 @@
#define FUNCNAME_nulcmd 0
#define FUNCNAME_quitfm 1
#define FUNCNAME_adBmark 2
#define FUNCNAME_backBf 3
#define FUNCNAME_goLineF 4
#define FUNCNAME_ldBmark 5
#define FUNCNAME_ctrCsrH 6
#define FUNCNAME_ctrCsrV 7
#define FUNCNAME_cooLst 8
#define FUNCNAME_deletePrevBuf 9
#define FUNCNAME_dictword 10
#define FUNCNAME_dictwordat 11
#define FUNCNAME_ldown1 12
#define FUNCNAME_svSrc 13
#define FUNCNAME_editBf 14
#define FUNCNAME_editScr 15
#define FUNCNAME_goLineL 16
#define FUNCNAME_escbmap 17
#define FUNCNAME_escmap 18
#define FUNCNAME_execsh 19
#define FUNCNAME_extbrz 21
#define FUNCNAME_linkbrz 22
#define FUNCNAME_rFrame 23
#define FUNCNAME_goURL 24
#define FUNCNAME_goLine 25
#define FUNCNAME_followA 26
#define FUNCNAME_ldhelp 27
#define FUNCNAME_ldHist 28
#define FUNCNAME_pginfo 29
#define FUNCNAME_initMailcap 30
#define FUNCNAME_susp 31
#define FUNCNAME_col1L 32
#define FUNCNAME_linbeg 33
#define FUNCNAME_linend 34
#define FUNCNAME_curlno 35
#define FUNCNAME_topA 36
#define FUNCNAME_lastA 37
#define FUNCNAME_ldfile 38
#define FUNCNAME_mainMn 39
#define FUNCNAME__mark 40
#define FUNCNAME_chkNMID 41
#define FUNCNAME_chkURL 42
#define FUNCNAME_mouse 44
#define FUNCNAME_msToggle 45
#define FUNCNAME_movD 46
#define FUNCNAME_movD1 47
#define FUNCNAME_movL 48
#define FUNCNAME_movL1 49
#define FUNCNAME_movR 50
#define FUNCNAME_movR1 51
#define FUNCNAME_movU 52
#define FUNCNAME_movU1 53
#define FUNCNAME_msgs 54
#define FUNCNAME_nextD 55
#define FUNCNAME_nextL 56
#define FUNCNAME_nextLU 57
#define FUNCNAME_nextA 58
#define FUNCNAME_nextMk 59
#define FUNCNAME_pgFore 60
#define FUNCNAME_nextR 61
#define FUNCNAME_nextRD 62
#define FUNCNAME_nextU 63
#define FUNCNAME_movRW 64
#define FUNCNAME_ldOpt 67
#define FUNCNAME_pcmap 68
#define FUNCNAME_curURL 69
#define FUNCNAME_peekIMG 70
#define FUNCNAME_peekURL 71
#define FUNCNAME_pipeBuf 72
#define FUNCNAME_pipesh 73
#define FUNCNAME_prevA 74
#define FUNCNAME_prevMk 75
#define FUNCNAME_pgBack 76
#define FUNCNAME_movLW 77
#define FUNCNAME_svBuf 78
#define FUNCNAME_qquitfm 79
#define FUNCNAME_readsh 80
#define FUNCNAME_rdrwSc 81
#define FUNCNAME_reMark 82
#define FUNCNAME_reload 83
#define FUNCNAME_col1R 84
#define FUNCNAME_svI 86
#define FUNCNAME_svA 87
#define FUNCNAME_srchfor 89
#define FUNCNAME_srchbak 90
#define FUNCNAME_srchnxt 92
#define FUNCNAME_srchprv 93
#define FUNCNAME_selBuf 94
#define FUNCNAME_selMn 95
#define FUNCNAME_setEnv 96
#define FUNCNAME_setOpt 97
#define FUNCNAME_shiftl 99
#define FUNCNAME_shiftr 100
#define FUNCNAME_vwSrc 101
#define FUNCNAME_submitForm 102
#define FUNCNAME_lup1 104
#define FUNCNAME_dispVer 105
#define FUNCNAME_followI 108
#define FUNCNAME_wrapToggle 110

View File

@@ -1,99 +0,0 @@
#define nulcmd 0
#define quitfm 1
#define adBmark 2
#define backBf 3
#define goLineF 4
#define ldBmark 5
#define ctrCsrH 6
#define ctrCsrV 7
#define cooLst 8
#define deletePrevBuf 9
#define dictword 10
#define dictwordat 11
#define ldown1 12
#define svSrc 13
#define editBf 14
#define editScr 15
#define goLineL 16
#define escbmap 17
#define escmap 18
#define execsh 19
#define extbrz 21
#define linkbrz 22
#define rFrame 23
#define goURL 24
#define goLine 25
#define followA 26
#define ldhelp 27
#define ldHist 28
#define pginfo 29
#define initMailcap 30
#define susp 31
#define col1L 32
#define linbeg 33
#define linend 34
#define curlno 35
#define topA 36
#define lastA 37
#define ldfile 38
#define mainMn 39
#define _mark 40
#define chkNMID 41
#define chkURL 42
#define mouse 44
#define msToggle 45
#define movD 46
#define movD1 47
#define movL 48
#define movL1 49
#define movR 50
#define movR1 51
#define movU 52
#define movU1 53
#define msgs 54
#define nextD 55
#define nextL 56
#define nextLU 57
#define nextA 58
#define nextMk 59
#define pgFore 60
#define nextR 61
#define nextRD 62
#define nextU 63
#define movRW 64
#define ldOpt 67
#define pcmap 68
#define curURL 69
#define peekIMG 70
#define peekURL 71
#define pipeBuf 72
#define pipesh 73
#define prevA 74
#define prevMk 75
#define pgBack 76
#define movLW 77
#define svBuf 78
#define qquitfm 79
#define readsh 80
#define rdrwSc 81
#define reMark 82
#define reload 83
#define col1R 84
#define svI 86
#define svA 87
#define srchfor 89
#define srchbak 90
#define srchnxt 92
#define srchprv 93
#define selBuf 94
#define selMn 95
#define setEnv 96
#define setOpt 97
#define shiftl 99
#define shiftr 100
#define vwSrc 101
#define submitForm 102
#define lup1 104
#define dispVer 105
#define followI 108
#define wrapToggle 110