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

/ast/src/lib/libast/comp/
H A Dsigflag.c38 struct sigaction sa;
40 if (sigaction(sig, NiL, &sa))
43 sa.sa_flags |= flags;
45 sa.sa_flags &= ~flags;
46 return sigaction(sig, &sa, NiL);
/ast/src/lib/libast/vmalloc/
H A Dvmprofile.c320 static char* pfsummary(char* buf, Vmulong_t na, Vmulong_t sa, argument
323 static char* pfsummary(buf, na, sa, nf, sf, max, size)
326 Vmulong_t sa;
338 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(sa,-1), ':');
/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 515 milliseconds