Lines Matching refs:TAGPRG
14596 TAGPRG="ctags -I INIT+,INIT2+,INIT3+,INIT4+,INIT5+ --fields=+S"
14598 TAGPRG="exctags -I INIT+,INIT2+,INIT3+,INIT4+,INIT5+ --fields=+S"
14600 TAGPRG="exuberant-ctags -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"
14609 (eval ctags -i+m /dev/null) < /dev/null 1>&5 2>&1 && TAGPRG="ctags -i+m"
14612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TAGPRG" >&5
14613 $as_echo "$TAGPRG" >&6; }