#include "cr-pseudo.h"
Go to the source code of this file.
Functions | |
CRPseudo * | cr_pseudo_new (void) |
Constructor of the CRPseudo class. | |
guchar * | cr_pseudo_to_string (CRPseudo *a_this) |
void | cr_pseudo_dump (CRPseudo *a_this, FILE *a_fp) |
Dumps the pseudo to a file. | |
void | cr_pseudo_destroy (CRPseudo *a_this) |
destructor of the CRPseudo class. |
Definition in file cr-pseudo.c.
|
destructor of the CRPseudo class.
Definition at line 156 of file cr-pseudo.c. References _CRPseudo::extra, and _CRPseudo::name. Referenced by cr_additional_sel_destroy(), and cr_additional_sel_set_pseudo(). |
|
Dumps the pseudo to a file.
Definition at line 134 of file cr-pseudo.c. References cr_pseudo_to_string(). |
|
Constructor of the CRPseudo class.
Definition at line 39 of file cr-pseudo.c. |
|
Definition at line 50 of file cr-pseudo.c. References _CRPseudo::extra, FUNCTION_PSEUDO, IDENT_PSEUDO, name, _CRPseudo::name, and _CRPseudo::type. Referenced by cr_additional_sel_to_string(), and cr_pseudo_dump(). |