Searched defs:TABLE_LAST (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ | ||
H A D | var-expand.c | 21 #define TABLE_LAST(t) \ macro 177 for (t = table; !TABLE_LAST(t); t++) { 415 for (t = ctx->table; !TABLE_LAST(t); t++) { |
Completed in 12 milliseconds