Searched refs:retain (Results 1 - 16 of 16) sorted by relevance

/ast/src/lib/libdll/
H A Ddllerror.c32 * retain==0 resets the last dl*() error
36 dllerror(int retain) argument
42 state.error = retain;
46 if (retain)
48 state.error = retain;
/ast/src/lib/libast/vec/
H A Dvecfree.c36 * retain!=0 frees the string pointers but retains the string data
41 vecfree(register char** vec, int retain) argument
45 if (*(vec -= 2) && !retain) free(*vec);
/ast/src/lib/libcmd/
H A Dfmt.c67 int retain; member in struct:Fmt_s
199 if (fp->nwords > 0 && &fp->outp[n] >= fp->endbuf && !fp->retain && !q)
225 if (!splice && !fp->retain && (!fp->quote || (fp->outp - fp->outbuf) < 2 || fp->outp[-2] != '\\' || fp->outp[-1] != 'n' && fp->outp[-1] != 't' && fp->outp[-1] != ' '))
409 fp->retain = 0;
423 fp->retain = 1;
486 if (fp->retain)
497 fp->retain = 0;
582 fmt.retain = 0;
/ast/src/cmd/proto/
H A DMakefile53 else : retain original $(<) :
/ast/src/lib/libdss/
H A Dcxlib.h166 int retain; member in struct:Cxinclude_s
H A Dcxcomp.c360 int retain; local
365 retain = 1;
371 retain = 0;
387 retain = 1;
411 if (!retain)
419 ip->retain = retain;
454 if (!ip->retain)
/ast/src/cmd/nmake/
H A Drule.c568 if (r == internal.retain || r == internal.state)
571 a = r == internal.retain ? V_retain : V_scan;
903 if (a != internal.retain)
906 if (x && (a->attribute & x->attribute & ~internal.ignore->attribute) && ((r->property & (P_attribute|P_use)) != P_attribute || r == internal.accept || r == internal.ignore || r == internal.retain)) return 1;
1102 if (from->attribute && from != internal.accept && from != internal.ignore && from != internal.retain && ((to->property & (P_attribute|P_use)) != P_attribute || to == internal.accept || to == internal.ignore || to == internal.retain))
1109 if (from->attribute && from != internal.accept && from != internal.ignore && from != internal.retain && ((to->property & (P_attribute|P_use)) != P_attribute || to == internal.accept || to == internal.ignore || to == internal.retain))
1548 INIT(retain, ".RETAIN", P_immediate);
H A Dmake.h392 #define V_retain (1<<7) /* retain value in state file */
613 Rule_t* retain; /* .RETAIN rule pointer */ member in struct:Internal_s
H A Dobject.c2087 * but retain some attributes
2090 o->attribute |= r->attribute & internal.retain->attribute;
2111 r->attribute &= internal.retain->attribute;
H A Dstate.c414 r->attribute |= s->attribute & internal.retain->attribute;
/ast/src/lib/libpp/
H A Dppproto.c2187 static int retain; local
2196 if (flags & PROTO_RETAIN) flags &= ~retain;
2197 else retain &= PROTO_INITIALIZED;
2425 if (!(retain & PROTO_INITIALIZED))
2427 retain |= PROTO_INITIALIZED;
2448 retain |= PROTO_INCLUDE;
2452 if (flags & PROTO_RETAIN) retain |= PROTO_HEADER;
/ast/src/cmd/mailx/
H A Dimap.c10 * 1. Redistributions of source code must retain the above *
41 * 1. Redistributions of source code must retain the above copyright *
84 #define imapfree(sp,op) ((op)->state=(op)->retain=0)
175 int retain; /* retain until imapfree() */ member in struct:__anon127
1317 if (!op->retain)
1337 imapvsend(register Imap_t* imap, int retain, const char* fmt, va_list ap) argument
1436 imap->op[i].retain = retain;
1446 imapsend(Imap_t* imap, int retain, cons argument
[all...]
H A Dcmd2.c10 * 1. Redistributions of source code must retain the above *
41 * 1. Redistributions of source code must retain the above copyright *
498 * Low level for ignore and retain.
527 retain(char** list) function
H A Ddata.c20 1. Redistributions of source code must retain the above copyright\n\
139 X("[ name ...]\nAdd the name arguments to the list of header field names to be suppressed by the copy, print, and save commands. If name is omitted then the ignored header field names are listed. If both retain and ignore are given then the ignore command is ignored."),
194 "ret[ain]", CMD(retain), M|Z|RAWLIST, 0, ARGMAX,
195 X("[ name ...]\nAdd the name arguments to the list of header field names to be retained by the copy, print, and save commands. Header names not on the retained list are suppressed. If name is omitted then the retained header field names are listed. If both retain and ignore are given then the ignore command is ignored."),
205 X("[ name ... ]\nSimilar to retain [ name ... ] but only has affect on the save command."),
259 "F", X("[message...]\tSame as ~f, but retain all headers."),
260 "M", X("[message...]\tSame as ~m, but retain all headers."),
H A Dmailx.h10 * 1. Redistributions of source code must retain the above *
41 * 1. Redistributions of source code must retain the above copyright *
1012 extern int retain(char**);
/ast/src/cmd/INIT/
H A Dproto.c2322 comment( &notice, &buf, " 1. Redistributions of source code must retain the above",sizeof( " 1. Redistributions of source code must retain the above")-1, -1);
4441 static int retain; local
4450 if (flags & (1<<11)) flags &= ~retain;
4451 else retain &= (1<<6);
4669 if (!(retain & (1<<6)))
4671 retain |= (1<<6);
4692 retain |= (1<<5);
4696 if (flags & (1<<11)) retain |= (1<<4);

Completed in 392 milliseconds