Searched refs:setoption (Results 1 - 7 of 7) 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 Dppcontrol.c1695 setoption(ALLPOSSIBLE, i0);
1703 setoption(STRINGSPLIT, 0);
1725 setoption(ELSEIF, i0);
1731 setoption(FINAL, i0);
1734 setoption(HEADEREXPAND, i0);
1737 setoption(HEADEREXPANDALL, i0);
1817 setoption(INITIAL, i0);
1954 setoption(MODERN, i0);
1962 setoption(NATIVE, i0);
1980 setoption(PLUSSPLIC
[all...]
H A Dpplib.h453 #define setoption(m,v) ((v)?(pp.option|=(m)):(pp.option&=~(m))) macro
/illumos-gate/usr/src/lib/libldap5/
H A DMakefile.com41 sbind.o search.o setoption.o sort.o sortctrl.o srchpref.o \
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c933 setoption(*optarg, optarg + 1, false, true,
938 setoption(' ', optarg, false, true, &BlankEnvelope);
1167 setoption(j, "T", false, true, &BlankEnvelope);
1172 setoption(j, optarg, false, true, &BlankEnvelope);
1176 setoption('f', "T", false, true, &BlankEnvelope);
1721 setoption('c', "F", true, false, &BlankEnvelope);
1724 setoption('d', "", true, false, &BlankEnvelope);
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=",
H A Dsendmail.h2614 extern void setoption __P((int, char *, bool, bool, ENVELOPE *));

Completed in 467 milliseconds