Home
last modified time | relevance | path

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

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