Searched defs:atflag (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c173 int atflag; /* flag to check if $@ has already been seen within double local
223 if(c == '@' && !atflag && quote) {
225 atflag = 1;
402 atflag = 0;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c570 static int atflag; /* traverse extended attributes */ variable
814 atflag++;
1422 if ((atflag || saflag) &&
1772 if (atflag) {
2236 if ((atflag || saflag) &&
2758 if (atflag) {
2818 * supports the attribute type, and if the command line specifications (atflag
5743 * Always needs to read the extended header. If atflag, saflag,
5773 ((!atflag && !saflag) ||
5774 (atflag
[all...]

Completed in 84 milliseconds