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