Debug names. More...
#include "config.h"#include "mutt/lib.h"#include "config/lib.h"#include "email/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "lib.h"#include "menu/lib.h"#include "mview.h"
Include dependency graph for names.c:Go to the source code of this file.
Macros | |
| #define | DEBUG_NAME(NAME) |
| #define | DEBUG_DEFAULT |
Functions | |
| const char * | name_content_type (enum ContentType type) |
| const char * | name_content_encoding (enum ContentEncoding enc) |
| const char * | name_content_disposition (enum ContentDisposition disp) |
| const char * | name_notify_type (enum NotifyType type) |
| const char * | name_mailbox_type (enum MailboxType type) |
| const char * | name_menu_type (enum MenuType mt) |
| const char * | name_notify_global (int id) |
| const char * | name_notify_config (int id) |
| const char * | name_notify_mailbox (int id) |
| const char * | name_notify_mview (int id) |
| const char * | name_window_type (const struct MuttWindow *win) |
| const char * | name_window_size (const struct MuttWindow *win) |
| const char * | name_color_id (int cid) |
Debug names.
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.c.
| #define DEBUG_NAME | ( | NAME | ) |
| #define DEBUG_DEFAULT |
| const char * name_content_type | ( | enum ContentType | type | ) |
Definition at line 47 of file names.c.
Here is the caller graph for this function:| const char * name_content_encoding | ( | enum ContentEncoding | enc | ) |
Definition at line 65 of file names.c.
Here is the caller graph for this function:| const char * name_content_disposition | ( | enum ContentDisposition | disp | ) |
Definition at line 80 of file names.c.
Here is the caller graph for this function:| const char * name_notify_type | ( | enum NotifyType | type | ) |
Definition at line 92 of file names.c.
Here is the caller graph for this function:| const char * name_mailbox_type | ( | enum MailboxType | type | ) |
Definition at line 123 of file names.c.
Here is the caller graph for this function:| const char * name_menu_type | ( | enum MenuType | mt | ) |
| const char * name_notify_global | ( | int | id | ) |
Definition at line 168 of file names.c.
Here is the caller graph for this function:| const char * name_notify_config | ( | int | id | ) |
Definition at line 179 of file names.c.
Here is the caller graph for this function:| const char * name_notify_mailbox | ( | int | id | ) |
Definition at line 190 of file names.c.
Here is the caller graph for this function:| const char * name_notify_mview | ( | int | id | ) |
Definition at line 206 of file names.c.
Here is the caller graph for this function:| const char * name_window_type | ( | const struct MuttWindow * | win | ) |
Definition at line 217 of file names.c.
| const char * name_window_size | ( | const struct MuttWindow * | win | ) |
Definition at line 254 of file names.c.
Here is the caller graph for this function:| const char * name_color_id | ( | int | cid | ) |
Definition at line 268 of file names.c.
Here is the caller graph for this function: