Home
last modified time | relevance | path

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

/freebsd/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/contrib/mandoc/
H A Dmdoc_macro.c773 int la, scope, cnt, firstarg, mayopen, nc, nl; in in_line() local
804 firstarg = 1; in in_line()
913 if (firstarg && d == DELIM_CLOSE && !nc) in in_line()
915 firstarg = 0; in in_line()