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

  /src/external/gpl3/gdb/dist/sim/common/
sim-options.h 73 If DOC and DOC_NAME are the empty string (i.e. ""), this option
94 If DOC and DOC_NAME are the empty string (i.e. ""), this option
97 If DOC_NAME is a non-empty string then it, insted of OPT.NAME, is
109 const char *doc_name; member in struct:__anon19222
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-options.h 73 If DOC and DOC_NAME are the empty string (i.e. ""), this option
94 If DOC and DOC_NAME are the empty string (i.e. ""), this option
97 If DOC_NAME is a non-empty string then it, insted of OPT.NAME, is
109 const char *doc_name; member in struct:__anon21961
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
texi2html 1481 $first_doc = &doc_name(1);
1482 $last_doc = &doc_name($last_num);
1489 $prev_doc = ($doc_num == 1 ? undef : &doc_name($doc_num - 1));
1490 $next_doc = ($doc_num == $last_num ? undef : &doc_name($doc_num + 1));
1850 sub doc_name { subroutine
1857 $docu_doc = &doc_name(++$doc_num);
  /src/external/gpl2/gettext/dist/gettext-tools/doc/
texi2html 1481 $first_doc = &doc_name(1);
1482 $last_doc = &doc_name($last_num);
1489 $prev_doc = ($doc_num == 1 ? undef : &doc_name($doc_num - 1));
1490 $next_doc = ($doc_num == $last_num ? undef : &doc_name($doc_num + 1));
1850 sub doc_name { subroutine
1857 $docu_doc = &doc_name(++$doc_num);

Completed in 30 milliseconds