Searched refs:setoption (Results 1 - 7 of 7) 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 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
/osnet-11/usr/src/lib/libldap5/
H A DMakefile.com40 sbind.o search.o setoption.o sort.o sortctrl.o srchpref.o \
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c936 setoption(*optarg, optarg + 1, false, true,
941 setoption(' ', optarg, false, true, &BlankEnvelope);
1170 setoption(j, "T", false, true, &BlankEnvelope);
1175 setoption(j, optarg, false, true, &BlankEnvelope);
1179 setoption('f', "T", false, true, &BlankEnvelope);
1724 setoption('c', "F", true, false, &BlankEnvelope);
1727 setoption('d', "", true, false, &BlankEnvelope);
H A Dsendmail.h2682 extern void setoption __P((int, char *, bool, bool, ENVELOPE *));
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 48 milliseconds