Searched refs:opts_empty (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/nvi/ex/ |
| H A D | ex_shell.c | 44 if (opts_empty(sp, O_SHELL, 0)) in ex_shell() 92 if (opts_empty(sp, O_SHELL, 0)) in ex_exec_proc()
|
| H A D | ex_filter.c | 57 if (opts_empty(sp, O_SHELL, 0)) in ex_filter()
|
| H A D | ex_argv.c | 162 if (opts_empty(sp, O_SHELL, 1) || opts_empty(sp, O_SHELLMETA, 1)) in argv_exp2()
|
| H A D | ex_script.c | 91 if (opts_empty(sp, O_SHELL, 0)) in sscr_init()
|
| /freebsd-14.2/contrib/nvi/common/ |
| H A D | recover.c | 132 if (opts_empty(sp, O_RECDIR, 0)) in rcv_tmp() 274 if (opts_empty(sp, O_RECDIR, 0)) in rcv_sync() 343 if (opts_empty(sp, O_RECDIR, 0)) in rcv_mailfile() 508 if (opts_empty(sp, O_RECDIR, 0)) in rcv_list() 615 if (opts_empty(sp, O_RECDIR, 0))
|
| H A D | exf.c | 174 if (opts_empty(sp, O_TMPDIR, 0)) in file_init() 834 if (!opts_empty(sp, O_BACKUP, 1) &&
|
| H A D | options.c | 797 opts_empty(SCR *sp, int off, int silent) in opts_empty() function
|
| /freebsd-14.2/contrib/nvi/cl/ |
| H A D | cl_screen.c | 202 if (opts_empty(sp, O_TERM, 0)) in cl_vi_init()
|
| /freebsd-14.2/usr.bin/vi/ |
| H A D | extern.h | 387 int opts_empty(SCR *, int, int);
|