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

  /src/usr.bin/menuc/
scan.l 89 title { return TITLE; }
parse.y 56 %token <i_value> TITLE DEFAULT DISPLAY ERROR EXITSTRING EXPAND ALLOW DYNAMIC
154 | CONTINUOUS TITLE { cur_menu->info->mopt |= MC_CONTINUOUS; }
159 | TITLE text { cur_menu->info->title = $2; }
  /src/external/gpl2/texinfo/dist/makeinfo/
xml.h 74 TITLE,
xml.c 126 { "title", 0, 0, 0 },
263 { "title", 0, 0, 0 }, /* SETTITLE */
337 { "title", 0, 0, 0 },
897 xml_insert_element (TITLE, START);
1181 xml_insert_element (TITLE, START);
1350 and id attributes, and inserts title. */
1361 /* OK, need the title, tag, etc. */
1377 xml_insert_element (TITLE, START);
1379 xml_insert_element (TITLE, END);
1381 current_float_set_title_used (); /* mark this title, tag, etc used *
1780 char *title; member in struct:xml_index_title
    [all...]
sectioning.c 65 char *title = NULL;
92 /* Last title used by sectioning_underscore, etc. */
353 if (strlen (temp) == 0 && (!title || strlen (title) == 0))
354 warning ("Must specify a title with least one of @settitle or @top");
376 temp = xstrdup (title ? title : "");
397 xml_insert_element (TITLE, START);
400 xml_insert_element (TITLE, END);
457 temp = xstrdup (title ? title : "")
64 char *title = NULL; variable
    [all...]
  /src/games/tetris/
scores.c 908 #define TITLE "Rank Score Name (points/level)"
914 printf("%s %s\n", TITLE, n > 1 ? TITLE : "");
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2html 375 # For page titles use $T2H_WORDS->{$T2H_LANG}->{...} as title.
688 # $T2H_THISDOC{title} -- title as set by @setttile
689 # $T2H_THISDOC{fulltitle} -- full title as set by @title...
749 # If you enclose everything in @ifnothtml, then title, subtitle,
907 # this is added inside <HEAD></HEAD> after <TITLE> and some META NAME stuff
914 my $longtitle = "$T2H_THISDOC{title}: $T2H_NAME{This}";
923 <TITLE>$longtitle</TITLE>
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2html 375 # For page titles use $T2H_WORDS->{$T2H_LANG}->{...} as title.
688 # $T2H_THISDOC{title} -- title as set by @setttile
689 # $T2H_THISDOC{fulltitle} -- full title as set by @title...
749 # If you enclose everything in @ifnothtml, then title, subtitle,
907 # this is added inside <HEAD></HEAD> after <TITLE> and some META NAME stuff
914 my $longtitle = "$T2H_THISDOC{title}: $T2H_NAME{This}";
923 <TITLE>$longtitle</TITLE>
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
texi2html 638 @lines = (); # ignore all lines before top (title page garbage)
980 $value{'_title'} .= "$1\n", next if /^\@title\s+(.*)$/;
1437 $title = $value{'_settitle'} || $full_title;
1449 &print_toplevel_header("$title - Table of Contents");
1465 &print_toplevel_header("$title - Footnotes");
1488 &print_header("$title - $section");
1522 &print_toplevel_header($title);
1524 &print_header($title);
1882 # clean the title
1896 <TITLE>$_</TITLE
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/doc/
texi2html 638 @lines = (); # ignore all lines before top (title page garbage)
980 $value{'_title'} .= "$1\n", next if /^\@title\s+(.*)$/;
1437 $title = $value{'_settitle'} || $full_title;
1449 &print_toplevel_header("$title - Table of Contents");
1465 &print_toplevel_header("$title - Footnotes");
1488 &print_header("$title - $section");
1522 &print_toplevel_header($title);
1524 &print_header($title);
1882 # clean the title
1896 <TITLE>$_</TITLE
    [all...]

Completed in 24 milliseconds