Searched refs:style (Results 1 - 25 of 132) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_clist.c38 community_list_master_lookup (struct community_list_handler *ch, int style)
41 switch (style)
71 switch (entry->style)
115 char *name, int style)
125 cm = community_list_master_lookup (ch, style);
209 char *name, int style)
217 cm = community_list_master_lookup (ch, style);
232 community_list_get (struct community_list_handler *ch, char *name, int style)
236 list = community_list_lookup (ch, name, style);
238 list = community_list_insert (ch, name, style);
37 community_list_master_lookup(struct community_list_handler *ch, int style) argument
113 community_list_insert(struct community_list_handler *ch, char *name, int style) argument
207 community_list_lookup(struct community_list_handler *ch, char *name, int style) argument
231 community_list_get(struct community_list_handler *ch, char *name, int style) argument
291 community_list_entry_delete(struct community_list *list, struct community_entry *entry, int style) argument
548 community_list_set(struct community_list_handler *ch, char *name, char *str, int direct, int style) argument
644 community_list_unset(struct community_list_handler *ch, char *name, char *str, int direct, int style) argument
708 extcommunity_list_set(struct community_list_handler *ch, char *name, char *str, int direct, int style) argument
809 extcommunity_list_unset(struct community_list_handler *ch, char *name, char *str, int direct, int style) argument
[all...]
H A Dbgp_clist.h68 u_char style; member in struct:community_entry
125 char *name, char *str, int direct, int style);
127 char *name, char *str, int direct, int style);
129 char *name, char *str, int direct, int style);
131 char *name, char *str, int direct, int style);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-styled-ostream.oo.c27 #include <cr-style.h>
197 CRXStyle *style; local
218 style = *a_style;
219 style->parent_style = a_parent_style;
220 style->base->parent_style =
231 cr_style_set_style_from_decl (style->base, decl);
248 style->text_decoration = TEXT_DECORATION_NONE;
250 style->text_decoration = TEXT_DECORATION_UNDERLINE;
252 style->text_decoration = TEXT_DECORATION_OVERLINE;
254 style
282 style_compute_color_value(CRStyle *style, enum CRRgbProp which, term_ostream_t stream) argument
314 style_compute_font_weight_value(const CRStyle *style) argument
371 style_compute_font_posture_value(const CRStyle *style) argument
394 style_compute_text_underline_value(const CRXStyle *style) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-styled-ostream.c30 #include <cr-style.h>
194 CRXStyle *style; local
215 style = *a_style;
216 style->parent_style = a_parent_style;
217 style->base->parent_style =
228 cr_style_set_style_from_decl (style->base, decl);
245 style->text_decoration = TEXT_DECORATION_NONE;
247 style->text_decoration = TEXT_DECORATION_UNDERLINE;
249 style->text_decoration = TEXT_DECORATION_OVERLINE;
251 style
279 style_compute_color_value(CRStyle *style, enum CRRgbProp which, term_ostream_t stream) argument
311 style_compute_font_weight_value(const CRStyle *style) argument
368 style_compute_font_posture_value(const CRStyle *style) argument
391 style_compute_text_underline_value(const CRXStyle *style) argument
[all...]
H A Dterm-styled-ostream.oo.c27 #include <cr-style.h>
197 CRXStyle *style; local
218 style = *a_style;
219 style->parent_style = a_parent_style;
220 style->base->parent_style =
231 cr_style_set_style_from_decl (style->base, decl);
248 style->text_decoration = TEXT_DECORATION_NONE;
250 style->text_decoration = TEXT_DECORATION_UNDERLINE;
252 style->text_decoration = TEXT_DECORATION_OVERLINE;
254 style
282 style_compute_color_value(CRStyle *style, enum CRRgbProp which, term_ostream_t stream) argument
314 style_compute_font_weight_value(const CRStyle *style) argument
371 style_compute_font_posture_value(const CRStyle *style) argument
394 style_compute_text_underline_value(const CRXStyle *style) argument
[all...]
H A Dquotearg.c65 /* Basic quoting style. */
66 enum quoting_style style; member in struct:quoting_options
69 quoting style would not normally require them to be quoted. */
86 /* Correspondences to quoting style names. */
114 /* Get the value of O's quoting style. If O is null, use the default. */
118 return (o ? o : &default_quoting_options)->style;
122 set the value of the quoting style to S. */
126 (o ? o : &default_quoting_options)->style = s;
159 non-quoting-style part of O to control quoting.
168 style specifie
654 quoting_options_from_style(enum quoting_style style) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/vorbisenc/
H A DMakefile.am6 ov_ectl_ratemanage_arg.html overview.html reference.html style.css\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/doc/
H A DMakefile.am19 dist_html_DATA = README.html style.css
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A DMakefile.am51 cp doc/README.html doc/style.css $$HOME/homepage/private/projects/libdaemon
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dx86asm.pl79 * BSDI - BSDI style a.out object files
80 * SOL - Solaris style elf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86asm.pl82 * BSDI - BSDI style a.out object files
83 * SOL - Solaris style elf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso32/
H A DMakefile18 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A DMakefile12 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dbeat_wrapper.h65 static inline s64 beat_pause(u64 style) argument
67 return beat_hcall_norets(HV_pause, style);
146 static inline s64 beat_set_dabr(u64 value, u64 style) argument
148 return beat_hcall_norets(HV_set_dabr, value, style);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A DMakefile26 $(call ld-option, -Wl$(comma)--hash-style=sysv) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-csharp-116 /* C style comment */
45 #. C style comment
H A Dxgettext-java-120 /* C style comment */
51 #. C style comment
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/doc/libogg/
H A DMakefile.am25 overview.html reference.html style.css
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/vorbisfile/
H A DMakefile.am21 style.css threads.html vorbis_comment.html vorbis_info.html\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/vsyscall/
H A DMakefile18 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html1108 # Pass 2/3: handle style, menu, index, cross-reference #
1201 # simple style substitutions
1310 # split style substitutions
1322 # split style substitutions
1328 ($before, $style, $after) = ($`, $1, $');
1329 if (defined($style_map{$style})) {
1346 die "* Bad syntax (\@$style) after: $before\n";
1348 $text = &apply_style($style, $text);
1563 # appendix style
1571 # normal style
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html1108 # Pass 2/3: handle style, menu, index, cross-reference #
1201 # simple style substitutions
1310 # split style substitutions
1322 # split style substitutions
1328 ($before, $style, $after) = ($`, $1, $');
1329 if (defined($style_map{$style})) {
1346 die "* Bad syntax (\@$style) after: $before\n";
1348 $text = &apply_style($style, $text);
1563 # appendix style
1571 # normal style
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dwinrand.c86 wndclass.style = CS_HREDRAW | CS_VREDRAW;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dwinrand.c86 wndclass.style = CS_HREDRAW | CS_VREDRAW;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/devhelp/
H A DMakefile.am57 style.css

Completed in 167 milliseconds

123456