Lines Matching defs:oe
367 const struct options_table_entry *oe;
492 for (oe = options_table; oe->name != NULL; oe++) {
493 if (oe->scope & OPTIONS_TABLE_SERVER)
494 options_default(global_options, oe);
495 if (oe->scope & OPTIONS_TABLE_SESSION)
496 options_default(global_s_options, oe);
497 if (oe->scope & OPTIONS_TABLE_WINDOW)
498 options_default(global_w_options, oe);