Home
last modified time | relevance | path

Searched refs:opt_usetabs (Results 1 – 3 of 3) sorted by relevance

/dports/editors/joe/joe-4.6/joe/
H A Dscrn.h376 extern int opt_usetabs;
H A Doptions.c404 {"usetabs", 0, &opt_usetabs, NULL, 0, 0, _("Screen update uses tabs"), 0, 0, 0 },
H A Dscrn.c17 int opt_usetabs = 0; variable
832 if (!opt_usetabs) { in nopen()