HomeSort by: relevance | last modified time | path
    Searched defs:wasquoted (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xargs/
xargs.c 79 static int cnt, Iflag, jfound, Lflag, Sflag, wasquoted, xflag; variable in typeref:typename:int
320 if ((argp != p || wasquoted) && !foundeof) {
381 wasquoted = 0;
387 wasquoted = 1;
393 wasquoted = 1;
xargs.c 79 static int cnt, Iflag, jfound, Lflag, Sflag, wasquoted, xflag; variable in typeref:typename:int
320 if ((argp != p || wasquoted) && !foundeof) {
381 wasquoted = 0;
387 wasquoted = 1;
393 wasquoted = 1;

Completed in 24 milliseconds