Searched refs:per (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/
H A DMakefile15 * override SHOPT_foo=1 can be placed one per line in the build dir Makeargs
20 SHOPT_ACCTFILE == /* per user accounting info */
21 SHOPT_AUDIT == 1 /* enable auditing per SHOPT_AUDITFILE */
24 SHOPT_BGX == 1 /* one SIGCHLD trap per completed job */
/ast/src/cmd/builtin/
H A Dod.c98 "[w:per-line|width?The number of items to format per output line. "
100 "sizes of the format types.]#[per-line]"
215 int per; member in struct:Format_s
1043 z = fp->per - fp->width;
1307 int per; local
1320 per = 0;
1392 per = opt_info.num;
1523 fp->per = state.width * fp->size.external / state.size;
1538 if (per)
[all...]
/ast/src/cmd/nmake/
H A DMakerules.mk57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'

Completed in 25 milliseconds