Searched refs:opt (Results 51 - 67 of 67) sorted by relevance

123

/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A DMakefile.in208 CCC=/opt/SUNWspro/bin/CC4.1
209 SOLVERDIR=/opt/ilog/solver427
210 SCHEDULERDIR=/opt/ilog/sched41
H A Dedge_finder.c153 long i,n,cap,opt; local
161 if (ec_get_long(ec_arg(3), &opt) != PSUCCEED)
180 ef->option = opt;
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpty.c48 static void conf_cb(void *st, terminal_config_option_t opt, char *arguments);
542 static void conf_cb(void *st, terminal_config_option_t opt, char *arguments) argument
/barrelfish-2018-10-04/lib/term/server/
H A Dserver.c451 terminal_config_option_t opt,
457 server->conf_cb(server->st, opt, (CONST_CAST)arguments);
450 conf_configuration_handler(struct terminal_config_binding *b, terminal_config_option_t opt, const char *arguments) argument
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dutil.tcl788 set opt *
792 set opt +
806 return [regexp -nocase "^\[a-z\]$opt\$" $val]
809 return [regexp -nocase "^\[a-z0-9\]$opt\$" $val]
812 return [regexp "^\[01\]$opt\$" $val]
818 return [regexp -nocase "^(0x)?\[0-9a-f\]$opt\$" $val]
821 return [regexp "^\[-+\]?\[0-9\]$opt\$" $val]
824 return [regexp "^\[0-9\]$opt\$" $val]
H A Dconsole.tcl824 pack [frame $base.opt] -fill x
825 checkbutton $base.opt.c -text "Case Sensitive" -var ${V}(find,case)
826 checkbutton $base.opt.r -text "Use Regexp" -var ${V}(find,reg)
828 pack $base.f.e $base.opt.c $base.opt.r -side left -fill both -expand 1
/barrelfish-2018-10-04/lib/net/
H A Darp.c22 #include <lwip/opt.h>
H A Dnetif.c21 #include <lwip/opt.h>
/barrelfish-2018-10-04/lib/libc/net/
H A Dsctp_sys_calls.c281 sctp_opt_info(int sd, sctp_assoc_t id, int opt, void *arg, socklen_t * size) argument
292 switch (opt) {
392 return (getsockopt(sd, IPPROTO_SCTP, opt, arg, size));
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp_in.c46 #include "lwip/opt.h"
1462 u8_t *opts, opt; local
1474 opt = opts[c];
1475 switch (opt) {
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/grace/
H A Dgrace.pl354 (Sol = 0; Sol = opt(0)) ->
579 setval(solutions, opt(0)),
H A Dlabel.pl877 (N = opt(NO) ->
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1t.h660 int tag, int aclass, char opt, ASN1_TLC *ctx);
934 int tag, int aclass, char opt, ASN1_TLC *ctx);
/barrelfish-2018-10-04/include/openssl/
H A Dasn1t.h660 int tag, int aclass, char opt, ASN1_TLC *ctx);
934 int tag, int aclass, char opt, ASN1_TLC *ctx);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Declipse_tools.tcl1678 $tmbar add cascade -label "Options" -menu $tmbar.opt -underline 0
1679 menu $tmbar.opt
1680 $tmbar.opt add command -label "Configure filter ..." -command tkecl:popup_filter
1681 $tmbar.opt add command -label "Change print options ..." -command "tkecl:edit_output_mode tracer"
1682 $tmbar.opt add command -label "Analyze failure ..." -command "tkecl:analyze_failure $ec_tracer"
1683 $tmbar.opt add command -label "Refresh goal stack now" -command tkecl:refresh_goal_stack
1684 $tmbar.opt add check -label "Refresh goal stack at every trace line" -variable tkecl(pref,trace_refresh_stack)
1685 $tmbar.opt add check -label "Refresh delayed goals at every trace line" -variable tkecl(pref,trace_refresh_dg)
1686 $tmbar.opt add check -label "Raise tracer window at every trace line" -variable tkecl(pref,trace_raise_tracer)
2962 foreach opt
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtcp_in.c44 #include "lwip/opt.h"
1721 u8_t opt = tcp_getoptbyte(); local
1722 switch (opt) {
1753 activate wnd scale opt, but only if this is not a retransmission */
/barrelfish-2018-10-04/usr/eclipseclp/
H A Dconfigure1439 --enable-debug compile with debugging features (ARG=opt for debugging optimised code)
8782 /opt

Completed in 185 milliseconds

123