|
|
|
@ -206,7 +206,7 @@ struct comm spcp_coms[] = { |
|
|
|
NULL, |
|
|
|
"file plotargs : Send plot to gnuplot." } , |
|
|
|
{ "wrdata", com_write_simple, FALSE, TRUE, |
|
|
|
{ 1, 041000, 041000, 041000 }, E_DEFHMASK, 2, LOTS, |
|
|
|
{ 1, 041000, 041000, 041000 }, E_DEFHMASK, 2, NLOTS, |
|
|
|
NULL, |
|
|
|
"file plotargs : Send plot data to file." } , |
|
|
|
{ "wrs2p", com_write_sparam, FALSE, TRUE, |
|
|
|
@ -483,7 +483,7 @@ struct comm spcp_coms[] = { |
|
|
|
NULL, |
|
|
|
"[-r] [number] : Print command history." } , |
|
|
|
{ "echo", com_echo, FALSE, FALSE, |
|
|
|
{ 1, 1, 1, 1 }, E_DEFHMASK, 0, LOTS, |
|
|
|
{ 1, 1, 1, 1 }, E_DEFHMASK, 0, NLOTS, |
|
|
|
NULL, |
|
|
|
"[stuff ...] : Print stuff." } , |
|
|
|
{ "shell", com_shell, FALSE, TRUE, |
|
|
|
@ -665,7 +665,7 @@ struct comm nutcp_coms[] = { |
|
|
|
NULL, |
|
|
|
"file plotargs : Send plot to gnuplot." } , |
|
|
|
{ "wrdata", com_write_simple, FALSE, TRUE, |
|
|
|
{ 1, 041000, 041000, 041000 }, E_DEFHMASK, 2, LOTS, |
|
|
|
{ 1, 041000, 041000, 041000 }, E_DEFHMASK, 2, NLOTS, |
|
|
|
NULL, |
|
|
|
"file plotargs : Send plot data to file." } , |
|
|
|
{ "wrs2p", com_write_sparam, FALSE, TRUE, |
|
|
|
|