ngspice/src/frontend
h_vogt 561e339365 reduce compiler warnings 2011-05-21 12:44:27 +00:00
..
help
numparam
parser
plotting
trannoise
wdisp
.cvsignore
ChangeLog
Makefile.am
README
arg.c
arg.h
aspice.c
aspice.h
breakp.c
breakp.h
breakp2.c
breakp2.h
circuits.c
circuits.h
com_ahelp.c
com_ahelp.h
com_alias.c
com_alias.h
com_asciiplot.c
com_asciiplot.h
com_cdump.c
com_cdump.h
com_chdir.c
com_chdir.h
com_commands.h
com_compose.c
com_compose.h
com_display.c
com_display.h
com_dl.c
com_dl.h
com_dump.c
com_dump.h
com_echo.c
com_echo.h
com_fft.c
com_fft.h
com_ghelp.c
com_ghelp.h
com_gnuplot.c
com_gnuplot.h
com_hardcopy.c
com_hardcopy.h
com_help.c
com_help.h
com_history.c
com_history.h
com_let.c
com_let.h
com_measure2.c
com_measure2.h
com_option.c
com_option.h
com_plot.c
com_plot.h
com_rehash.c
com_rehash.h
com_set.c
com_set.h
com_setscale.c
com_setscale.h
com_shell.c
com_shell.h
com_shift.c
com_shift.h
com_state.c
com_state.h
com_strcmp.c
com_strcmp.h
com_sysinfo.c
com_unset.c
com_unset.h
com_xgraph.c
com_xgraph.h
commands.c
commands.h
completion.h
control.c
control.h
cpitf.c
cpitf.h
define.c
define.h
device.c
device.h
diff.c
diff.h
dimens.c
dimens.h
display.c
display.h
dotcards.c
dotcards.h
error.c
error.h
evaluate.c
evaluate.h
fourier.c
fourier.h
ftehelp.h
gens.c
gens.h
hcomp.c
hcomp.h
hpgl.c
hpgl.h
init.c
init.h
inp.c
inp.h
inpcom.c
inpcom.h
interp.c
interp.h
linear.c
linear.h
measure.c
misccoms.c
misccoms.h
miscvars.c
miscvars.h
mw_coms.c
mw_coms.h
newcoms.c
newcoms.h
nutinp.c
nutinp.h
nutmegif.c
nutmegif.h
options.c
options.h
outitf.c
outitf.h
parse-bison.c
parse-bison.h
parse-bison.y
parse.c
parse.h
points.c
points.h
postcoms.c
postcoms.h
postsc.c
postsc.h
quote.c
quote.h
rawfile.c
rawfile.h
resource.c
resource.h
runcoms.c
runcoms.h
runcoms2.c
runcoms2.h
shyu.c
shyu.h
signal_handler.c
signal_handler.h
spec.c
spec.h
spiceif.c
spiceif.h
streams.c
streams.h
subckt.c
subckt.h
terminal.c
terminal.h
testcommands.c
typesdef.c
typesdef.h
variable.c
variable.h
vectors.c
vectors.h
where.c
where.h

README

This directory contains the code that is behind the commands of the
interactive frontend.  Note that every command has a source file
associated with it.  The source file is prefixed with `com_' to
distinguish command source files from other supporting code.