Annotation of embedaddon/ntp/libparse/mkinfo_scmd.sed, revision 1.1
1.1 ! misho 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>