/freebsd/bin/ed/ |
H A D | main.c | 75 int scripted = 0; /* if set, suppress diagnostics */ variable 105 scripted = 1; in main() 118 scripted = 1; in main() 171 if (modified && !scripted) { in main() 469 if (modified && !scripted) in exec_command() 636 gflag = (modified && !scripted && c == 'q') ? EMOD : EOF; in exec_command() 795 else if (modified && !scripted && n == 'q') in exec_command() 834 if (!scripted) printf("!\n"); in exec_command()
|
H A D | io.c | 55 if (!scripted) in read_file() 162 if (!scripted) in write_file() 309 if (!scripted && !isglobal && ++lc > rows) { in put_tty_line()
|
H A D | ed.h | 269 extern int scripted;
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | Makefile | 19 part_wizard.c scripted.c
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_impl.h | 219 boolean_t scripted; member
|
H A D | libzfs_diff.c | 213 (void) fputs(di->scripted ? "\t" : " -> ", fp); in print_rename() 771 di.scripted = (flags & ZFS_DIFF_PARSEABLE); in zfs_show_diffs()
|
H A D | libzfs.abi | 5264 <var-decl name='scripted' type-id='c19b74c3' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 5100 unsigned int column_size, boolean_t scripted) in print_one_stat() argument 5106 if (scripted) in print_one_stat() 6376 boolean_t queues = B_FALSE, parsable = B_FALSE, scripted = B_FALSE; in zpool_do_iostat() local 6444 scripted = B_TRUE; in zpool_do_iostat() 6477 cb.cb_scripted = scripted; in zpool_do_iostat() 6925 boolean_t scripted, boolean_t valid, enum zfs_nicenum_format format, in collect_vdev_prop() argument 6980 if (scripted) in collect_vdev_prop() 6999 boolean_t scripted = cb->cb_scripted; in collect_list_stats() local 7029 if (scripted) in collect_list_stats() 7047 scripted, B_TRUE, format, cb->cb_json, props, in collect_list_stats() [all …]
|
/freebsd/usr.sbin/bsdconfig/share/packages/ |
H A D | packages.subr | 862 # Just as-in the user-interface (opposed to scripted-use), only allow 878 # If invoked through the scripted interface, we likely have not yet 907 # Just as-in the user-interface (opposed to scripted-use), only 1092 # Just as-in the user-interface (opposed to scripted-use), only allow 1108 # If invoked through the scripted interface, we likely have not yet
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 3187 print_us_node(boolean_t scripted, boolean_t parsable, int *fields, int types, in print_us_node() argument 3280 if (scripted) in print_us_node() 3285 if (scripted) in print_us_node() 3300 print_us(boolean_t scripted, boolean_t parsable, int *fields, int types, in print_us() argument 3308 if (!scripted) { in print_us() 3327 print_us_node(scripted, parsable, fields, types, width, node); in print_us() 3348 boolean_t scripted = B_FALSE; in zfs_do_userspace() local 3386 scripted = B_TRUE; in zfs_do_userspace() 3563 print_us(scripted, parsable, fields, types, cb.cb_width, B_TRUE, in zfs_do_userspace() 6822 print_holds(boolean_t scripted, int nwidth, int tagwidth, nvlist_t *nvl, in print_holds() argument [all …]
|
/freebsd/lib/clang/liblldb/ |
H A D | Makefile | 554 SRCS+= Plugins/Process/scripted/ScriptedProcess.cpp 555 SRCS+= Plugins/Process/scripted/ScriptedThread.cpp
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | tcpip.subr | 1684 # menu if scripted, this function will always display the menu of available
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 448 lldb/source/Plugins/Process/scripted/CMakeLists.txt
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 11456 where no scripted answer was available.
|
/freebsd/contrib/xz/ |
H A D | ChangeLog | 15229 for many scripted use cases for xz. The sandbox usage is already very
|