struct circ * ft_curckt
Definition: main.c:184
Jspice3
|
Go to the source code of this file.
Functions | |
static bool | testv () |
void | ft_cpinit () |
bool | cp_istrue (wordlist *wl) |
static bool | testv (struct dvec *v) |
void | cp_periodic () |
void | cp_doquit () |
bool | cp_oddcomm (char *s, wordlist *wl) |
bool | cp_block (char *s) |
void | cp_bind (char *name) |
void | cp_unbind (char *name) |
bool cp_block | ( | char * | s | ) |
void cp_doquit | ( | ) |
Definition at line 329 of file cpitf.c.
Definition at line 256 of file cpitf.c.
void cp_unbind | ( | char * | name | ) |
Definition at line 404 of file cpitf.c.
void ft_cpinit | ( | ) |
Definition at line 21 of file cpitf.c.
|
static |