Searched refs:doc_name (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-options.h109 const char *doc_name; member in struct:__anon2480
H A Dsim-watch.c424 option->doc_name = "";
444 int_options[0].doc_name = "watch-cycles-ACTION";
448 int_options[1].doc_name = "watch-pc-ACTION";
452 int_options[2].doc_name = "watch-clock-ACTION";
H A Dsim-options.c664 if (opt->doc_name != NULL && opt->doc_name [0] == '\0')
708 if (o->doc_name != NULL)
709 name = o->doc_name;
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-options.h109 const char *doc_name; member in struct:__anon1918
H A Dsim-watch.c427 option->doc_name = "";
447 int_options[0].doc_name = "watch-cycles-ACTION";
451 int_options[1].doc_name = "watch-pc-ACTION";
455 int_options[2].doc_name = "watch-clock-ACTION";
H A Dsim-options.c819 if (opt->doc_name != NULL && opt->doc_name [0] == '\0')
863 if (o->doc_name != NULL)
864 name = o->doc_name;
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dtexi2html1481 $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);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dtexi2html1481 $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 110 milliseconds