Searched refs:macro (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dtest-lib.inc2 'TEST()' macro. This is sometimes called "the X trick" (as the
3 macro is often imaginatively called X(). */
/dovecot/src/imap/
H A Dcmd-fetch.c49 const char *str, *const *macro; local
61 macro = all_macro;
63 macro = fast_macro;
65 macro = full_macro;
67 macro = NULL;
71 if (macro != NULL) {
72 while (*macro != NULL) {
73 if (!imap_fetch_cmd_init_handler(ctx, cmd, *macro, &arg))
75 macro++;

Completed in 9 milliseconds