Searched refs:titles (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c32 char **titles; variable
50 titles = (char **)calloc(ENTRY_ALLOC_COUNT, sizeof (char *));
52 if (titles == NULL || datasets == NULL)
68 titles = (char **)realloc(titles,
72 if (titles == NULL || datasets == NULL)
78 free(titles[menu_entry_count]);
79 if ((titles[menu_entry_count] = strdup(title_str)) == NULL)
186 printf("%d %s\n", n + 1, titles[n]);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c169 static const Msg titles[] = { local
186 hdl_str = titles[type];
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1724 % ttsl for book titles, do we?
2352 % \parskip glue after all. Section titles are handled this way also.
4367 % Section titles. These macros combine the section number parts and
4373 % Subsection titles.
4377 % Subsubsection titles.
6194 % This is to support \ in node names and titles, since the \

Completed in 1034 milliseconds