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

/osnet-11/usr/src/lib/libcmd/common/
H A Dfmt.c75 #define setoption(fp,c) ((fp)->flags|=(1L<<((c)-'a'))) macro
251 setoption(fp, 'i');
270 setoption(fp, 'q');
593 setoption(&fmt, n);
613 setoption(&fmt, 'c');
/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h453 #define setoption(m,v) ((v)?(pp.option|=(m)):(pp.option&=~(m))) macro
/osnet-11/usr/src/cmd/sendmail/src/
H A Dreadcf.c621 setoption(bp[1], &bp[2], safe, false, e);
2014 /* no long name, just here to avoid problems in setoption */
2028 /* no long name, just here to avoid problems in setoption */
2403 setoption(opt, val, safe, sticky, e) function
2512 sm_dprintf("setoption: %s does not support suboptions, ignoring .%s\n",
2520 "setoption %s (%c)%s%s=" :
2521 "setoption %s (0x%x)%s%s=",

Completed in 91 milliseconds