Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/nvi/ex/
H A Dscript.h10 struct _script { struct
/freebsd-14.2/contrib/nvi/common/
H A Dcommon.h40 typedef struct _script SCRIPT;
/freebsd-14.2/libexec/rc/
H A Drc.subr335 _script="${_chroot}${_chroot:+/}$_procname"
336 if [ -r "$_script" ]; then
337 read _interp < $_script # read interpreter name
352 warn "no shebang line in $_script"
357 warn "cannot read shebang line from $_script"