Home
last modified time | relevance | path

Searched refs:found_tag (Results 1 – 25 of 124) sorted by relevance

12345

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dpascal.c94 bool found_tag = false; /* point is after a potential tag */ in findPascalTags() local
112 if (!((found_tag && verify_tag) || get_tagname)) in findPascalTags()
151 else if (found_tag) /* found '(' after tag, i.e., parm-list */ in findPascalTags()
159 if (found_tag && !inparms) /* end of proc or fn stmt */ in findPascalTags()
166 if (found_tag && verify_tag && *dbp != ' ') in findPascalTags()
175 found_tag = false; in findPascalTags()
183 found_tag = false; in findPascalTags()
187 if (found_tag && verify_tag) /* not external proc, so make tag */ in findPascalTags()
189 found_tag = false; in findPascalTags()
211 found_tag = true; in findPascalTags()
[all …]
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dpascal.c98 boolean found_tag = FALSE; /* point is after a potential tag */ in findPascalTags() local
116 if (!((found_tag && verify_tag) || get_tagname)) in findPascalTags()
155 else if (found_tag) /* found '(' after tag, i.e., parm-list */ in findPascalTags()
163 if (found_tag && !inparms) /* end of proc or fn stmt */ in findPascalTags()
170 if (found_tag && verify_tag && *dbp != ' ') in findPascalTags()
179 found_tag = FALSE; in findPascalTags()
187 found_tag = FALSE; in findPascalTags()
191 if (found_tag && verify_tag) /* not external proc, so make tag */ in findPascalTags()
193 found_tag = FALSE; in findPascalTags()
215 found_tag = TRUE; in findPascalTags()
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dpascal.c98 boolean found_tag = FALSE; /* point is after a potential tag */ in findPascalTags() local
116 if (!((found_tag && verify_tag) || get_tagname)) in findPascalTags()
155 else if (found_tag) /* found '(' after tag, i.e., parm-list */ in findPascalTags()
163 if (found_tag && !inparms) /* end of proc or fn stmt */ in findPascalTags()
170 if (found_tag && verify_tag && *dbp != ' ') in findPascalTags()
179 found_tag = FALSE; in findPascalTags()
187 found_tag = FALSE; in findPascalTags()
191 if (found_tag && verify_tag) /* not external proc, so make tag */ in findPascalTags()
193 found_tag = FALSE; in findPascalTags()
215 found_tag = TRUE; in findPascalTags()
[all …]
/dports/devel/ctags/ctags-5.8/
H A Dpascal.c98 boolean found_tag = FALSE; /* point is after a potential tag */ in findPascalTags() local
116 if (!((found_tag && verify_tag) || get_tagname)) in findPascalTags()
155 else if (found_tag) /* found '(' after tag, i.e., parm-list */ in findPascalTags()
163 if (found_tag && !inparms) /* end of proc or fn stmt */ in findPascalTags()
170 if (found_tag && verify_tag && *dbp != ' ') in findPascalTags()
179 found_tag = FALSE; in findPascalTags()
187 found_tag = FALSE; in findPascalTags()
191 if (found_tag && verify_tag) /* not external proc, so make tag */ in findPascalTags()
193 found_tag = FALSE; in findPascalTags()
215 found_tag = TRUE; in findPascalTags()
[all …]
/dports/japanese/ctags/ctags-5.8j2/
H A Dpascal.c98 boolean found_tag = FALSE; /* point is after a potential tag */ in findPascalTags() local
116 if (!((found_tag && verify_tag) || get_tagname)) in findPascalTags()
155 else if (found_tag) /* found '(' after tag, i.e., parm-list */ in findPascalTags()
163 if (found_tag && !inparms) /* end of proc or fn stmt */ in findPascalTags()
170 if (found_tag && verify_tag && *dbp != ' ') in findPascalTags()
179 found_tag = FALSE; in findPascalTags()
187 found_tag = FALSE; in findPascalTags()
191 if (found_tag && verify_tag) /* not external proc, so make tag */ in findPascalTags()
193 found_tag = FALSE; in findPascalTags()
215 found_tag = TRUE; in findPascalTags()
[all …]
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_pascal.c167 bool found_tag = false; /* point is after a potential tag */ in findPascalTags() local
185 if (!((found_tag && verify_tag) || get_tagname)) in findPascalTags()
224 else if (found_tag) /* found '(' after tag, i.e., parm-list */ in findPascalTags()
232 if (found_tag && !inparms) /* end of proc or fn stmt */ in findPascalTags()
239 if (found_tag && verify_tag && *dbp != ' ') in findPascalTags()
248 found_tag = false; in findPascalTags()
256 found_tag = false; in findPascalTags()
264 found_tag = false; in findPascalTags()
270 found_tag = false; in findPascalTags()
297 found_tag = true; in findPascalTags()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/ctags/parsers/
H A Dpascal.c167 bool found_tag = false; /* point is after a potential tag */ in findPascalTags() local
185 if (!((found_tag && verify_tag) || get_tagname)) in findPascalTags()
224 else if (found_tag) /* found '(' after tag, i.e., parm-list */ in findPascalTags()
232 if (found_tag && !inparms) /* end of proc or fn stmt */ in findPascalTags()
239 if (found_tag && verify_tag && *dbp != ' ') in findPascalTags()
248 found_tag = false; in findPascalTags()
256 found_tag = false; in findPascalTags()
264 found_tag = false; in findPascalTags()
270 found_tag = false; in findPascalTags()
297 found_tag = true; in findPascalTags()
[all …]
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcesearchcontext.c322 GtkTextTag *found_tag; member
401 gtk_source_style_apply (NULL, search->priv->found_tag); in sync_found_tag()
1511 search->priv->found_tag, in remove_occurrences_in_range()
1581 search->priv->found_tag, in scan_subregion()
1808 search->priv->found_tag, in regex_search_handle_high_priority_region()
1840 search->priv->found_tag, in regex_search_scan_segment()
1913 search->priv->found_tag, in regex_search_scan_segment()
2541 g_object_ref (search->priv->found_tag); in set_buffer()
2626 if (search->priv->found_tag != NULL && in gtk_source_search_context_dispose()
2630 search->priv->found_tag); in gtk_source_search_context_dispose()
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcesearchcontext.c319 GtkTextTag *found_tag; member
398 gtk_source_style_apply (NULL, search->priv->found_tag); in sync_found_tag()
1508 search->priv->found_tag, in remove_occurrences_in_range()
1578 search->priv->found_tag, in scan_subregion()
1805 search->priv->found_tag, in regex_search_handle_high_priority_region()
1837 search->priv->found_tag, in regex_search_scan_segment()
1910 search->priv->found_tag, in regex_search_scan_segment()
2538 g_object_ref (search->priv->found_tag); in set_buffer()
2650 if (search->priv->found_tag != NULL && in gtk_source_search_context_dispose()
2654 search->priv->found_tag); in gtk_source_search_context_dispose()
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/docs/scripts/
H A Dmake_protos.c12 bool found_tag = false; in main() local
21 found_tag = true; in main()
26 if (found_tag && d_match(line, "^ ?\\*/")) { in main()
27 found_tag = false; in main()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-document.c144 GtkTextTag *found_tag; member
2471 g_return_if_fail (GTK_TEXT_TAG (doc->priv->found_tag)); in sync_found_tag()
2477 g_object_set (doc->priv->found_tag, in sync_found_tag()
2480 g_object_set (doc->priv->found_tag, in sync_found_tag()
2514 if (doc->priv->found_tag == NULL) in search_region()
2530 text_tag_set_highest_priority (doc->priv->found_tag, in search_region()
2546 if (gtk_text_iter_has_tag (end, doc->priv->found_tag) && in search_region()
2556 doc->priv->found_tag, in search_region()
2600 doc->priv->found_tag, in search_region()
2746 if (doc->priv->found_tag != NULL) in pluma_document_set_enable_search_highlighting()
[all …]
/dports/www/sogo/SOGo-5.4.0/SoObjects/Mailer/
H A DNSData+Mail.m248 NSString *found_tag, *tag;
370 found_tag = [NSString stringWithCString: buf encoding: NSUTF8StringEncoding];
374 while (tag && found_tag)
376 if ([tag caseInsensitiveCompare: found_tag] == NSOrderedSame)
379 //NSLog(@"Found void tag with invalid leading slash: </%@>", found_tag);
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/Mailer/
H A DNSData+Mail.m248 NSString *found_tag, *tag;
370 found_tag = [NSString stringWithCString: buf encoding: NSUTF8StringEncoding];
374 while (tag && found_tag)
376 if ([tag caseInsensitiveCompare: found_tag] == NSOrderedSame)
379 //NSLog(@"Found void tag with invalid leading slash: </%@>", found_tag);
/dports/www/sogo2/SOGo-2.4.1/SoObjects/Mailer/
H A DNSData+Mail.m248 NSString *found_tag, *tag;
370 found_tag = [NSString stringWithCString: buf encoding: NSUTF8StringEncoding];
374 while (tag && found_tag)
376 if ([tag caseInsensitiveCompare: found_tag] == NSOrderedSame)
379 //NSLog(@"Found void tag with invalid leading slash: </%@>", found_tag);
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/sections/
H A Dheader.py89 found_tag = False
93 found_tag = True
96 if not found_tag:
/dports/audio/id3ren/id3ren-322ee77/src/
H A Did3tag.c552 short found_tag; in tag_file() local
569 found_tag = FALSE; in tag_file()
571 {found_tag = TRUE; in tag_file()
574 if (found_tag == FALSE) in tag_file()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/classfile/
H A DConstantPool.java58 UnexpectedEntry(int index, int expected_tag, int found_tag) { in UnexpectedEntry() argument
61 this.found_tag = found_tag; in UnexpectedEntry()
67 …turn "unexpected entry at #" + index + " -- expected tag " + expected_tag + ", found " + found_tag; in getMessage()
71 public final int found_tag; field in ConstantPool.UnexpectedEntry
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/classfile/
H A DConstantPool.java58 UnexpectedEntry(int index, int expected_tag, int found_tag) { in UnexpectedEntry() argument
61 this.found_tag = found_tag; in UnexpectedEntry()
67 …turn "unexpected entry at #" + index + " -- expected tag " + expected_tag + ", found " + found_tag; in getMessage()
71 public final int found_tag; field in ConstantPool.UnexpectedEntry
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DConstantPool.java58 UnexpectedEntry(int index, int expected_tag, int found_tag) { in UnexpectedEntry() argument
61 this.found_tag = found_tag; in UnexpectedEntry()
67 …turn "unexpected entry at #" + index + " -- expected tag " + expected_tag + ", found " + found_tag; in getMessage()
71 public final int found_tag; field in ConstantPool.UnexpectedEntry
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DConstantPool.java58 UnexpectedEntry(int index, int expected_tag, int found_tag) { in UnexpectedEntry() argument
61 this.found_tag = found_tag; in UnexpectedEntry()
67 …turn "unexpected entry at #" + index + " -- expected tag " + expected_tag + ", found " + found_tag; in getMessage()
71 public final int found_tag; field in ConstantPool.UnexpectedEntry
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DConstantPool.java58 UnexpectedEntry(int index, int expected_tag, int found_tag) { in UnexpectedEntry() argument
61 this.found_tag = found_tag; in UnexpectedEntry()
67 …turn "unexpected entry at #" + index + " -- expected tag " + expected_tag + ", found " + found_tag; in getMessage()
71 public final int found_tag; field in ConstantPool.UnexpectedEntry
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DConstantPool.java58 UnexpectedEntry(int index, int expected_tag, int found_tag) { in UnexpectedEntry() argument
61 this.found_tag = found_tag; in UnexpectedEntry()
67 …turn "unexpected entry at #" + index + " -- expected tag " + expected_tag + ", found " + found_tag; in getMessage()
71 public final int found_tag; field in ConstantPool.UnexpectedEntry
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DConstantPool.java58 UnexpectedEntry(int index, int expected_tag, int found_tag) { in UnexpectedEntry() argument
61 this.found_tag = found_tag; in UnexpectedEntry()
67 …turn "unexpected entry at #" + index + " -- expected tag " + expected_tag + ", found " + found_tag; in getMessage()
71 public final int found_tag; field in ConstantPool.UnexpectedEntry
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DConstantPool.java58 UnexpectedEntry(int index, int expected_tag, int found_tag) { in UnexpectedEntry() argument
61 this.found_tag = found_tag; in UnexpectedEntry()
67 …turn "unexpected entry at #" + index + " -- expected tag " + expected_tag + ", found " + found_tag; in getMessage()
71 public final int found_tag; field in ConstantPool.UnexpectedEntry
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DConstantPool.java58 UnexpectedEntry(int index, int expected_tag, int found_tag) { in UnexpectedEntry() argument
61 this.found_tag = found_tag; in UnexpectedEntry()
67 …turn "unexpected entry at #" + index + " -- expected tag " + expected_tag + ", found " + found_tag; in getMessage()
71 public final int found_tag; field in ConstantPool.UnexpectedEntry

12345