Searched refs:firstarg (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/heimdal/
H A Dmissing333 firstarg="$1"
335 case $firstarg in
337 firstarg=`echo "$firstarg" | sed s/o//`
338 tar "$firstarg" "$@" && exit 0
341 case $firstarg in
343 firstarg=`echo "$firstarg" | sed s/h//`
344 tar "$firstarg" "$@" && exit 0
/freebsd-13-stable/contrib/mandoc/
H A Dmdoc_macro.c769 int la, scope, cnt, firstarg, mayopen, nc, nl; local
800 firstarg = 1;
909 if (firstarg && d == DELIM_CLOSE && !nc)
911 firstarg = 0;

Completed in 92 milliseconds