Setup NeoMutt Commands. More...
#include "core/lib.h"
Include dependency graph for commands.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| const struct Command * | command_find_by_id (const struct CommandArray *ca, enum CommandId id) |
| Find a NeoMutt Command by its CommandId. | |
| const struct Command * | command_find_by_name (const struct CommandArray *ca, const char *name) |
| Find a NeoMutt Command by its name. | |
Setup NeoMutt Commands.
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 commands.h.
Find a NeoMutt Command by its CommandId.
| ca | Array of Commands |
| id | ID to find |
| ptr | Matching Command |
Definition at line 146 of file commands.c.
Here is the caller graph for this function:| const struct Command * command_find_by_name | ( | const struct CommandArray * | ca, |
| const char * | name ) |
Find a NeoMutt Command by its name.
| ca | Array of Commands |
| name | Name to find |
| ptr | Matching Command |
Definition at line 171 of file commands.c.
Here is the call graph for this function:
Here is the caller graph for this function: