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

  /xsrc/external/mit/ctwm/dist/doc/manual/
Makefile 20 # minor differences in the output. Also, the manpage generation requires
36 # Manpage output. x-ref comment above about asciidoctor versions
38 a2x --doctype manpage --format manpage ${BASE}.adoc
41 asciidoc -b docbook -d manpage -o ${BASE}.xml ${BASE}.adoc
45 asciidoctor -b manpage -o ${BASE} ${BASE}.adoc
  /xsrc/external/mit/xman/dist/
help.c 71 XtManageChild(man_globals->manpagewidgets.manpage);
74 AddCursor(help_widget, resources.cursors.manpage);
handler.c 58 * for this manpage.
85 else if (w == man_globals->remove_entry) /* Kill the manpage */
87 else if (w == man_globals->open_entry) /* Open new manpage */
115 XtUnmanageChild(man_globals->manpagewidgets.manpage);
120 Widget manpage = man_globals->manpagewidgets.manpage; local
129 XtUnmanageChild(manpage);
132 XtManageChild(manpage);
179 * Description: Puts the manpage on the display.
181 * for this manpage
    [all...]
man.h 94 manpage, /* The cursor for the Manpage. */ member in struct:_XmanCursors
102 Widget manpage, /* The manual page window (scrolled) */ member in struct:_ManPageWidgets
127 /* pseudo Globals that are specific to each manpage created. */
131 on this manpage. */
134 both_shown; /* If true then both the manpage and
152 char manpage_title[80]; /* The label to use for the current manpage. */
165 ManPageWidgets manpagewidgets; /* The manpage widgets. */
167 /* Things to remember when cleaning up when killing manpage. */
170 this manpage. *
    [all...]
buttons.c 143 * Description: Creates a new manpage.
205 * full_instance - if true then create a full manpage,
306 /* Create Manpage */
308 mpw->manpage = XtCreateWidget(MANUALPAGE, scrollByLineWidgetClass,
314 * Description: Starts up a new manpage.
325 Widget manpage = man_globals->manpagewidgets.manpage; local
358 XtManageChild(manpage);
363 * to manpage, show both, or help.
384 AddCursor(man_globals->This_Manpage, resources.cursors.manpage);
    [all...]
misc.c 136 * Description: Assigns a file to the manpage.
157 XtSetValues(man_globals->manpagewidgets.manpage, arglist, num_args);
163 * Arguments: man_globals - the globals info for this manpage.
485 Widget manpage = man_globals->manpagewidgets.manpage; local
585 (man_globals->manpagewidgets.manpage == NULL))
603 manpage) / 2;
605 manpage) / 2;
606 XtTranslateCoords(manpage, x, y, &x, &y);
633 * filename - the (uncompressed) manpage source fil
    [all...]
main.c 59 Offset(cursors.manpage), XtRString, MANPAGE_CURSOR},
250 "-bothshown", "Show both the directory and manpage at once.",
251 "-notopbox", "Starts with manpage rather than topbox.",
  /xsrc/external/mit/fontconfig/dist/fc-conflist/
Makefile.am 51 $(RM) manpage.*
  /xsrc/external/mit/fontconfig/dist/fc-query/
Makefile.am 51 $(RM) manpage.*
  /xsrc/external/mit/fontconfig/dist/fc-scan/
Makefile.am 51 $(RM) manpage.*
  /xsrc/external/mit/fontconfig/dist/fc-validate/
Makefile.am 51 $(RM) manpage.*
  /xsrc/external/mit/ctwm/dist/cmake_files/
find_asciidoc_bits.cmake 14 # If we have asciidoctor, we need to figure out the version, as manpage
53 # manpage generation doesn't, so it has to override this.
136 # output, but also knows how to invoke xsltproc to generate manpage
137 # output, which gives us another route from adoc -> XML -> manpage. And
207 # Build a manpage via asciidoctor
214 _ad_mk_boilerplate(asciidoctor manpage ${ARGN})
219 COMMAND ${ASCIIDOCTOR} -b manpage -o ${OUTFILE} ${ADFILE}
225 # Build a manpage via asciidoc (technically, a2x)
232 _ad_mk_boilerplate(a2x manpage ${ARGN})
236 # manpage output, but it's doc'd not to and will warn, so don't eve
    [all...]
  /xsrc/external/mit/libXi/dist/man/
Makefile.am 179 $(AM_V_GEN)$(ASCIIDOC) -b docbook -d manpage -o $@ $<

Completed in 14 milliseconds