Debug names for Expandos. More...
#include "config.h"#include <stdbool.h>#include "mutt/lib.h"#include "email/lib.h"#include "core/lib.h"#include "alias/expando.h"#include "alias/gui.h"#include "conn/lib.h"#include "gui/lib.h"#include "attach/lib.h"#include "browser/lib.h"#include "compmbox/lib.h"#include "expando/lib.h"#include "history/lib.h"#include "index/lib.h"#include "menu/lib.h"#include "ncrypt/lib.h"#include "compose/shared_data.h"#include "index/shared_data.h"#include "ncrypt/pgp.h"#include "ncrypt/pgplib.h"#include "ncrypt/private.h"#include "ncrypt/smime.h"#include "pattern/private.h"#include "send/expando_msgid.h"#include "sidebar/private.h"#include "ncrypt/crypt_gpgme.h"#include "autocrypt/lib.h"#include "autocrypt/private.h"
Include dependency graph for names_expando.c:Go to the source code of this file.
Macros | |
| #define | DEBUG_NAME(NAME) |
| #define | DEBUG_DEFAULT |
Functions | |
| const char * | name_expando_node_type (enum ExpandoNodeType type) |
| const char * | name_expando_pad_type (enum ExpandoPadType type) |
| const char * | name_expando_domain (enum ExpandoDomain did) |
| const char * | name_expando_uid_alias (int uid) |
| const char * | name_expando_uid_attach (int uid) |
| const char * | name_expando_uid_autocrypt (int uid) |
| const char * | name_expando_uid_body (int uid) |
| const char * | name_expando_uid_compose (int uid) |
| const char * | name_expando_uid_compress (int uid) |
| const char * | name_expando_uid_email (int uid) |
| const char * | name_expando_uid_envelope (int uid) |
| const char * | name_expando_uid_folder (int uid) |
| const char * | name_expando_uid_global (int uid) |
| const char * | name_expando_uid_history (int uid) |
| const char * | name_expando_uid_index (int uid) |
| const char * | name_expando_uid_mailbox (int uid) |
| const char * | name_expando_uid_menu (int uid) |
| const char * | name_expando_uid_msg_id (int uid) |
| const char * | name_expando_uid_nntp (int uid) |
| const char * | name_expando_uid_pattern (int uid) |
| const char * | name_expando_uid_pgp (int uid) |
| const char * | name_expando_uid_pgp_cmd (int uid) |
| const char * | name_expando_uid_pgp_key (int uid) |
| const char * | name_expando_uid_sidebar (int uid) |
| const char * | name_expando_uid_smime_cmd (int uid) |
| const char * | name_expando_uid (enum ExpandoDomain did, int uid) |
| const char * | name_format_justify (enum FormatJustify just) |
Debug names for Expandos.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file names_expando.c.
| #define DEBUG_NAME | ( | NAME | ) |
Definition at line 57 of file names_expando.c.
| #define DEBUG_DEFAULT |
Definition at line 61 of file names_expando.c.
| const char * name_expando_node_type | ( | enum ExpandoNodeType | type | ) |
Definition at line 65 of file names_expando.c.
| const char * name_expando_pad_type | ( | enum ExpandoPadType | type | ) |
Definition at line 80 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_domain | ( | enum ExpandoDomain | did | ) |
Definition at line 91 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_alias | ( | int | uid | ) |
Definition at line 120 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_attach | ( | int | uid | ) |
Definition at line 137 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_autocrypt | ( | int | uid | ) |
Definition at line 149 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_body | ( | int | uid | ) |
Definition at line 163 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_compose | ( | int | uid | ) |
Definition at line 185 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_compress | ( | int | uid | ) |
Definition at line 195 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_email | ( | int | uid | ) |
Definition at line 205 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_envelope | ( | int | uid | ) |
Definition at line 239 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_folder | ( | int | uid | ) |
Definition at line 272 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_global | ( | int | uid | ) |
Definition at line 301 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_history | ( | int | uid | ) |
Definition at line 318 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_index | ( | int | uid | ) |
Definition at line 328 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_mailbox | ( | int | uid | ) |
Definition at line 353 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_menu | ( | int | uid | ) |
Definition at line 364 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_msg_id | ( | int | uid | ) |
Definition at line 372 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_nntp | ( | int | uid | ) |
Definition at line 392 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_pattern | ( | int | uid | ) |
Definition at line 406 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_pgp | ( | int | uid | ) |
Definition at line 417 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_pgp_cmd | ( | int | uid | ) |
Definition at line 428 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_pgp_key | ( | int | uid | ) |
Definition at line 441 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_sidebar | ( | int | uid | ) |
Definition at line 463 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid_smime_cmd | ( | int | uid | ) |
Definition at line 486 of file names_expando.c.
Here is the caller graph for this function:| const char * name_expando_uid | ( | enum ExpandoDomain | did, |
| int | uid ) |
Definition at line 502 of file names_expando.c.
Here is the call graph for this function:
Here is the caller graph for this function:| const char * name_format_justify | ( | enum FormatJustify | just | ) |
Definition at line 558 of file names_expando.c.
Here is the caller graph for this function: