Home
last modified time | relevance | path

Searched refs:setoption (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontrol.c1725 setoption(ELSEIF, i0); in ppcontrol()
1731 setoption(FINAL, i0); in ppcontrol()
1817 setoption(INITIAL, i0); in ppcontrol()
1954 setoption(MODERN, i0); in ppcontrol()
1962 setoption(NATIVE, i0); in ppcontrol()
1992 setoption(PREFIX, i0); in ppcontrol()
1995 setoption(PRESERVE, i0); in ppcontrol()
2022 setoption(NOPROTO, !i0); in ppcontrol()
2031 setoption(REGUARD, i0); in ppcontrol()
2041 setoption(SPLICECAT, i0); in ppcontrol()
[all …]
H A Dpplib.h445 #define setoption(m,v) ppset(&pp.option,m,v) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dfmt.c75 #define setoption(fp,c) ((fp)->flags|=(1L<<((c)-'a'))) macro
251 setoption(fp, 'i'); in dofmt()
270 setoption(fp, 'q'); in dofmt()
593 setoption(&fmt, n); in b_fmt()
613 setoption(&fmt, 'c'); in b_fmt()
/illumos-gate/usr/src/lib/libldap5/
H A DMakefile.com42 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);
2373 setoption(opt, val, safe, sticky, e) in setoption() function
H A Dsendmail.h2614 extern void setoption __P((int, char *, bool, bool, ENVELOPE *));