HomeSort by: relevance | last modified time | path
    Searched defs:is_default (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
color.h 55 int is_default() { return scheme == DEFAULT; } function in class:color
  /src/usr.bin/jot/
jot.c 66 #define is_default(s) (strcmp((s), "-") == 0) macro
186 if (!is_default(argv[3])) {
195 if (!is_default(argv[2])) {
204 if (!is_default(argv[1])) {
215 if (!is_default(argv[0])) {
  /src/external/bsd/nvi/dist/motif_l/
m_tags.c 90 Boolean is_default;
177 XmNshowAsDefault, data->is_default,
178 XmNdefaultButtonShadowThickness, data->is_default,
183 if ( data->is_default )
88 Boolean is_default; member in struct:__anon7608
  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.h 174 bool is_default () const function in struct:ui_file_style
gdbtypes.h 226 bool is_default () const function in struct:variant
  /src/external/gpl3/gdb/dist/gdb/
ui-style.h 284 bool is_default () const function in struct:ui_file_style
gdbtypes.h 226 bool is_default () const function in struct:variant
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c 751 int is_default; local
798 is_default = (ctx.xso == ctx.qc->default_xso);
808 if (!is_default)
  /src/external/bsd/ntp/dist/ntpd/
ntp_config.c 1014 int/*BOOL*/ is_default = FALSE; local
1031 /* Don't need to set is_default here */
1043 is_default = TRUE;
1049 is_default = TRUE;
1068 if (rest_node->mask != NULL && !is_default) {
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 647 bool is_default () const function in struct:variant_field
10349 if (variant.is_default ())

Completed in 73 milliseconds