Searched refs:KEEP (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/listen/
H A Dnsaddr.h40 #define KEEP 8 /* keep protocol field */ macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dminiperlmain.c18 #pragma runopts(HEAP(8M,500K,ANYWHERE,KEEP,8K,4K) STACK(,,ANY,) ALL31(ON))
20 #pragma runopts(HEAP(2M,500K,ANYWHERE,KEEP,8K,4K) STACK(,,ANY,) ALL31(ON))
/opensolaris-onvv-gate/usr/src/cmd/fwflash/plugins/
H A DMakefile.targ65 .KEEP STATE:
/opensolaris-onvv-gate/usr/src/cmd/backup/restore/
H A Drestore.c190 * KEEP - entries that are to be left alone.
308 * Mark it as KEEP so that other links to the inode can be
314 ip->e_flags |= KEEP;
354 ep->e_flags |= NEW|KEEP;
362 * been found (indicated by the KEEP flag, see above) then
371 if (type == LEAF && (ip->e_flags & KEEP) == 0) {
377 if ((ip->e_flags & KEEP) == 0) {
381 ip->e_flags |= KEEP;
412 np->e_flags |= KEEP;
431 if (ip->e_flags & KEEP) {
[all...]
H A Drestore.h116 #define KEEP 0x0004 /* entry is not to change */ macro
H A Dutilities.c53 ep->e_flags |= NEW|KEEP;
426 if (ep->e_flags & KEEP)
427 (void) strlcat(flagbuf, gettext("|KEEP"), sizeof (flagbuf));
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppfsm.c228 { DOT2, { '.' }, KEEP(T_VARIADIC), },
327 { COM1, { '=' }, KEEP(T_DIVEQ), },
490 { PCT1, { '=' }, KEEP(T_MODEQ), },
493 { AND1, { '=' }, KEEP(T_ANDEQ), },
494 { AND1, { '&' }, KEEP(T_ANDAND), },
497 { STAR1, { '=' }, KEEP(T_MPYEQ), },
501 { PLUS1, { '=' }, KEEP(T_ADDEQ), },
502 { PLUS1, { '+' }, KEEP(T_ADDADD), },
505 { MINUS1, { '=' }, KEEP(T_SUBEQ), },
506 { MINUS1, { '-' }, KEEP(T_SUBSU
[all...]
H A Dppfsm.h45 #define KEEP(tok) CODE(tok,S_TOK) macro
/opensolaris-onvv-gate/usr/src/cmd/fwflash/plugins/transport/
H A DMakefile.targ74 .KEEP STATE:
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Doptget.c38 #define KEEP "*[A-Za-z][A-Za-z]*" macro
2498 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT))
2525 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT))

Completed in 92 milliseconds