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

/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-set-option.c95 const struct options_table_entry *oe_loop; local
99 for (oe_loop = tables[i]; oe_loop->name != NULL; oe_loop++) {
100 if (strncmp(oe_loop->name, optstr, strlen(optstr)) != 0)
106 *oe = oe_loop;

Completed in 52 milliseconds