Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/nvi/ex/
H A Dscript.h12 struct _script { struct
/freebsd-12.1/contrib/nvi/common/
H A Dcommon.h39 typedef struct _script SCRIPT;
/freebsd-12.1/libexec/rc/
H A Drc.subr322 _script="${_chroot}${_chroot:+/}$_procname"
323 if [ -r "$_script" ]; then
324 read _interp < $_script # read interpreter name
339 warn "no shebang line in $_script"
344 warn "cannot read shebang line from $_script"