Searched refs:tags (Results 1 - 25 of 1210) sorted by relevance

1234567891011>>

/xsrc/external/mit/xedit/dist/
H A Dtags.c28 * Linux kernel 2.6x is an example, the tags file itself is almost 80Mb
33 * Possible workarounds could be to load the tags file in a separate
35 * as the tags file metadata would need to be stored in some very fast
37 * a linear search in a huge tags file.
75 /* Used when searching for alternate tags and failing descending to
79 /* Flag to know if tags file is in xedit cwd and allow using relative
82 * wrong file) if file is edited and tags is not in the current dir */
86 XeditTagsInfo *tags; /* If trying another TagsInfo */ member in struct:_XeditTagsInfo
87 TagsEntry *entry; /* Entry in tags->tags */
220 FindTagFirst(XeditTagsInfo * tags,char * symbol,int length) argument
301 FindTagNext(XeditTagsInfo * tags,Widget window,XawTextPosition position) argument
319 XeditTagsInfo *tags; local in function:LoadTagsFile
337 XeditTagsInfo *tags; local in function:DoLoadTagsFile
493 FindTag(XeditTagsInfo * tags) argument
[all...]
/xsrc/external/mit/xf86-input-vmmouse/dist/tools/
H A Dhal-probe-vmmouse.in29 __HAL_BIN_PREFIX__/hal-set-property --direct --udi "$UDI" --key input.tags --string "vmmouse"
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dctags.cmake6 add_custom_target(tags target
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dinpututils.c349 char **tags, **new_tags; local in function:DuplicateInputAttributes
370 if ((tags = attrs->tags))
372 while(*tags++)
375 new_attr->tags = calloc(ntags + 1, sizeof(char*));
376 if (!new_attr->tags)
379 tags = attrs->tags;
380 new_tags = new_attr->tags;
382 while(*tags)
403 char **tags; local in function:FreeInputAttributes
[all...]
/xsrc/external/mit/libxkbui/dist/src/
H A DMakefile.in324 tags: TAGS target
328 tags=; \
336 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
339 $$tags $$unique; \
344 tags=; \
352 test -z "$(CTAGS_ARGS)$$tags$$unique" \
354 $$tags $$unique
361 distclean-tags:
362 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432 distclean-libtool distclean-tags
[all...]
/xsrc/external/mit/xf86-video-imstt/dist/src/
H A DMakefile.in340 tags: TAGS target
344 tags=; \
352 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
355 $$tags $$unique; \
360 tags=; \
368 test -z "$(CTAGS_ARGS)$$tags$$unique" \
370 $$tags $$unique
377 distclean-tags:
378 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
447 distclean-libtool distclean-tags
[all...]
/xsrc/external/mit/xf86-input-ws/dist/include/
H A DMakefile.in264 tags: TAGS target
268 tags=; \
276 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
279 $$tags $$unique; \
284 tags=; \
292 test -z "$(CTAGS_ARGS)$$tags$$unique" \
294 $$tags $$unique
301 distclean-tags:
302 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
369 distclean-tags
[all...]
/xsrc/external/mit/xf86-input-ws/dist/src/
H A DMakefile.in344 tags: TAGS target
348 tags=; \
356 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
359 $$tags $$unique; \
364 tags=; \
372 test -z "$(CTAGS_ARGS)$$tags$$unique" \
374 $$tags $$unique
381 distclean-tags:
382 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
451 distclean-libtool distclean-tags
[all...]
/xsrc/external/mit/libxkbui/dist/
H A DMakefile.in359 tags-recursive:
361 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
376 tags: TAGS target
378 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
380 tags=; \
392 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
401 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
404 $$tags $$unique; \
409 tags
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftoutln.c56 char* tags; local in function:FT_Outline_Decompose
101 tags = outline->tags + first;
102 tag = FT_CURVE_TAG( tags[0] );
112 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
129 tags--;
141 tags++;
143 tag = FT_CURVE_TAG( tags[0] );
174 tags++;
175 tag = FT_CURVE_TAG( tags[
[all...]
/xsrc/external/mit/xf86-video-imstt/dist/
H A DMakefile.in340 tags-recursive:
342 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
357 tags: TAGS target
359 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
361 tags=; \
373 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
382 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
385 $$tags $$unique; \
390 tags
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/
H A DMakefile.in345 tags-recursive:
347 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
362 tags: TAGS target
364 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
366 tags=; \
378 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
387 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
390 $$tags $$unique; \
395 tags
[all...]
/xsrc/external/mit/xf86-input-ws/dist/
H A DMakefile.in350 tags-recursive:
352 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
367 tags: TAGS target
369 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
371 tags=; \
383 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
392 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
395 $$tags $$unique; \
400 tags
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/
H A DMakefile.in500 tags-recursive:
502 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
517 tags: TAGS target
519 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
521 tags=; \
533 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
542 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
545 $$tags $$unique; \
550 tags
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/
H A DMakefile.in498 tags-recursive:
500 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
515 tags: TAGS target
517 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
519 tags=; \
531 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
540 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
543 $$tags $$unique; \
548 tags
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/doc/
H A DMakefile.in488 tags-recursive:
490 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
505 tags: TAGS target
507 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
509 tags=; \
521 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
530 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
533 $$tags $$unique; \
538 tags
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/exa/
H A DMakefile.in586 tags-recursive:
588 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
603 tags: TAGS target
605 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
607 tags=; \
619 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
628 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
631 $$tags $$unique; \
636 tags
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
H A DMakefile.in604 tags-recursive:
606 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
621 tags: TAGS target
623 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
625 tags=; \
637 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
646 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
649 $$tags $$unique; \
654 tags
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A DMakefile.in588 tags-recursive:
590 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
605 tags: TAGS target
607 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
609 tags=; \
621 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
630 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
633 $$tags $$unique; \
638 tags
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/
H A DMakefile.in489 tags-recursive:
491 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
506 tags: TAGS target
508 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
510 tags=; \
522 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
531 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
534 $$tags $$unique; \
539 tags
[all...]
/xsrc/external/mit/xorg-server.old/dist/miext/
H A DMakefile.in489 tags-recursive:
491 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
506 tags: TAGS target
508 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
510 tags=; \
522 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
531 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
534 $$tags $$unique; \
539 tags
[all...]
/xsrc/external/mit/xorg-server.old/dist/doc/
H A DMakefile.in489 tags-recursive:
491 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
506 tags: TAGS target
508 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
510 tags=; \
522 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
531 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
534 $$tags $$unique; \
539 tags
[all...]
/xsrc/external/mit/xorg-server.old/dist/doc/xml/
H A DMakefile.in566 tags-recursive:
568 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
583 tags: TAGS target
585 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
587 tags=; \
599 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
608 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
611 $$tags $$unique; \
616 tags
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dinpututils.c351 char **tags, **new_tags; local in function:DuplicateInputAttributes
372 if ((tags = attrs->tags)) {
373 while (*tags++)
376 new_attr->tags = calloc(ntags + 1, sizeof(char *));
377 if (!new_attr->tags)
380 tags = attrs->tags;
381 new_tags = new_attr->tags;
383 while (*tags) {
403 char **tags; local in function:FreeInputAttributes
[all...]
/xsrc/external/mit/xinit/dist/launchd/
H A DMakefile.in121 tags-recursive uninstall-recursive
395 tags: tags-recursive target
396 TAGS: tags
398 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
455 distclean-tags:
456 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
557 distclean-am: clean-am distclean-generic distclean-tags
621 distclean distclean-generic distclean-tags distdir dvi dvi-am \
629 pdf-am ps ps-am tags tag
[all...]

Completed in 36 milliseconds

1234567891011>>