Searched defs:package (Results 1 - 8 of 8) sorted by relevance

/ast/lib/package/
H A Dpackage.mk2 * source and binary package support
4 * @(#)package.mk (AT&T Research) 2012-02-14
8 * cd $INSTALLROOT/lib/package
13 * name package description file or component
32 * :COVERS: package ...
33 * :REQURES: package ...
50 * package base version (overrides current date)
53 * package delta release (overrides current date)
65 * don't strip non-lcl binary package members
74 * NOTE: the Makerules.mk :PACKAGE: operator defers to :package
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk2 * source and binary package support
4 * @(#)package.mk (AT&T Research) 2012-02-14
8 * cd $INSTALLROOT/lib/package
13 * name package description file or component
32 * :COVERS: package ...
33 * :REQURES: package ...
50 * package base version (overrides current date)
53 * package delta release (overrides current date)
65 * don't strip non-lcl binary package members
74 * NOTE: the Makerules.mk :PACKAGE: operator defers to :package
[all...]
H A DCONVERT.mk8 * named lib/package/PACKAGE.cvt in an ast package $PACKAGEROOT directory,
11 * nmake -I lib/package -f PACKAGE-VERSION/PACKAGE.cvt
18 * package(1) (which sets up the { HOSTTYPE PATH VPATH } environment):
20 * package make
29 * package :CONVERT: file ...
35 * package package name
94 package = $(PWD:B) macro
125 .cvt.package
[all...]
H A Dproto.c3 * 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...]
/ast/src/lib/libast/path/
H A Dpathcheck.c3 * 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/proto/
H A Dproto.c3 * 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/libpp/
H A Dppproto.c3 * 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...]
/ast/src/cmd/html/
H A Dtroff2html.h3 * This software is part of the ast package *
222 char* package; /* title prefix */ member in struct:State_s

Completed in 37 milliseconds