Searched refs:_this (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Darc-dis.h45 void *_this; member in struct:arcDisState
H A Darc-dis.c175 return (*state->coreRegName)(state->_this, val);
183 return (*state->auxRegName)(state->_this, val);
191 return (*state->condCodeName)(state->_this, val);
202 return (*state->instName)(state->_this, op1, op2, flags);
210 (*state->err)(state->_this, (msg));
1138 _auxRegName(void *_this ATTRIBUTE_UNUSED, int regval)
1146 _condCodeName(void *_this ATTRIBUTE_UNUSED, int regval)
1154 _instName (void *_this ATTRIBUTE_UNUSED, int majop, int minop, int *flags)
1195 s._this = &s;
/freebsd-10.0-release/contrib/bmake/
H A Dbsd.after-import.mk20 _this := ${MAKEFILE:tA} macro
79 echo '# See ${_this:S,${SRCTOP}/,,}'; \
89 echo '# See ${_this:S,${SRCTOP}/,,}'; \
106 echo; echo 'after-import: ${_this:S,${SRCTOP},\${SRCTOP},}'; \
107 echo ' cd $${.CURDIR} && $${.MAKE} -f ${_this:S,${SRCTOP},\${SRCTOP},}'; \
/freebsd-10.0-release/contrib/bmake/mk/
H A Dsys.mk22 # _this ?= ${.PARSEFILE}
23 # .if !target(__${_this}__)
24 # __${_this}__:
27 _this = ${.PARSEDIR:tA}/${.PARSEFILE} macro
29 _this = ${.PARSEDIR}/${.PARSEFILE} macro
H A Dmeta.autodep.mk17 _this ?= ${.PARSEFILE} macro
18 .if !target(__${_this}__)
19 __${_this}__: .NOTMAIN
147 .depend: .NOMETA $${.MAKE.META.CREATED} ${_this}
H A Dgendirdeps.mk61 _this = ${.PARSEDIR}/${.PARSEFILE} macro
277 ${SRC_DIRDEPS_FILE}: ${META_FILES} ${_this} ${META2DEPS}
301 ${_DEPENDFILE}: ${CAT_DEPEND:M.depend} ${META_FILES:O:u:@m@${exists($m):?$m:}@} ${_this} ${META2DEPS}
322 ${_DEPENDFILE}: ${MAKEFILE} ${_this}

Completed in 71 milliseconds