Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 58) sorted by relevance

123

/csrg-svn/libexec/telnetd/
H A Ddefs.h207 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO) argument
208 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL) argument
209 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO) argument
210 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL) argument
212 #define my_state_is_dont(opt) (!my_state_is_do(opt)) argument
213 #define my_state_is_wont(opt) (!my_state_is_will(opt)) argument
214 #define my_want_state_is_dont(opt) (!my_want_state_is_do(opt)) argument
215 #define my_want_state_is_wont(opt) (!my_want_state_is_will(opt)) argument
217 #define set_my_state_do(opt) (options[opt] |= MY_STATE_DO) argument
218 #define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL) argument
[all …]
/csrg-svn/usr.bin/telnet/
H A Dexterns.h158 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO) argument
159 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL) argument
160 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO) argument
161 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL) argument
163 #define my_state_is_dont(opt) (!my_state_is_do(opt)) argument
164 #define my_state_is_wont(opt) (!my_state_is_will(opt)) argument
165 #define my_want_state_is_dont(opt) (!my_want_state_is_do(opt)) argument
166 #define my_want_state_is_wont(opt) (!my_want_state_is_will(opt)) argument
168 #define set_my_state_do(opt) {options[opt] |= MY_STATE_DO;} argument
169 #define set_my_state_will(opt) {options[opt] |= MY_STATE_WILL;} argument
[all …]
/csrg-svn/usr.sbin/amd/amd/
H A Dopts.c43 static struct opt { struct
44 char *name; /* Name of the option */ argument
45 int nlen; /* Length of option name */ argument
46 char **optp; /* Pointer to option value string */ argument
48 } opt_fields[] = { argument
91 char **opt; member
149 static char *opt(p) in opt() function
213 char *opt; local
H A Dmount_fs.c69 struct opt_tab *opt; local
227 char *hasmntopt(mnt, opt) in hasmntopt() argument
H A Dmtab.c68 int hasmntval(mnt, opt) in hasmntval() argument
H A Dget_args.c74 int debug_option(opt) in debug_option() argument
H A Dxutil.c318 char *opt; local
377 int switch_option(opt) in switch_option() argument
/csrg-svn/usr.bin/pascal/pdx/
H A Dmain.h18 BOOLEAN opt[26]; /* true if command line option given */ variable
/csrg-svn/sbin/mount/
H A Dmount.c53 static struct opt { struct
54 int o_opt; argument
56 } optnames[] = { argument
221 char *opt, *optbuf; local
H A Dgetmntopts.c34 char *opt, *optbuf, *p; local
/csrg-svn/usr.bin/uucp/libuu/
H A Dxqt.c34 char opt[100]; local
/csrg-svn/bin/pax/
H A Doptions.c841 OPLIST *opt; in opt_next() local
862 register OPLIST *opt; in bad_opt() local
894 register OPLIST *opt; local
/csrg-svn/sys/netinet/
H A Dip_output.c43 ip_output(m0, opt, ro, flags, imo) in ip_output() argument
370 ip_insertoptions(m, opt, phlen) in ip_insertoptions() argument
419 int opt, optlen, cnt; local
616 u_char opt; local
H A Dtcp_output.c54 u_char opt[MAX_TCPOPTLEN]; local
/csrg-svn/usr.sbin/amd/amq/
H A Damq.c404 amq_setopt opt; local
422 amq_setopt opt; local
437 amq_setopt opt; local
452 amq_setopt opt; local
/csrg-svn/contrib/groff-1.08/lookbib/
H A Dlookbib.cc52 int opt; in main() local
/csrg-svn/usr.sbin/config/
H A Dconfig.h140 struct opt { struct
143 struct opt *op_next; argument
144 } *opt, *mkopt; variable
/csrg-svn/contrib/groff-1.08/lkbib/
H A Dlkbib.cc50 int opt; in main() local
/csrg-svn/usr.bin/diff/diff/
H A Ddiff.h24 int opt; variable
/csrg-svn/usr.bin/ex/
H A Dex_unix.c136 unixex(opt, up, newstdin, mode) in unixex() argument
/csrg-svn/contrib/groff-1.08/soelim/
H A Dsoelim.cc48 int opt; in main() local
/csrg-svn/usr.sbin/amd/include/
H A Dconfig.h99 char *opt; member
/csrg-svn/games/chess/Xchess/
H A DMakefile92 opt: all target
/csrg-svn/sys/netiso/
H A Dclnp_options.c129 char *opt; /* ptr to beginning of recrt option */ variable
/csrg-svn/usr.sbin/quotaon/
H A Dquotaon.c176 register char *opt; local

123