/freebsd/usr.bin/mail/ |
H A D | lex.c | 199 if (!sourcing) { in commands() 214 if (!sourcing && value("interactive") != NULL) { in commands() 245 if (sourcing) { in commands() 292 if (sourcing) { in execute() 293 printf("Can't \"!\" while sourcing\n"); in execute() 307 * first command in the table; while sourcing, in execute() 312 if (sourcing && *word == '\0') in execute() 332 * If we are sourcing an interactive command, it's in execute() 341 if (sourcing && com->c_argtype & I) { in execute() 342 printf("May not execute \"%s\" while sourcing\n", in execute() [all …]
|
H A D | util.c | 256 * Set the global flag "sourcing" so that others will realize 273 printf("Too much \"sourcing\" going on.\n"); in source() 284 sourcing++; in source() 290 * Update the "sourcing" flag as appropriate. 297 sourcing = 0; in unstack() 308 sourcing = loading; in unstack()
|
H A D | cmd3.c | 336 * Quit quickly. If we are sourcing, just pop the input level 342 if (sourcing) in rexit() 412 else if (!sourcing) { in unset()
|
H A D | glob.h | 45 extern int sourcing; /* Currently reading variant file */
|
H A D | quit.c | 49 * If we are sourcing, then return 1 so execute() can handle it. in quitcmd() 52 if (sourcing) in quitcmd()
|
H A D | main.c | 49 int sourcing; variable
|
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/ |
H A D | adi,ad74115.yaml | 225 adi,ext1-burnout-current-polarity-sourcing: 229 When present, the burnout current polarity for EXT1 is sourcing. 240 adi,ext2-burnout-current-polarity-sourcing: 244 When present, the burnout current polarity for EXT2 is sourcing. 255 adi,viout-burnout-current-polarity-sourcing: 259 When present, the burnout current polarity for VIOUT is sourcing.
|
/freebsd/sys/contrib/device-tree/Bindings/net/pse-pd/ |
H A D | pse-controller.yaml | 7 title: Power Sourcing Equipment (PSE). 9 description: Binding for the Power Sourcing Equipment (PSE) as defined in the
|
H A D | podl-pse-regulator.yaml | 7 title: Regulator based Power Sourcing Equipment
|
H A D | ti,tps23881.yaml | 7 title: TI TPS23881 Power Sourcing Equipment controller
|
H A D | microchip,pd692x0.yaml | 7 title: Microchip PD692x0 Power Sourcing Equipment controller
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | brcm,bcm2835-cprman.txt | 9 few PLLs, and a level of mostly-generic clock generators sourcing from
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | ti,hd3ss3220.yaml | 14 Configuration (CC) logic and 5V VCONN sourcing for ecosystems implementing USB Type-C. The
|
/freebsd/tests/sys/cddl/zfs/tests/zones/ |
H A D | zones.cfg | 62 # Make sure that multiple sourcing of this script doesn't change the zone name
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | panel-edp.yaml | 17 board, either for second-sourcing purposes or to support multiple SKUs
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ethernet-phy.yaml | 165 Specifies a reference to a node representing a Power Sourcing Equipment.
|
/freebsd/contrib/bmake/ |
H A D | os.sh | 35 # this lets us skip sourcing it again
|
/freebsd/contrib/atf/atf-sh/ |
H A D | atf-sh.3 | 184 This main function should not do anything else, except maybe sourcing
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Options.td | 117 …HelpText<"Tells the debugger not to echo commands while sourcing files or one-line commands provid…
|
/freebsd/contrib/unbound/contrib/android/ |
H A D | setenv_android.sh | 32 # cryptest-android.sh may run this script without sourcing.
|
/freebsd/contrib/llvm-project/lldb/docs/man/ |
H A D | lldb.rst | 114 …Tells the debugger not to echo commands while sourcing files or one-line commands provided on the …
|
/freebsd/contrib/unbound/contrib/ios/ |
H A D | setenv_ios.sh | 29 # cryptest-ios.sh may run this script without sourcing.
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 1944 debug "Sourcing /etc/defaults/rc.conf" 1948 debug "Sourcing /etc/rc.conf (/etc/defaults/rc.conf doesn't exist)." 1960 debug "Sourcing ${_d}/rc.conf.d/$_name" 1966 debug "Sourcing $_rc"
|
/freebsd/contrib/nvi/common/ |
H A D | main.c | 471 * it's possible that the user is sourcing a file that exits from the in v_end()
|
/freebsd/share/man/man8/ |
H A D | rc.subr.8 | 117 They are accessed by sourcing
|