File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / libparse / mkinfo_scmd.sed
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 5 months ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

    1: 1i\
    2: /*\
    3:  * Automatically generated - do not modify\
    4:  */\
    5: \
    6: #include "ntp_types.h"\
    7: #include "ntpd.h"\
    8: #include "trimble.h"\
    9: \
   10: cmd_info_t trimble_scmds[] = {
   11: s!^#define[ 	][ 	]*\(CMD_C[^ 	]*\)[ 	][ 	]*\([^ 	]*\)[ 	][ 	]*/\*[ 	][ 	]*\(.*\)[ 	][ 	]*\*/!	{ \1, "\1", "\3 (\2)", "", 0 },!p
   12: $a\
   13: 	{ 0xFF, "", "" }\
   14: };\
   15: 
   16: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>