File:  [CSRG BSD Unix] / 43BSDReno / contrib / mh / sbr / m_seqflag.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:56 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

/* m_seqflag.c - return the flag (bit) for a sequence */

#include "../h/mh.h"


int     m_seqflag (mp, cp)
register struct msgs *mp;
register char   *cp;
{
    int     bits;
    register int    i;

    bits = FFATTRSLOT;
    for (i = 0; mp -> msgattrs[i]; i++)
	if (strcmp (mp -> msgattrs[i], cp) == 0)
	    return (1 << (bits + i));

    return 0;
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.