Lines Matching refs:entity
293 entity=`echo $$ident | tr _ -` ; \
294 echo "<!ENTITY func-$$entity \"<link" \
295 "linkend='func-$$entity'><function>$$ident()</function></link>\">" \
302 entity=`echo $$ident | tr _ -` ; \
304 echo "<!ENTITY $$entity \"<link" \
312 entity=`echo $$ident | tr _ -` ; \
313 echo "<!ENTITY $$entity \"<link" \
314 "linkend='$$entity'>$$ident</link>\">" >>$@ ; \
320 …entity=`echo $$ident | sed -e "s/v4l2_mpeg_cx2341x_video_\([a-z]*_spatial_filter_type\)/\1/" | tr …
321 echo "<!ENTITY $$entity \"enum <link" \
322 "linkend='$$entity'>$$ident</link>\">" >>$@ ; \
328 entity=`echo $$ident | tr _ - | sed s/v4l2-mpeg-vbi-ITV0/v4l2-mpeg-vbi-itv0-1/g` ; \
329 echo "<!ENTITY $$entity \"struct <link" \
330 "linkend='$$entity'>$$ident</link>\">" >>$@ ; \
343 entity=`echo "$$file" | sed $(FILENAME) -e s/"^([^-]*)"/sub\1/` ; \
346 echo "<!ENTITY sub-$$entity SYSTEM \"$$file\">" >>$@ ; \
355 entity=`echo "$$file" |sed $(FILENAME)` ; \
356 echo "<!ENTITY $$entity SYSTEM \"$$file\">" >>$@ ; \