Searched defs:srv_feat_table (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dsrvrsmtp.c4796 } srv_feat_table[] = variable in typeref:struct:__anon24
4853 if ((opt = srv_feat_table[j].srvf_opt) == '\0')
4863 features &= ~(srv_feat_table[j].srvf_flag);
4868 features |= srv_feat_table[j].srvf_flag;

Completed in 19 milliseconds