Searched refs:setoption (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppcontrol.c | 1695 setoption(ALLPOSSIBLE, i0); in ppcontrol() 1703 setoption(STRINGSPLIT, 0); in ppcontrol() 1725 setoption(ELSEIF, i0); in ppcontrol() 1731 setoption(FINAL, i0); in ppcontrol() 1734 setoption(HEADEREXPAND, i0); in ppcontrol() 1737 setoption(HEADEREXPANDALL, i0); in ppcontrol() 1817 setoption(INITIAL, i0); in ppcontrol() 1954 setoption(MODERN, i0); in ppcontrol() 1962 setoption(NATIVE, i0); in ppcontrol() 1980 setoption(PLUSSPLICE, i0); in ppcontrol() [all …]
|
H A D | pplib.h | 453 #define setoption(m,v) ((v)?(pp.option|=(m)):(pp.option&=~(m))) macro
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | fmt.c | 75 #define setoption(fp,c) ((fp)->flags|=(1L<<((c)-'a'))) macro 251 setoption(fp, 'i'); in dofmt() 270 setoption(fp, 'q'); in dofmt() 592 setoption(&fmt, n); in b_fmt() 610 setoption(&fmt, 'c'); in b_fmt()
|
/titanic_41/usr/src/lib/libldap5/ |
H A D | Makefile.com | 41 sbind.o search.o setoption.o sort.o sortctrl.o srchpref.o \
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | main.c | 933 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 D | readcf.c | 612 setoption(bp[1], &bp[2], safe, false, e); 2373 setoption(opt, val, safe, sticky, e) in setoption() function
|
H A D | sendmail.h | 2614 extern void setoption __P((int, char *, bool, bool, ENVELOPE *));
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | llib-lldap | 431 * in setoption.c
|