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 "color/lib.h"#include "menu/lib.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_command_id (enum CommandId id) |
| Get the name of a Command id. | |
| const char * | name_content_type (enum ContentType type) |
| Get the name of a content type. | |
| const char * | name_content_encoding (enum ContentEncoding enc) |
| Get the name of a content encoding. | |
| const char * | name_content_disposition (enum ContentDisposition disp) |
| Get the name of a content disposition. | |
| const char * | name_notify_type (enum NotifyType type) |
| Get the name of a notification type. | |
| const char * | name_mailbox_type (enum MailboxType type) |
| Get the name of a mailbox type. | |
| const char * | name_menu_type (enum MenuType mt) |
| Get the name of a menu type. | |
| const char * | name_notify_global (int id) |
| Get the name of a global notification type. | |
| const char * | name_notify_config (int id) |
| Get the name of a config notification type. | |
| const char * | name_notify_mailbox (int id) |
| Get the name of a mailbox notification type. | |
| const char * | name_notify_mview (int id) |
| Get the name of a mailbox view notification type. | |
| const char * | name_window_type (const struct MuttWindow *win) |
| Get the name of a window type. | |
| const char * | name_window_size (const struct MuttWindow *win) |
| Get the name of a window size. | |
| const char * | name_color_id (int cid) |
| Get the name of a color ID. | |
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_command_id | ( | enum CommandId | id | ) |
| const char * name_content_type | ( | enum ContentType | type | ) |
Get the name of a content type.
| type | Content type enum |
| str | Name of the content type |
Definition at line 154 of file names.c.
Here is the caller graph for this function:| const char * name_content_encoding | ( | enum ContentEncoding | enc | ) |
Get the name of a content encoding.
| enc | Content encoding enum |
| str | Name of the content encoding |
Definition at line 177 of file names.c.
Here is the caller graph for this function:| const char * name_content_disposition | ( | enum ContentDisposition | disp | ) |
Get the name of a content disposition.
| disp | Content disposition enum |
| str | Name of the content disposition |
Definition at line 197 of file names.c.
Here is the caller graph for this function:| const char * name_notify_type | ( | enum NotifyType | type | ) |
Get the name of a notification type.
| type | Notification type enum |
| str | Name of the notification type |
Definition at line 214 of file names.c.
Here is the caller graph for this function:| const char * name_mailbox_type | ( | enum MailboxType | type | ) |
Get the name of a mailbox type.
| type | Mailbox type enum |
| str | Name of the mailbox type |
Definition at line 250 of file names.c.
Here is the caller graph for this function:| const char * name_menu_type | ( | enum MenuType | mt | ) |
Get the name of a menu type.
| mt | Menu type enum |
| str | Name of the menu type |
Definition at line 275 of file names.c.
Here is the caller graph for this function:| const char * name_notify_global | ( | int | id | ) |
Get the name of a global notification type.
| id | Notification subtype |
| str | Name of the notification |
Definition at line 306 of file names.c.
Here is the caller graph for this function:| const char * name_notify_config | ( | int | id | ) |
Get the name of a config notification type.
| id | Notification subtype |
| str | Name of the notification |
Definition at line 322 of file names.c.
Here is the caller graph for this function:| const char * name_notify_mailbox | ( | int | id | ) |
Get the name of a mailbox notification type.
| id | Notification subtype |
| str | Name of the notification |
Definition at line 338 of file names.c.
Here is the caller graph for this function:| const char * name_notify_mview | ( | int | id | ) |
Get the name of a mailbox view notification type.
| id | Notification subtype |
| str | Name of the notification |
Definition at line 359 of file names.c.
Here is the caller graph for this function:| const char * name_window_type | ( | const struct MuttWindow * | win | ) |
Get the name of a window type.
| win | Window to examine |
| str | Name of the window type |
Definition at line 375 of file names.c.
| const char * name_window_size | ( | const struct MuttWindow * | win | ) |
Get the name of a window size.
| win | Window to examine |
| str | Name of the window size |
Definition at line 418 of file names.c.
Here is the caller graph for this function:| const char * name_color_id | ( | int | cid | ) |
Get the name of a color ID.
| cid | Color ID |
| str | Name of the color |
Definition at line 437 of file names.c.
Here is the caller graph for this function: