Home
last modified time | relevance | path

Searched refs:set_file_opts (Results 1 – 2 of 2) sorted by relevance

/dports/math/oleo/oleo-1.99.16/src/
H A Dio-term.c106 int (*set_file_opts) (int, char *) = oleo_set_options; variable
301 set_file_opts = oleo_set_options; in do_set_option()
309 set_file_opts = sylk_set_options; in do_set_option()
317 set_file_opts = sylk_set_options; in do_set_option()
324 set_file_opts = sc_set_options; in do_set_option()
332 set_file_opts = panic_set_options; in do_set_option()
340 set_file_opts = list_set_options; in do_set_option()
354 if ((*set_file_opts) (set_opt, ptr)) in do_set_option()
H A Dio-generic.h47 extern int (*set_file_opts) (int, char *);