Home
last modified time | relevance | path

Searched full:sourcing (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/usr.bin/mail/
H A Dlex.c199 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 Dutil.c256 * 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 Dcmd3.c336 * Quit quickly. If we are sourcing, just pop the input level
342 if (sourcing) in rexit()
412 else if (!sourcing) { in unset()
H A Dglob.h45 extern int sourcing; /* Currently reading variant file */
H A Dquit.c49 * If we are sourcing, then return 1 so execute() can handle it. in quitcmd()
52 if (sourcing) in quitcmd()
H A Dmain.c49 int sourcing; variable
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml225 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 Dpse-controller.yaml7 title: Power Sourcing Equipment (PSE).
9 description: Binding for the Power Sourcing Equipment (PSE) as defined in the
H A Dpodl-pse-regulator.yaml7 title: Regulator based Power Sourcing Equipment
H A Dti,tps23881.yaml7 title: TI TPS23881 Power Sourcing Equipment controller
H A Dmicrochip,pd692x0.yaml7 title: Microchip PD692x0 Power Sourcing Equipment controller
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dbrcm,bcm2835-cprman.txt9 few PLLs, and a level of mostly-generic clock generators sourcing from
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dti,hd3ss3220.yaml14 Configuration (CC) logic and 5V VCONN sourcing for ecosystems implementing USB Type-C. The
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dzones.cfg62 # Make sure that multiple sourcing of this script doesn't change the zone name
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-edp.yaml17 board, either for second-sourcing purposes or to support multiple SKUs
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dethernet-phy.yaml165 Specifies a reference to a node representing a Power Sourcing Equipment.
/freebsd/contrib/bmake/
H A Dos.sh35 # this lets us skip sourcing it again
/freebsd/contrib/atf/atf-sh/
H A Datf-sh.3184 This main function should not do anything else, except maybe sourcing
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td117 …HelpText<"Tells the debugger not to echo commands while sourcing files or one-line commands provid…
/freebsd/contrib/unbound/contrib/android/
H A Dsetenv_android.sh32 # cryptest-android.sh may run this script without sourcing.
/freebsd/contrib/llvm-project/lldb/docs/man/
H A Dlldb.rst114 …Tells the debugger not to echo commands while sourcing files or one-line commands provided on the …
/freebsd/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh29 # cryptest-ios.sh may run this script without sourcing.
/freebsd/libexec/rc/
H A Drc.subr1944 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 Dmain.c471 * it's possible that the user is sourcing a file that exits from the in v_end()
/freebsd/share/man/man8/
H A Drc.subr.8117 They are accessed by sourcing

12