/ast/src/cmd/proto/ |
H A D | changes.sh | 3 # This software is part of the ast package # 29 [+NAME?changes - list changed $PACKAGEROOT package source files] 30 [+DESCRIPTION?\bchanges\b lists $PACKAGEROOT relative package source 35 [p:package?List source files for \apackage\a only. Multiple 36 \b--package\b options may be specified. By default source files for all 37 packages in \b$PACKAGEROOT/lib/package\b are checked.]:[package] 71 then print -u2 $command: \$PACKAGEROOT: package root dir not exported 99 set -- $(eval print lib/package/$packages) 101 then print -u2 $command: lib/package [all...] |
H A D | proto.c | 3 * This software is part of the ast package * 58 " compiler.]:[package]" 112 " [+package?The generic software package name, e.g., \bast\b.]" 291 proto(char* file, char* license, char* options, char* package, char* copy, char* comment, int flags) argument 304 else if (b = pppopen(file, 0, license, options, package, comment, flags)) 485 char* package = 0; local 508 if (!*(package = ++file) && !(package = *++argv)) 600 b = "Usage: proto [-dfhinprstvzP+S] [-C directory] [-e package] [ [all...] |
/ast/src/lib/libast/features/ |
H A D | libpath.sh | 3 # This software is part of the ast package # 42 case `package` in 62 else case `package` in
|
/ast/src/lib/libast/path/ |
H A D | pathcheck.c | 3 * This software is part of the ast package * 25 * check if package+tool is ok to run 52 pathcheck(const char* package, const char* tool, Pathcheck_t* pc) argument 88 NoP(package);
|
/ast/src/cmd/INIT/ |
H A D | Makefile | 20 package :: package.sh 26 $(PACKAGEROOT)/bin :INSTALLDIR: execrate ignore mamprobe package silent 40 $(PACKAGEROOT)/lib/package :INSTALLDIR: package.mk CONVERT.mk 42 $(LIBDIR)/make :INSTALLDIR: package.mk PROBE.mk TEST.mk WWW.mk \
|
H A D | package.sh | 3 # This software is part of the ast package # 21 # package - source and binary package control 24 command=package 41 _AST_BIN_PACKAGE_=1 # prevent non-interactive sh .rc referencing bin/package recursion # 100 @(#)$Id: package (AT&T Research) 2012-06-28 $ 102 [+NAME?package - source and binary package control] 105 package files are in the \b$PACKAGEROOT\b directory tree. 106 \b$PACKAGEROOT\b must at minumum contain a \bbin/package\ [all...] |
H A D | proto.c | 3 * This software is part of the ast package * 1305 char* package; member in struct:Proto_s 1525 { "package",sizeof( "package")-1,0}, 2167 copy(&tmp, " package", -1); 2760 if (proto->package) 2789 op = strcopy(op - 1, proto->package); 4108 if (!(flags & (1L<<19)) || proto->package) 4111 if (proto->package) 4113 op = strcopy(op - 1, proto->package); 5048 char* package = 0; local [all...] |
H A D | iffe.sh | 3 # This software is part of the ast package # 94 pkg() # package 447 # check for local package root directories 733 headers accessed by all components in a package, whereas \biffe\b is 770 [e:package?Sets the \bproto\b(1) package name to \aname\a.]:[name] 982 package \apkg\a with optional versions. If no operands are 1083 e) set="$set set package $OPTARG :" ;; 1149 --pa=*|--pac=*|--pack=*|--packa=*|--packag=*|--package=*) 1220 e) set="$set set package [all...] |
/ast/src/lib/libcs/ |
H A D | genlocal.sh | 3 # This software is part of the ast package # 112 hostname=$(package host name) 165 package host name type cpu rating 168 then $rsh $host bin/package host name type cpu rating &
|
/ast/src/cmd/pax/ |
H A D | pax-flash.c | 3 * This software is part of the ast package * 99 ap->package = strdup(sfprints("%s %s", fp->name, version)); 107 "Solaris flash package encapsulated archive",
|
H A D | pax-rpm.c | 3 * This software is part of the ast package * 232 ap->package = strdup(sfprints("%s %d.%d", fp->name, magic.major, magic.minor)); 240 "Redhat rpm package encapsulated cpio",
|
H A D | pax.h | 3 * This software is part of the ast package * 440 char* package; /* package id */ \
|
H A D | format.c | 3 * This software is part of the ast package * 228 if (ap->package) 229 sfprintf(sfstderr, " %s", ap->package);
|
/ast/src/cmd/html/ |
H A D | troff2html.h | 3 * This software is part of the ast package * 222 char* package; /* title prefix */ member in struct:State_s
|
H A D | troff2html.c | 3 * This software is part of the ast package * 53 "[m:macros?Locates and reads the macro package file \apackage\a. In order" 55 " order is fairly involved:]:[package]{" 56 " [+./package?]" 57 " [+directory/package?for all \b--include\b directories]" 58 " [+directory/tmac.package?for all \b--include\b directories]" 59 " [+../lib/tmac/tmac.package?for all directories on \b$PATH\b]" 60 " [+../lib/html/package?for all directories on \b$PATH\b]" 62 " [+../share/groff/tmac/tmac.package?for all directories on \b$PATH\b]" 63 " [+../groff/share/groff/tmac/tmac.package [all...] |
H A D | mm2html.sh | 3 # This software is part of the ast package # 101 macro package magic. Supported operations are:] 112 [+package=text?\atext\a is prepended to the \bhtml\b document 2018 title="$package $title"
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 245 LICENSEINFO = $(.FIND. lib/package .lic $(LICENSEFILES)) 280 P = $(SIBLING:N=lib/package:+$(PACKAGEROOT)/bin) $(PATH) $(PKGDIRS) 887 * before any -l bindings -- needed because the package lib is 2813 * rhs are package names used in compilation 2814 * a package consists of a library and include directory 2816 * .PACKAGE. is the ordered package list used to alter 2818 * .PACKAGE.build is the package list to build against 2819 * $(PACKAGE_<package>_BIN) explicit bin dir for <package> 2820 * $(PACKAGE_<package>_INCLUD [all...] |
H A D | Makefile | 14 debug.mk debug-package.mk \
|
/ast/src/lib/libpp/ |
H A D | ppproto.c | 3 * This software is part of the ast package * 76 char* package; /* header package */ member in struct:Proto_s 468 if (proto->package) 497 op = strcopy(op - 1, proto->package); 1842 if (!(flags & PLUSONLY) || proto->package) 1845 if (proto->package) 1847 op = strcopy(op - 1, proto->package); 2164 * package !=0 generate header for this package 2168 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) argument [all...] |