Searched refs:dflt (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dnamespaces.c451 xmlNsPtr dflt;
452 dflt = xmlSearchNs(cur->doc, cur, NULL);
453 if (dflt == NULL)
456 URI = dflt->href;
619 xmlNsPtr dflt;
622 dflt = xmlSearchNs(cur->doc, cur, NULL);
623 if (dflt != NULL)
624 URI = dflt->href;
H A Dtransform.c2673 xmlNsPtr dflt; local
2674 dflt = xmlSearchNs(cur->doc, cur, NULL);
2675 if (dflt == NULL)
2678 URI = dflt->href;
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c205 askuser(const char *dflt) argument
218 if (dflt)
219 (void) fprintf(stderr, "Terminal type? [%s] ", dflt);
225 if (dflt == 0) {
229 return (dflt);
236 if (dflt != 0)
237 return (dflt);
/haiku-fatelf/headers/libs/expat/
H A Dexpat.h163 const XML_Char *dflt,
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y560 NODE *dflt = NULL;
592 if (dflt != NULL)
594 dflt = curr;
601 $$ = node(head, Node_switch_body, dflt);
H A Dawkgram.c2032 NODE *dflt = NULL;
2064 if (dflt != NULL)
2066 dflt = curr;
2073 yyval.nodeval = node(head, Node_switch_body, dflt);
2029 NODE *dflt = NULL; local
/haiku-fatelf/src/bin/gdb/include/
H A Dhp-symtab.h488 unsigned int dflt: 1; member in struct:dntt_type_fparam

Completed in 183 milliseconds