HomeSort by: relevance | last modified time | path
    Searched defs:texi (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/texinfo/dist/util/
texi-docstring-magic.el 0 ;; texi-docstring-magic.el -- munge internal docstrings into texi
8 ;; Id: texi-docstring-magic.el,v 1.2 2004/04/11 17:56:47 karl Exp
34 ;; @c TEXI DOCSTRING MAGIC: my-package-function-or-variable-name
36 ;; In your texi source, mypackage.texi. From within an Emacs session
37 ;; where my-package is loaded, visit mypackage.texi and run
38 ;; M-x texi-docstring-magic to update all of the documentation strings.
64 ;; (define-key TeXinfo-mode-map "C-cC-d" 'texi-docstring-magic-insert-magic)
71 ;; * Look for a "texi-docstring" property for symbol
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
check-params-in-docs.py 62 # Find section in .texi manual with parameters
63 texi = ([x.strip() for x in open(args.texi_file).readlines()]) variable
64 texi = dropwhile(lambda x: 'item --param' not in x, texi) variable
65 texi = takewhile(lambda x: '@node Instrumentation Options' not in x, texi) variable
66 texi = list(texi)[1:] variable
69 for line in texi:
  /src/external/gpl3/gcc.old/dist/contrib/
check-params-in-docs.py 54 # Find section in .texi manual with parameters
55 texi = ([x.strip() for x in open(args.texi_file).readlines()]) variable
56 texi = dropwhile(lambda x: 'item --param' not in x, texi) variable
57 texi = takewhile(lambda x: '@node Instrumentation Options' not in x, texi) variable
58 texi = list(texi)[1:] variable
61 for line in texi:
  /src/external/gpl3/autoconf/dist/
maint.mk 824 # Require the latest GFDL. Two regexp, since some .texi files end up
834 texinfo_suffix_re_ ?= \.(txi|texi(nfo)?)$$
1135 texi = doc/$(PACKAGE).texi macro
1137 # Do the same for the $(sample-test) and the main doc/.texi file.
1148 in_vc_files=$(texi) \
1149 halt='out of date copyright in $(texi); update it' \
1367 # Override this with e.g., -s $(srcdir)/some_other_name.texi

Completed in 27 milliseconds