HomeSort by: relevance | last modified time | path
    Searched refs:TAGS (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/arch/next68k/
Makefile 3 # Makefile for next68k tags file and boot blocks
5 # Find where m68k source files are for inclusion in tags
8 ENEXT68K= ../next68k/TAGS
9 TNEXT68K= ../next68k/tags
14 # Directories in which to place tags links
17 .include "../../kern/Make.tags.inc"
19 tags:
27 .ifmake TAGS
31 TAGS:
39 cd $$i && rm -f tags; ln -s ../tags tags; don
    [all...]
  /src/external/bsd/less/dist/
prompt.c 196 #if TAGS
202 #if TAGS
218 #if TAGS
300 #if TAGS
323 #if TAGS
362 #if TAGS
defines.o2 66 * TAGS is 1 if you wish to support tag files.
68 #define TAGS (!SECURE)
188 #define TAGLINE_SIZE 512 /* Max size of line in tags file */
198 #define TAGLINE_SIZE 1024 /* Max size of line in tags file */
defines.o9 65 * TAGS is 1 if you wish to support tag files.
67 #define TAGS (!SECURE)
195 #define TAGLINE_SIZE 512 /* Max size of line in tags file */
205 #define TAGLINE_SIZE 1024 /* Max size of line in tags file */
defines.wn 66 * TAGS is 1 if you wish to support tag files.
68 #define TAGS (!SECURE)
189 #define TAGLINE_SIZE 512 /* Max size of line in tags file */
199 #define TAGLINE_SIZE 1024 /* Max size of line in tags file */
forwback.c 48 #if TAGS
340 #if TAGS
main.c 49 #if TAGS
50 extern char * tags;
252 #if TAGS
253 if (tagoption != NULL || strcmp(tags, "-") == 0)
258 * Edit the file selected by the "tags" search,
defines.ds 65 * TAGS is 1 if you wish to support tag files.
67 #define TAGS (!SECURE)
207 #define TAGLINE_SIZE 512 /* Max size of line in tags file */
217 #define TAGLINE_SIZE 1024 /* Max size of line in tags file */
defines.h.in 62 * TAGS is 1 if you wish to support tag files.
64 #define TAGS (!SECURE)
202 #define TAGLINE_SIZE 512 /* Max size of line in tags file */
212 #define TAGLINE_SIZE 1024 /* Max size of line in tags file */
command.c 295 #if TAGS
1801 #if TAGS
1824 #if TAGS
1844 #if TAGS
1869 #if TAGS
optfunc.c 77 #if TAGS
79 extern char *tags;
317 #if TAGS
335 error("tags support is not available", NULL_PARG);
367 tags = save(s);
371 if (tags != NULL && tags != ztags)
372 free(tags);
374 tags = shell_unquote(filename);
378 parg.p_string = tags;
    [all...]
opttbl.c 132 #if TAGS
412 #if TAGS
419 { "tags file: ", NULL, NULL }
  /src/external/bsd/less/include/
defines.h 65 * TAGS is 1 if you wish to support tag files.
67 #define TAGS (!SECURE)
205 #define TAGLINE_SIZE 512 /* Max size of line in tags file */
215 #define TAGLINE_SIZE 1024 /* Max size of line in tags file */
  /src/external/gpl3/binutils/dist/libiberty/
maint-tool 131 open(TAGS, "TAGS");
132 while (<TAGS>) {
135 $filename = <TAGS>;
  /src/external/gpl3/binutils.old/dist/libiberty/
maint-tool 131 open(TAGS, "TAGS");
132 while (<TAGS>) {
135 $filename = <TAGS>;
  /src/external/gpl3/gcc/dist/libiberty/
maint-tool 131 open(TAGS, "TAGS");
132 while (<TAGS>) {
135 $filename = <TAGS>;
  /src/external/gpl3/gcc.old/dist/libiberty/
maint-tool 131 open(TAGS, "TAGS");
132 while (<TAGS>) {
135 $filename = <TAGS>;
  /src/external/gpl3/gdb/dist/libiberty/
maint-tool 131 open(TAGS, "TAGS");
132 while (<TAGS>) {
135 $filename = <TAGS>;
  /src/external/gpl3/gdb.old/dist/libiberty/
maint-tool 131 open(TAGS, "TAGS");
132 while (<TAGS>) {
135 $filename = <TAGS>;
  /src/external/gpl3/gcc/dist/libstdc++-v3/
Makefile.am 130 # automake-generated TAGS rule. Make a simple one here.
131 TAGS: tags-recursive $(LISP)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
Makefile.am 131 # automake-generated TAGS rule. Make a simple one here.
132 TAGS: tags-recursive $(LISP)
  /src/external/gpl2/libmalloc/dist/
Makefile 52 -rm -f TAGS tags *~
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 120 # tags to them. For example, internal docs will have the word "internal"
125 # We cache results based on tags
132 # files(TAGS => 'manual');
133 # files(TAGS => [ 'manual', 'man1' ]);
135 # This function returns an array of files corresponding to a set of tags
136 # given with the options "TAGS". The value of this option can be a single
171 $opts{TAGS} = [ $opts{TAGS} ] if ref($opts{TAGS}) eq '';
173 croak "No tags given, or not an array
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 116 # tags to them. For example, internal docs will have the word "internal"
121 # We cache results based on tags
128 # files(TAGS => 'manual');
129 # files(TAGS => [ 'manual', 'man1' ]);
131 # This function returns an array of files corresponding to a set of tags
132 # given with the options "TAGS". The value of this option can be a single
167 $opts{TAGS} = [ $opts{TAGS} ] if ref($opts{TAGS}) eq '';
169 croak "No tags given, or not an array
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.l 139 TAGS { return kw_TAGS; }

Completed in 38 milliseconds

1 2 3