Pattern Expando definitions. More...
#include <stdbool.h>#include <stdio.h>#include "private.h"#include "mutt/lib.h"#include "expando/lib.h"#include "pattern_data.h"
Include dependency graph for expando.c:Go to the source code of this file.
Functions | |
| static void | pattern_description (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Pattern: pattern description - Implements get_string_t -. | |
| static void | pattern_expression (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| Pattern: pattern expression - Implements get_string_t -. | |
| static long | pattern_number_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| Pattern: Index number - Implements get_number_t -. | |
Variables | |
| const struct ExpandoRenderCallback | PatternRenderCallbacks [] |
| Callbacks for Pattern 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 expando.c.
| const struct ExpandoRenderCallback PatternRenderCallbacks[] |
Callbacks for Pattern Expandos.
Definition at line 75 of file expando.c.