Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dedit.c26 extern int force_open;
577 if (!force_open && !opened(ifile) && bin_file(f)) in edit_ifile()
594 if (!force_open && f >= 0 && isatty(f)) in edit_ifile()
H A Dfilename.c46 extern int force_open;
1021 if (!force_open && is_dir(filename)) in bad_file()
1039 } else if (force_open) in bad_file()
H A Dopttbl.c40 public int force_open; /* Open the file even if not regular file */ variable
250 BOOL, OPT_OFF, &force_open, NULL,