Home
last modified time | relevance | path

Searched refs:TAGPRG (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dconfig.mk.in28 TAGPRG = @TAGPRG@
H A Dconfigure.ac4348 TAGPRG="ctags -I INIT+,INIT2+,INIT3+,INIT4+,INIT5+ --fields=+S"
4350 TAGPRG="exctags -I INIT+,INIT2+,INIT3+,INIT4+,INIT5+ --fields=+S"
4352 TAGPRG="exuberant-ctags -I INIT+,INIT2+,INIT3+,INIT4+,INIT5+ --fields=+S"
4354 TAGPRG="ctags"
4355 (eval etags /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags"
4356 (eval etags -c /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="etags -c"
4357 (eval ctags /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="ctags"
4358 (eval ctags -t /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="ctags -t"
4359 (eval ctags -ts /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="ctags -ts"
4360 (eval ctags -tvs /dev/null) < /dev/null 1>&AC_FD_CC 2>&1 && TAGPRG="ctags -tvs"
[all …]
H A DMakefile2243 $(TAGPRG) $(TAGS_FILES)
/vim-8.2.3635/src/auto/
H A Dconfigure14596 TAGPRG="ctags -I INIT+,INIT2+,INIT3+,INIT4+,INIT5+ --fields=+S"
14598 TAGPRG="exctags -I INIT+,INIT2+,INIT3+,INIT4+,INIT5+ --fields=+S"
14602 TAGPRG="ctags"
14603 (eval etags /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags"
14604 (eval etags -c /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="etags -c"
14605 (eval ctags /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags"
14606 (eval ctags -t /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags -t"
14607 (eval ctags -ts /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags -ts"
14608 (eval ctags -tvs /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags -tvs"
14612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TAGPRG" >&5
[all …]