Searched refs:NROFF (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/man-16/man/man2html/
H A Dstrdefs.c9 #define NROFF (-666) macro
16 { V('n',' '), NROFF, 0, NULL },
22 { V('.','A'), NROFF, 0, NULL },
168 if (intdef->nr == NROFF) intdef->nr = nroff; else
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/
H A Dconfigure.in321 AC_CHECK_PROG(NROFF, nroff, yes, no)
323 if test "x${NROFF}" = "xno" -o "x${COL}" = "xno" ; then
H A Dconfigure714 NROFF
13802 if test -n "$NROFF"; then
13803 ac_cv_prog_NROFF="$NROFF" # Let the user override the test.
13823 NROFF=$ac_cv_prog_NROFF
13824 if test -n "$NROFF"; then
13825 { echo "$as_me:$LINENO: result: $NROFF" >&5
13826 echo "${ECHO_T}$NROFF" >&6; }
13871 if test "x${NROFF}" = "xno" -o "x${COL}" = "xno" ; then
14795 NROFF!$NROFF
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/doc/
H A DMakefile59 NROFF = groff -Tascii macro
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmanconf.vim64 syn keyword manconfKeyword contained APROPOS WHATIS TROFF NROFF JNROFF EQN
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dman2html.c69 #define NROFF 0 macro
293 {V('n', ' '), NROFF, 0, NULL},
294 {V('t', ' '), 1 - NROFF, 0, NULL},
299 {V('.', 'A'), NROFF, 0, NULL},
300 {V('.', 'T'), 1 - NROFF, 0, NULL},
1767 value = NROFF;
1770 value = 1 - NROFF;
/macosx-10.10.1/man-16/man/src/
H A Dman.c535 add_directive (do_troff ? "TROFF" : use_jroff ? "JNROFF" : "NROFF",
1047 const char *n = getval("NROFF");
H A Dman.c.orig533 add_directive (do_troff ? "TROFF" : use_jroff ? "JNROFF" : "NROFF",
1045 const char *n = getval("NROFF");
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dconfigure638 NROFF
4982 case $NROFF in
4984 ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path.
5005 NROFF=$ac_cv_path_NROFF
5006 if test -n "$NROFF"; then
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NROFF" >&5
5008 $as_echo "$NROFF" >&6; }
5060 elif test "x$NROFF" != "x" ; then
5061 MANFMT="$NROFF -mandoc"
16271 case $NROFF i
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dconfigure630 NROFF
19662 case $NROFF in
19664 ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path.
19686 NROFF=$ac_cv_path_NROFF
19687 if test -n "$NROFF"; then
19688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NROFF" >&5
19689 $as_echo "$NROFF" >&6; }
19696 test -n "$NROFF" && break
19698 test -n "$NROFF" || NROFF
[all...]
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfigure796 NROFF
22405 case $NROFF in
22407 ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path.
22428 NROFF=$ac_cv_path_NROFF
22429 if test -n "$NROFF"; then
22430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NROFF" >&5
22431 $as_echo "$NROFF" >&6; }
22492 if test "$NROFF" ; then
22494 if "$NROFF" $i conftest.1 2> /dev/null | \
22496 ac_cv_sys_man_format="$NROFF
[all...]

Completed in 303 milliseconds