HomeSort by relevance Sort by last modified time
    Searched refs:ctags (Results 1 - 15 of 15) sorted by null

  /external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL 8 ctags -f tags --recurse --totals \
  /external/linux-kselftest/tools/testing/selftests/powerpc/
Makefile 70 find . -name '*.c' -o -name '*.h' | xargs ctags
  /external/llvm/utils/TableGen/
tdtags 13 # This is a wrapper script to simplify generating ctags(1)-compatible index
54 $SELF - generate ctags(1)-compatible index files for tblgen .td source
64 Without the '-x' option, $SELF provides a ctags(1)-like interface to
71 for tblgen tags and ctags(1) for other languages, it is best
72 to run ${SELF} first without '-a', and ctags(1) second with '-a',
73 because ctags(1) handling is more capable.
221 eval $TBLGEN --gen-ctags $inc "$i" >$t 2>$TMP:F
398 # Handle the case where tdtags is a simple ctags(1)-like wrapper for tblgen.
  /external/bison/
GNUmakefile 119 dist distcheck tags ctags
  /external/v8/
Makefile 491 @(ctags --version | grep 'Exuberant Ctags' >/dev/null) || \
492 (echo "Please install Exuberant Ctags (check 'ctags --version')" >&2; false)
493 ctags --fields=+l -L $<
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 393 ctags := map[string]bool{
398 ctags["cgo"] = true
401 ctags[tag] = true
406 if ctags[tag] {
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 393 ctags := map[string]bool{
398 ctags["cgo"] = true
401 ctags[tag] = true
406 if ctags[tag] {
  /external/dtc/
Makefile 225 -name '*.[chly]' -type f -print \) | xargs ctags -a
  /external/vboot_reference/
Makefile     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile     [all...]
  /external/strace/
Makefile 485 ctags-recursive dvi-recursive html-recursive info-recursive \
506 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
528 CTAGS = ctags
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl 23 # - Ctags
28 # - Ctags
36 # - Ctags (Exuberant or Universal)
    [all...]

Completed in 432 milliseconds