📄 miscvars.c
字号:
/**********Copyright 1990 Regents of the University of California. All rights reserved.Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group**********/#include "spice.h"#include "cpdefs.h"#include "ftedefs.h"#include "ftedata.h"#include "fteinp.h"#include "suffix.h"bool ft_nomod = false;bool ft_nopage = false;bool ft_parsedb = false;bool ft_vecdb = false;bool ft_simdb = false;bool ft_evdb = false;bool ft_grdb = false;bool ft_gidb = false;bool ft_controldb = false;bool ft_asyncdb = false;char *ft_setkwords[] = { "acct", "appendwrite", "bypass", "chgtol", "color<num>", "cpdebug", "cptime", "curplot", "curplotdate", "curplotname", "curplottitle", "debug", "defad", "defas", "defl", "defw", "device", "diff_abstol", "diff_reltol", "diff_vntol", "display", "dontplot", "dpolydegree", "editor", "filetype", "fourgridsize", "geometry", "geometry<num>", "gmin", "gridsize", "hcopydev", "hcopydevtype", "hcopyfont", "hcopyfontsize", "hcopyscale", "height", "history", "ignoreeof", "itl1", "itl2", "itl3", "itl4", "itl5", "list", "lprplot5", "lprps", "maxwins", "modelcard", "modelline", "nfreqs", "noasciiplotvalue", "noaskquit", "nobjthack", "nobreak", "noclobber", "node", "noglob", "nogrid", "nomod", "nomoremode", "nonomatch", "nopadding", "nopage", "noparse", "noprintscale", "nosort", "nosubckt", "numdgt", "opts", "pivrel", "pivtol", "plots", "pointchars", "polydegree", "polysteps", "program", "prompt", "rawfile", "rawfileprec", "renumber", "rhost", "rprogram", "slowplot", "sourcepath", "spicepath", "subend", "subinvoke", "substart", "term", "ticmarks", "tnom", "trtol", "units", "unixcom", "width", "x11lineararcs", "xbrushheight", "xbrushwidth", "xfont", NULL} ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -