Searched refs:apropos (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/man-16/man/src/
H A Dman.h11 extern int apropos;
H A DMakefile.in2 # Master Makefile for man, apropos, whatis, and makewhatis
32 all: man man.conf apropos whatis
78 apropos: apropos.sh Makefile
79 rm -f apropos
80 sed -e 's,%apropos_or_whatis%,apropos,' \
83 apropos.sh > apropos
84 chmod +x apropos
86 whatis: apropos
[all...]
H A Dman-getopt.c119 if (apropos)
132 apropos++;
146 if (apropos)
162 if (apropos)
274 if (pager && (global_apropos || apropos || whatis))
286 if (browser && (global_apropos || apropos || whatis))
297 if (htmlpager && (global_apropos || apropos || whatis))
H A Dman.c64 int apropos; variable
1213 * Handle the apropos option. Cheat by using another program.
1333 else if (apropos)
H A Dman.c.orig64 int apropos;
1211 * Handle the apropos option. Cheat by using another program.
1331 else if (apropos)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dapropos.el0 ;;; apropos.el --- apropos commands for users and programmers
34 ;; The idea for super-apropos is based on the original implementation
40 ;; Added super-apropos capability, changed print functions.
41 ;;; Made fast-apropos and super-apropos share code.
42 ;;; Sped up fast-apropos again.
43 ;; Added apropos-do-all option.
44 ;;; Added fast-command-apropos.
51 ;; Apropos-command (ex command-apropos) doe
64 (defgroup apropos nil function
505 (defun apropos (pattern &optional do-all) function
[all...]
H A Dehelp.el398 (defun electric-command-apropos ()
400 (electric-helpify 'command-apropos "*Apropos*"))
402 ;(define-key help-map "a" 'electric-command-apropos)
404 (defun electric-apropos ()
406 (electric-helpify 'apropos))
416 (substitute-key-definition 'apropos 'electric-apropos map)
417 (substitute-key-definition 'command-apropos 'electric-command-apropos map)
H A Dmenu-bar.el396 (define-key menu-bar-goto-menu [apropos-tags]
397 '(menu-item "Tags Apropos..." tags-apropos
562 (define-key menu-bar-custom-menu [customize-apropos-groups]
563 '(menu-item "Groups Matching Regexp..." customize-apropos-groups
565 (define-key menu-bar-custom-menu [customize-apropos-faces]
566 '(menu-item "Faces Matching Regexp..." customize-apropos-faces
568 (define-key menu-bar-custom-menu [customize-apropos-options]
569 '(menu-item "Options Matching Regexp..." customize-apropos-options
571 (define-key menu-bar-custom-menu [customize-apropos]
572 '(menu-item "Settings Matching Regexp..." customize-apropos
[all...]
H A Dbuff-menu.el789 ((eq file 'apropos)
H A Dinfo.el675 (and (member filename '(apropos history toc)) filename)))
835 ((eq filename 'apropos)
836 (insert-buffer-substring " *info-apropos*"))
2735 (and (member file '("dir" apropos history toc))
2945 (defun info-apropos (string)
2948 (interactive "sIndex apropos: ")
2959 ;; current-node and current-file are nil when they invoke info-apropos
2960 ;; as the first Info command, i.e. info-apropos loads info.el. In that
3001 (with-current-buffer (get-buffer-create " *info-apropos*")
3003 (insert "\n\^_\nFile: apropos, Nod
[all...]
/macosx-10.9.5/man-16/
H A DMakefile76 @for prog in apropos man whatis; do \
/macosx-10.9.5/man-16/man/msgs/
H A Dmess.pl132 k : to samo co apropos(1)\n\
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dhelp.test119 namespace import -force tclx::help* tclx::apropos
216 HelpSend "apropos upvar" promptCnt
221 HelpSend "apropos clock" promptCnt
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html.perl31 a interface to apropos (or man -k (or whatis...))
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dhelp.tcl25 #@package: TclX-help help helpcd helppwd apropos
28 namespace export help helpcd helppwd apropos
94 # apropos command. This search the
96 proc ::tclx::apropos {regexp} {
/macosx-10.9.5/groff-38/groff/contrib/groffer/
H A Dgroffer2.sh389 'apropos' 'apropos-data' 'apropos-devel' 'apropos-progs' \
442 'apropos' 'debug' 'default' 'help' 'html' 'ignore-case' 'location-cat' \
469 export _APROPOS_PROG; # Program to run apropos.
470 export _APROPOS_SECTIONS; # Sections for different --apropos-*.
506 export _OPT_APROPOS; # call `apropos' program.
1049 # Setup for the --apropos* options
1092 # Setup for the --apropos* option
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-button.el509 and `apropos' for other symbols."
515 (t (apropos symbol-name)))))
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dru-refcard.tex93 apropos: �������� �������, ��������������� ������ & \kbd{C-h a} \\
H A Dcs-survival.tex399 \key{C-h a} uk��e p��kazy vyhovuj�c� zadan�mu �et�zci (apropos)
H A Dsk-survival.tex401 \key{C-h a} uk��e pr�kazy vyhovuj�ce zadan�mu re�azcu (apropos)
H A Dsurvival.tex399 \key{C-h a} show commands matching a string (apropos)
H A Dfr-survival.tex402 \key{C-h a} affiche les commandes correspondant \`a une cha\^\i{}ne (apropos)
H A Dpl-refcard.tex363 %\key{apropos: show commands matching a string}{C-h a}
367 \key{apropos: poka/z polecenia zgodne z napisem}{C-h a}
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Detags.el154 "*Face for tags in the output of `tags-apropos'."
159 (defcustom tags-apropos-verbose nil
165 (defcustom tags-apropos-additional-actions nil
166 "Specify additional actions for `tags-apropos'.
169 TO-SEARCH). For each triple, `tags-apropos' processes TO-SEARCH and
256 (defvar tags-apropos-function nil
257 "Function to do the work of `tags-apropos' (which see).")
1225 (tags-apropos-function . etags-tags-apropos)
1412 (defun etags-tags-apropos
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmaxima.vim40 syn keyword maximaFunc apply apply1 apply2 applyb1 apropos args array arrayapply

Completed in 252 milliseconds

12