Searched defs:arguments (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c117 static void arguments(void);
150 arguments(); /* then process non-option arguments */
361 arguments(void) function
366 * Makes sure all the non-option command line arguments are processed. If we get
367 * here and there aren't any arguments left, or if '-' is one of the input files
392 } /* End of arguments */
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c149 static void arguments(void);
187 arguments(); /* followed by each input file */
520 arguments(void) function
525 * Makes sure all the non-option command line arguments are processed. If we get
526 * here and there aren't any arguments left, or if '-' is one of the input files
547 } /* End of arguments */
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c195 static void arguments(void);
270 arguments(); /* then send each input file */
624 * Makes sure all the non-option command line arguments are processed. If there
625 * aren't any arguments left when we get here we'll send stdin. Input files are
635 arguments(void) function
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c580 static void arguments(void);
648 arguments(); /* translate all the input files */
959 arguments(void) function
965 * Makes sure all the non-option command line arguments are processed. If we get
966 * here and there aren't any arguments left, or if '-' is one of the input files
987 } /* End of arguments */

Completed in 65 milliseconds