Searched defs:notice (Results 1 - 5 of 5) sorted by relevance

/ast/lib/package/
H A Dpackage.mk58 * notice=1
59 * include the conspicuous empty notice file
62 * do not prepend source file copyright notice
100 notice = macro
112 package.notice = ------------ NOTICE -- LICENSED SOFTWARE -- SEE README FOR DETAILS ------------
145 license file(s)$(notice:?, this README file, and the empty file$$("\n")$$(package.notice)?.?)
749 [[ '$(notice)' ]] && echo ";;;$tmp/TAIL;$(package.notice)"
1030 [[ '$(notice)' ]]
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk58 * notice=1
59 * include the conspicuous empty notice file
62 * do not prepend source file copyright notice
100 notice = macro
112 package.notice = ------------ NOTICE -- LICENSED SOFTWARE -- SEE README FOR DETAILS ------------
145 license file(s)$(notice:?, this README file, and the empty file$$("\n")$$(package.notice)?.?)
749 [[ '$(notice)' ]] && echo ";;;$tmp/TAIL;$(package.notice)"
1030 [[ '$(notice)' ]]
[all...]
H A Dproto.c1523 { "notice",sizeof( "notice")-1,0},
1606 comment __PARAM__((Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u), (notice, b, s, n, u)) __OTORP__(Notice_t* notice; register Buffer_t* b; register char* s; register int n; int u;){
1612 cc = notice->cc[1];
1617 ((( b)->nxt<( b)->end)?(*( b)->nxt++=( notice->cc[n > 0 ? 0 : 1])):(( notice->cc[n > 0 ? 0 : 1]),(-1)));
1620 ((( b)->nxt<( b)->end)?(*( b)->nxt++=( notice->cc[n > 0 ? 1 : 2])):(( notice
1873 Notice_t notice; local
[all...]
/ast/src/lib/libast/port/
H A Dastlicense.c154 KEY("notice"),
247 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) argument
254 cc = notice->cc[1];
259 PUT(b, notice->cc[n > 0 ? 0 : 1]);
262 PUT(b, notice->cc[n > 0 ? 1 : 2]);
296 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item) argument
332 if ((c = lookup(key, x, t - x - 1)) >= 0 && (x = notice->item[c].data))
334 z = x + notice->item[c].size;
371 * generate a copright notice
375 copyright(Notice_t* notice, registe argument
519 Notice_t notice; local
[all...]
/ast/src/lib/libpp/
H A Dppproto.c2162 * notice !=0 copyright notice info commented at the top
2163 * options !=0 additional notice name=value pairs, space or ; separated
2168 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) argument
2242 notice = options = 0;
2277 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
2280 hit = (notice || options) ? 0 : HIT_noticed;
2309 notice = options = 0;
2339 notice = options = 0;
2354 notice
[all...]

Completed in 32 milliseconds