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

/freebsd-12-stable/contrib/gdb/
H A Dmissing301 firstarg="$1"
303 case "$firstarg" in
305 firstarg=`echo "$firstarg" | sed s/o//`
306 tar "$firstarg" "$@" && exit 0
309 case "$firstarg" in
311 firstarg=`echo "$firstarg" | sed s/h//`
312 tar "$firstarg" "$@" && exit 0
/freebsd-12-stable/contrib/binutils/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-12-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-12-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;
/freebsd-12-stable/contrib/gcc/
H A Ddbxout.c1483 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl)));
1488 if (TYPE_READONLY (TREE_TYPE (firstarg)))
1490 if (TYPE_VOLATILE (TREE_TYPE (firstarg)))
1478 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl))); local
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddlltool.c3223 char *firstarg = 0; local
3402 if (!firstarg)
3403 firstarg = av[optind];
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2761 \def\firstarg{#1}%
2762 \ifx\firstarg\xendsetuptable
2765 \ifx\firstarg\xcolumnfractions
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex3864 \def\firstarg{#1}%
3865 \ifx\firstarg\xendsetuptable
3868 \ifx\firstarg\xcolumnfractions

Completed in 127 milliseconds