| /src/usr.bin/mail/ |
| format.c | 193 int f_new; /* some message in the thread is new */ member in struct:flags_s 203 flags->f_new |= (mp->m_flag & (MREAD|MNEW)) == MNEW; 225 flags.f_new = 0; 257 if (flags.f_new)
|
| format.c | 193 int f_new; /* some message in the thread is new */ member in struct:flags_s 203 flags->f_new |= (mp->m_flag & (MREAD|MNEW)) == MNEW; 225 flags.f_new = 0; 257 if (flags.f_new)
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| dynlist.c | 1999 Filter *f_new = NULL; local 2009 f_new = transform_filter( op, dli, 0, NULL ); 2018 f[1].f_next = f_new; 2037 f[1].f_next = f_new; 2072 filter_free_x( &o, f_new, 1 );
|
| dynlist.c | 1999 Filter *f_new = NULL; local 2009 f_new = transform_filter( op, dli, 0, NULL ); 2018 f[1].f_next = f_new; 2037 f[1].f_next = f_new; 2072 filter_free_x( &o, f_new, 1 );
|