Searched refs:man (Results 1 - 18 of 18) sorted by relevance

/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh172 typeset b cmd usage try_cmd man
201 man=--man
202 [[ $1 == -s ]] && man=--short && shift
206 then $try_cmd $man
207 else man $try_cmd
209 elif [[ $man == '--short' ]]
211 else man $try_cmd
/ast/src/cmd/ksh93/tests/
H A Dglob.sh181 mkdir man
182 mkdir man/man1
183 touch man/man1/sh.1
185 test_glob '<man/man1/sh.1>' */man*/sh.*
186 test_glob '<man/man1/sh.1>' $(echo */man*/sh.*)
187 test_glob '<man/man1/sh.1>' "$(echo */man*/sh.*)"
273 test_glob '<a-b> <aXb> <abd> <bb> <bcd> <bdir> <ca> <cb> <dd> <man>' *
[all...]
H A Dfunctions.sh251 if [[ $( (winpath --man 2>/dev/null); print ok) != ok ]]
252 then err_exit 'getopts --man in functions not working'
1179 then function foo { getopts --man; }
1180 [[ $(typeset -f foo) == 'function foo { getopts --man; }' ]] || err_exit 'typeset -f not work for function with getopts'
H A Dbuiltins.sh274 if [[ $(getopts $'[+?X\ffoobar\fX]' v --man 2>&1) != *'Xhello world'X* ]]
633 v=$($SHELL 2> /dev/null +o rc -ic $'getopts a:bc: opt --man\nprint $?')
634 [[ $v == 2* ]] || err_exit 'getopts --man does not exit 2 for interactive shells'
/ast/src/cmd/INIT/
H A DWWW.mk29 M := $(WWWDIR)/man/man1
45 %-man.html : $(BINDIR)/% (html_info)
136 Use the --?help and --man options for online help,
314 .WWW.LOCAL : $(WWWDIR)/man/man1/$(I).html
315 $(WWWDIR)/man/man1/$(I).html : .DONTCARE
413 .WWW.LOCAL : $(WWWDIR)/man/man1/$(I:B).html
414 $(WWWDIR)/man/man1/$(I:B).html : .DO.WWW.MAN $(I)
417 .WWW.LOCAL : $(WWWDIR)/man/man1/$(I).html
418 $(WWWDIR)/man/man1/$(I).html : .DO.WWW.MAN -
422 H := $(WWWDIR)/man/man
[all...]
H A Dmktest.sh580 --help|--man)
H A Dpackage.mk130 Many of the packaged commands self-document via the --man and --html
131 options; those that do have no separate man page.
H A Dpackage.sh530 help) set -- --man ;;
640 help|HELP|html|man|--[?m]*)
674 Mcurl='<A href=../../man/man1/curl.html>curl</A>(1)'
675 Mdate='<A href=../../man/man1/date.html>date</A>(1)'
676 Mfile='<A href=../../man/man1/file.html>file</A>(1)'
677 Mgunzip='<A href=../../man/man1/gzip.html>gunzip</A>(1)'
678 Mhurl='<A href=../../man/man1/hurl.html>hurl</A>(1)'
679 Mlynx='<A href=../../man/man1/lynx.html>lynx</A>(1)'
680 Mnmake='<A href=../../man/man1/nmake.html>nmake</A>(1)'
681 Mpackage='<A href=../../man/man
[all...]
/ast/src/cmd/html/
H A DMakefile28 man.tr mm.tr \
H A Dmm2twiki.sh20 : mm2twiki - convert mm/man subset to twiki markups
41 [+NAME?mm2twiki - convert mm/man subset to twiki markups]
230 -e 's%<i>\([^<]*\)</i>(\([0123456789]\))%[[../man\2/\1.html][\1]]\2%g' \
231 -e 's%<b>\([^<]*\)</b>(\([0123456789]\))%[[../man\2/\1.html][\1]]\2%g' \
602 man) set -A text -- "[[../man$n/$1.html][$1]]$y$x" ;;
603 *) set -A text -- "[[${html.man:=../man}/man$n/$1.html][$1]]$y$x" ;;
616 *:man
[all...]
H A Dmm2bb.sh20 : mm2bb - convert mm/man subset to bb markups
41 [+NAME?mm2bb - convert mm/man subset to bb markups]
240 -e 's%<i>\([^<]*\)</i>(\([0123456789]\))%[url=../man\2/\1.html][i]\1[/i][/url]\2%g' \
241 -e 's%<b>\([^<]*\)</b>(\([0123456789]\))%[url=../man\2/\1.html][b]\1[/b][/url]\2%g' \
620 man) set -A text -- "\\newurl{../man$n/$1.html,$font1$1}}$y$x" ;;
621 *) set -A text -- "\\newurl{${html.man:=../man}/man$n/$1.html,$font1$1}$y$x" ;;
630 man) se
[all...]
H A Dmm2html.sh20 : mm2html - convert mm/man/mandoc subset to html
54 [+NAME?mm2html - convert mm/man/mandoc subset to html]
63 [+man documents]
68 [+\aname\a\b-man.html?The (also standalone) man page
220 man) mark=6
452 -e 's%<EM>\([^<]*\)</EM>(\([0123456789][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]*\))%<NOBR><A href="../man\2/\1.html"><EM>\1</EM></A>(\2)</NOBR>%g' \
453 -e 's%<STRONG>\([^<]*\)</STRONG>(\([0123456789][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]*\))%<NOBR><A href="../man\2/\1.html"><STRONG>\1</STRONG></A>(\2)</NOBR>%g' \
454 -e 's%<TT>\([^<]*\)</TT>(\([0123456789][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]*\))%<NOBR><A href="../man\2/\1.html"><TT>\1</TT></A>(\2)</NOBR>%g' \
820 man
[all...]
/ast/src/cmd/cs/vcs_src/
H A Dmnt_imount.c53 char* man; member in struct:command_t
/ast/src/lib/libvcodex/
H A DMakefile18 MANDIR= ../../../man
/ast/src/lib/libtk/
H A DMakefile353 doc/man.macros \
/ast/src/lib/libast/
H A DMakefile17 .SOURCE : aso cdt comp dir disc hash man misc obsolete path port preroot \
214 * man is stdio.h problematic
/ast/lib/package/
H A Dpackage.mk130 Many of the packaged commands self-document via the --man and --html
131 options; those that do have no separate man page.
/ast/src/cmd/nmake/
H A DMakerules.mk231 MANDIR = $(INSTALLROOT)/man/man
3849 for T2 $(P:V:N=*.man?(=*))
3850 if T2 == "*.man=*"
3851 T1 := $(T2:V:/.*man=//)

Completed in 58 milliseconds