Searched refs:depends (Results 1 - 25 of 164) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dstreamline_config.pl121 my %depends;
156 $depends{$config} .= " " . $ifdeps[$i];
158 $depends{$config} = $ifdeps[$i];
163 # collect the depends for the config
164 } elsif ($state eq "NEW" && /^\s*depends\s+on\s+(.*)$/) {
166 $depends{$config} = $1;
167 } elsif ($state eq "DEP" && /^\s*depends\s+on\s+(.*)$/) {
168 $depends{$config} .= " " . $1;
328 # config A that depends on !B, we can still add B to the list of depends
[all...]
H A Dzconf.hash.c122 char kconf_id_strings_str37[sizeof("depends")];
156 "depends",
H A Dzconf.y181 | config_option_list depends
273 | choice_option_list depends
410 /* depends option */
414 | depends_list depends
419 depends: T_DEPENDS T_ON expr T_EOL label
422 printd(DEBUG_PARSE, "%s:%d:depends on\n", zconf_curname(), zconf_lineno());
516 case T_DEPENDS: return "depends";
696 fputs(" depends ", out);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.hash.c112 char kconf_id_strings_str27[sizeof("depends")];
145 "depends",
H A Dzconf.y176 | config_option_list depends
248 | choice_option_list depends
385 /* depends option */
389 | depends_list depends
394 depends: T_DEPENDS T_ON expr T_EOL label
397 printd(DEBUG_PARSE, "%s:%d:depends on\n", zconf_curname(), zconf_lineno());
402 printd(DEBUG_PARSE, "%s:%d:depends\n", zconf_curname(), zconf_lineno());
488 case T_DEPENDS: return "depends";
654 fputs(" depends ", out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dexport_report.pl164 my %depends;
169 push (@{$depends{"$module"}}, "$symbol $value");
171 print_depends_on(\%depends);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/
H A DKconfig.x8631 depends on EXPERIMENTAL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmlcell.tex18 Container is kind of cell that may contain sub-cells. Its size depends
19 on number and sizes of its sub-cells (and also depends on width of window).
H A Dmbcnvutf.tex5 UTF-16 uses words and not bytes and hence depends on the byte ordering:
46 UTF-32 uses (double) words and not bytes and hence depends on the byte ordering:
H A Dactivexevt.tex18 return value are depends on the context (i.e. what the .idl specifies).
H A Dsizeevt.tex25 may only need to repaint that area. However, if your drawing depends on the size of the window,
H A Dbitmap.tex127 The validity of these flags depends on the platform and wxWidgets configuration.
147 The fourth form constructs a bitmap from data whose type and value depends on
271 \docparam{data}{Data whose type depends on the value of {\it type}.}
282 The first form works on all platforms. The portability of the second form depends on the
428 The validity of these flags depends on the platform and wxWidgets configuration.
491 The validity of these flags depends on the platform and wxWidgets configuration.
H A Dicon.tex129 The validity of these flags depends on the platform and wxWidgets configuration.
143 The fourth form constructs an icon from data whose type and value depends on
268 The validity of these flags depends on the platform and wxWidgets configuration.}
305 The validity of these flags depends on the platform and wxWidgets configuration.}
H A Dmbconv.tex31 \texttt{wcstombs()} functions to perform the conversions; thus depends on the
44 depends on the system.}
177 (which depends on whether wxUSE\_UNICODE is set to 1). If wxChar is char,
H A Dbmphand.tex56 \docparam{data}{Data whose type depends on the value of {\it type}.}
H A Dlibs.tex23 mandatory classes that any wxWidgets code depends on (e.g.
H A Dspinbutt.tex9 {\bf NB:} the range supported by this control (and wxSpinCtrl) depends on the
H A Dtapp.tex95 wxWidgets structures that wxCHMHelpController depends on were
H A Dtclipbrd.tex54 deletes) data - in fact, this usually depends on which menu item the user
H A Dtfont.tex58 Note that the contents of this string depends on the platform and shouldn't be
H A Dencconv.tex91 parameter, it doesn't make sense (always works in one sense and always depends
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dmakevms.com98 $! P3 - P8 What it depends on
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dzconf.y130 | config_option_list depends T_EOL
213 | choice_option_list depends T_EOL
354 /* depends option */
357 | depends_list depends T_EOL
361 depends: T_DEPENDS T_ON expr label
364 printd(DEBUG_PARSE, "%s:%d:depends on\n", zconf_curname(), zconf_lineno());
369 printd(DEBUG_PARSE, "%s:%d:depends\n", zconf_curname(), zconf_lineno());
535 fputs(" depends ", out);
625 fputs(" depends ", out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dentry.S105 ! this first version depends *much* on C implementation.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_decode.h113 | it depends on the instr which of the modes is valid

Completed in 108 milliseconds

1234567