Searched defs:retain (Results 1 - 10 of 10) sorted by relevance
/ast/src/lib/libast/vec/ |
H A D | vecfree.c | 36 * 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/libdll/ |
H A D | dllerror.c | 32 * 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/libcmd/ |
H A D | fmt.c | 67 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/lib/libdss/ |
H A D | cxlib.h | 166 int retain; member in struct:Cxinclude_s
|
H A D | cxcomp.c | 360 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/mailx/ |
H A D | cmd2.c | 10 * 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 D | imap.c | 10 * 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...] |
/ast/src/lib/libpp/ |
H A D | ppproto.c | 2187 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/INIT/ |
H A D | proto.c | 2322 comment( ¬ice, &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);
|
/ast/src/cmd/nmake/ |
H A D | make.h | 392 #define V_retain (1<<7) /* retain value in state file */ 613 Rule_t* retain; /* .RETAIN rule pointer */ member in struct:Internal_s
|
Completed in 43 milliseconds