add dot commands .sndprint, .sndparam

This commit is contained in:
Holger Vogt 2020-07-31 22:40:43 +02:00
parent d607b785f0
commit 20369f28ba
2 changed files with 4 additions and 0 deletions

View File

@ -690,6 +690,8 @@ inp_spsource(FILE *fp, bool comfile, char *filename, bool intfile)
ciprefix(".four", s) ||
eq(s, ".plot") ||
eq(s, ".print") ||
eq(s, ".sndprint") ||
eq(s, ".sndparam") ||
eq(s, ".save") ||
eq(s, ".op") ||
ciprefix(".meas", s) ||

View File

@ -136,6 +136,8 @@ inp_nutsource(FILE *fp, bool comfile, char *filename)
if (eq(s, ".width") || ciprefix(".four", s) ||
eq(s, ".plot") ||
eq(s, ".print") ||
eq(s, ".sndprint") ||
eq(s, ".sndparam") ||
eq(s, ".save"))
{
wl_append_word(&wl, &end, copy(dd->line));