/csrg-svn/libexec/telnetd/ |
H A D | defs.h | 207 #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 D | externs.h | 158 #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 D | opts.c | 43 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 D | mount_fs.c | 69 struct opt_tab *opt; local 227 char *hasmntopt(mnt, opt) in hasmntopt() argument
|
H A D | mtab.c | 68 int hasmntval(mnt, opt) in hasmntval() argument
|
H A D | get_args.c | 74 int debug_option(opt) in debug_option() argument
|
H A D | xutil.c | 318 char *opt; local 377 int switch_option(opt) in switch_option() argument
|
/csrg-svn/usr.bin/pascal/pdx/ |
H A D | main.h | 18 BOOLEAN opt[26]; /* true if command line option given */ variable
|
/csrg-svn/sbin/mount/ |
H A D | mount.c | 53 static struct opt { struct 54 int o_opt; argument 56 } optnames[] = { argument 221 char *opt, *optbuf; local
|
H A D | getmntopts.c | 34 char *opt, *optbuf, *p; local
|
/csrg-svn/usr.bin/uucp/libuu/ |
H A D | xqt.c | 34 char opt[100]; local
|
/csrg-svn/bin/pax/ |
H A D | options.c | 841 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 D | ip_output.c | 43 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 D | tcp_output.c | 54 u_char opt[MAX_TCPOPTLEN]; local
|
/csrg-svn/usr.sbin/amd/amq/ |
H A D | amq.c | 404 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 D | lookbib.cc | 52 int opt; in main() local
|
/csrg-svn/usr.sbin/config/ |
H A D | config.h | 140 struct opt { struct 143 struct opt *op_next; argument 144 } *opt, *mkopt; variable
|
/csrg-svn/contrib/groff-1.08/lkbib/ |
H A D | lkbib.cc | 50 int opt; in main() local
|
/csrg-svn/usr.bin/diff/diff/ |
H A D | diff.h | 24 int opt; variable
|
/csrg-svn/usr.bin/ex/ |
H A D | ex_unix.c | 136 unixex(opt, up, newstdin, mode) in unixex() argument
|
/csrg-svn/contrib/groff-1.08/soelim/ |
H A D | soelim.cc | 48 int opt; in main() local
|
/csrg-svn/usr.sbin/amd/include/ |
H A D | config.h | 99 char *opt; member
|
/csrg-svn/games/chess/Xchess/ |
H A D | Makefile | 92 opt: all target
|
/csrg-svn/sys/netiso/ |
H A D | clnp_options.c | 129 char *opt; /* ptr to beginning of recrt option */ variable
|
/csrg-svn/usr.sbin/quotaon/ |
H A D | quotaon.c | 176 register char *opt; local
|