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

/illumos-gate/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');
592 setoption(&fmt, n);
610 setoption(&fmt, 'c');
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h453 #define setoption(m,v) ((v)?(pp.option|=(m)):(pp.option&=~(m))) macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c612 setoption(bp[1], &bp[2], safe, false, e);
2005 /* no long name, just here to avoid problems in setoption */
2019 /* no long name, just here to avoid problems in setoption */
2373 setoption(opt, val, safe, sticky, e) function
2482 sm_dprintf("setoption: %s does not support suboptions, ignoring .%s\n",
2490 "setoption %s (%c)%s%s=" :
2491 "setoption %s (0x%x)%s%s=",

Completed in 86 milliseconds