Searched defs:one (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ |
H A D | test-var-expand.c | 327 { 'o', "1", "one" }, 393 { "%{if;%{one};eq;%{one};yes;no}", "yes", 1 }, 394 { "%{if;%{one};eq;%{two};yes;no}", "no", 1 }, 395 { "%{if;%{one};eq;%{one};%{one};%{two}}", "1", 1 }, 396 { "%{if;%{one};gt;%{two};%{one};%{two}}", "2", 1 }, 399 { "%{if;%{if;%{one};e 427 const struct var_expand_table one[] = { local [all...] |
Completed in 11 milliseconds