Searched refs:CTAGS (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/share/mk/
H A Dbsd.dep.mk8 # CTAGS A tags file generation program [gtags]
46 CTAGS?= gtags macro
61 .if ${CTAGS:T} == "gtags"
62 @cd ${.CURDIR} && ${CTAGS} ${GTAGSFLAGS} ${.OBJDIR}
67 @${CTAGS} ${CTAGSFLAGS} -f /dev/stdout \
172 .if ${CTAGS:T} == "gtags"
/freebsd-10.0-release/contrib/byacc/
H A Dconfigure2150 if test -n "$CTAGS"; then
2151 ac_cv_prog_CTAGS="$CTAGS" # Let the user override the test.
2166 CTAGS=$ac_cv_prog_CTAGS
2167 if test -n "$CTAGS"; then
2168 echo "$as_me:2168: result: $CTAGS" >&5
2169 echo "${ECHO_T}$CTAGS" >&6
2175 test -n "$CTAGS" && break
2215 # Extract the first word of "${CTAGS:-ctags}", so it can be a program name with args.
2216 set dummy ${CTAGS:-ctags}; ac_word=$2
5262 s,@CTAGS
[all...]
/freebsd-10.0-release/contrib/libreadline/
H A DMakefile.in70 CTAGS = ctags -tw
262 $(CTAGS) $(CSOURCES) $(HSOURCES)
/freebsd-10.0-release/contrib/dialog/
H A Dconfigure2563 if test -n "$CTAGS"; then
2564 ac_cv_prog_CTAGS="$CTAGS" # Let the user override the test.
2579 CTAGS=$ac_cv_prog_CTAGS
2580 if test -n "$CTAGS"; then
2581 echo "$as_me:2581: result: $CTAGS" >&5
2582 echo "${ECHO_T}$CTAGS" >&6
2588 test -n "$CTAGS" && break
2628 # Extract the first word of "${CTAGS:-ctags}", so it can be a program name with args.
2629 set dummy ${CTAGS:-ctags}; ac_word=$2
16345 s,@CTAGS
[all...]

Completed in 121 milliseconds