]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ntp/libparse/mkinfo_rcmd.sed
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ntp / libparse / mkinfo_rcmd.sed
1 1i\
2 \
3 cmd_info_t trimble_rcmds[] = {
4 s!^#define[     ][      ]*\(CMD_R[^     ]*\)[   ][      ]*\([^  ]*\)[   ][      ]*/\*[  ][      ]*\(.*\)[       ]*:\([^:]*\):\([^:]*\)[         ][      ]*\*/!  { \1, "\1", "\3 (\2)", "\4", \5 },!p
5 $a\
6         { 0xFF, "", "" }\
7 };\
8