HomeSort by: relevance | last modified time | path
    Searched refs:i_count (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/mail/
cmd2.c 488 if (tab->i_count == 0) {
492 ring = salloc((tab->i_count + 1) * sizeof(char *));
498 qsort(ring, tab->i_count, sizeof(char *), igcomp);
support.c 705 if (ignoretabs[1].i_count > 0)
727 tab->i_count++;
def.h 385 size_t i_count; /* Number of entries */ member in struct:ignoretab
cmd3.c 468 if (forwardtab[0].i_count == 0) {
566 if (bouncetab[0].i_count == 0) {

Completed in 25 milliseconds