Home
last modified time | relevance | path

Searched refs:loclist (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/games/spring/spring_98.0/rts/System/
H A DTdfParser.cpp240 searchpath = loclist[0]; in SGetValue()
244 searchpath += loclist[i]; in SGetValue()
253 searchpath += loclist[loclist.size()-1]; in SGetValue()
256 sectionptr->values.find(loclist[loclist.size()-1]); in SGetValue()
292 loclist[0].c_str(), filename.c_str()); in GetAllValues()
299 searchpath += loclist[i]; in GetAllValues()
317 if (!loclist[0].empty()) { in GetSectionList()
320 searchpath += loclist[i]; in GetSectionList()
360 std::vector<std::string> loclist; in GetLocationVector() local
368 loclist.push_back(lowerd.substr(start)); in GetLocationVector()
[all …]
/dports/lang/tcl86/tcl8.6.12/library/msgcat/
H A Dmsgcat.tcl211 foreach loc $loclist {
255 -exactlocale { set loclist [lrange $loclist 0 0] }
267 foreach loc $loclist {
333 set loclist [list $locale]
337 lappend loclist $locale
341 lappend loclist {}
343 return $loclist
482 set loclist [dict get $PackageConfig loclist $ns]
484 return [lindex $loclist 0]
490 dict set PackageConfig loclist $ns $loclist
[all …]
/dports/lang/tcl87/tcl8.7a5/library/msgcat/
H A Dmsgcat.tcl238 foreach loc $loclist {
299 if {[info exists -exactlocale]} { set loclist [lrange $loclist 0 0] }
302 foreach loc $loclist {
572 set loclist $args
579 return [lindex $loclist 0]
581 return $loclist
585 dict set PackageConfig loclist $ns $loclist
594 return [lindex $loclist 0]
596 return $loclist
602 set loclist [dict get $PackageConfig loclist $ns]
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Dgram.y133 static struct loclist *mk_loc_val(const char *, struct loclist *);
147 static struct loclist *present_loclist(struct loclist *ll);
148 static void app(struct loclist *, struct loclist *);
149 static struct loclist *locarray(const char *, int, struct loclist *, int);
150 static struct loclist *namelocvals(const char *, struct loclist *);
160 struct loclist *loclist; member
205 %type <loclist> loclist locdef
553 loclist:
1248 struct loclist *ll; in mk_loc_val()
1410 app(struct loclist *p, struct loclist *q) in app()
[all …]
H A Dsem.h49 int defattr0(const char *, struct loclist *, struct attrlist *, int);
50 int defattr(const char *, struct loclist *, struct attrlist *, int);
51 int defiattr(const char *, struct loclist *, struct attrlist *, int);
52 int defdevclass(const char *, struct loclist *, struct attrlist *, int);
53 void defdev(struct devbase *, struct loclist *, struct attrlist *, int);
73 void adddev(const char *, const char *, struct loclist *, int);
/dports/textproc/py-wordnet/pywordnet-2.0.1/
H A Dconcordance.py66 loclist = tag[c:]
68 loclist = tag[c:d]
71 e = string.find(loclist, ':')
72 filename = loclist[:e]
79 f = string.find(loclist, ';', e)
81 sent_word = loclist[e:]
83 sent_word = loclist[e:f]
/dports/devel/elfutils/elfutils-0.179/libdw/
H A Ddwarf_getlocation.c98 struct loclist struct
104 struct loclist *next; argument
268 struct loclist *loclist = NULL; in __libdw_intern_expression() local
281 ll->next = loclist; \ in __libdw_intern_expression()
282 loclist = ll; \ in __libdw_intern_expression()
299 struct loclist *newloc; in __libdw_intern_expression()
392 struct loclist *loc = loclist; in __libdw_intern_expression()
393 loclist = loc->next; in __libdw_intern_expression()
594 result[n].atom = loclist->atom; in __libdw_intern_expression()
611 struct loclist *loc = loclist; in __libdw_intern_expression()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/examples/
H A Ddwarf_location_lists.py65 loclist = location_lists.get_location_list_at_offset(
71 show_loclist(loclist, dwarfinfo, indent=' ')))
74 def show_loclist(loclist, dwarfinfo, indent): argument
79 for loc_entity in loclist:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/examples/
H A Ddwarf_location_lists.py65 loclist = location_lists.get_location_list_at_offset(
71 show_loclist(loclist, dwarfinfo, indent=' ')))
74 def show_loclist(loclist, dwarfinfo, indent): argument
79 for loc_entity in loclist:
/dports/lang/seed7/seed7/src/
H A Dblockutl.c110 static void free_loclist (locListType loclist) in free_loclist() argument
119 while (loclist != NULL) { in free_loclist()
120 free_locobj(&loclist->local); in free_loclist()
121 old_loclist = loclist; in free_loclist()
122 loclist = loclist->next; in free_loclist()
123 FREE_RECORD(old_loclist, locListRecord, count.loclist); in free_loclist()
183 if (ALLOC_RECORD(help_element, locListRecord, count.loclist)) { in append_to_loclist()
/dports/audio/ccaudio2/ccaudio2-2.2.0/src/
H A Dmapper.cpp106 char *loclist[128], *cp, *ep, *name; in load() local
140 loclist[lcount++] = cp; in load()
143 loclist[lcount++] = cp; in load()
190 tk = find(freq, loclist[0]); in load()
255 field = &loclist[0]; in load()
/dports/textproc/R-cran-stringi/stringi/R/
H A DICU_settings.R84 loclist <- stri_locale_list() functionVar
85 if (!(info$Locale$Name %in% loclist))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/
H A Dz.py32 for loclist in llists.iter_location_lists():
34 for li in loclist:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/
H A Dz.py32 for loclist in llists.iter_location_lists():
34 for li in loclist:
/dports/games/nazghul/nazghul-0.7.1/worlds/haxima-1.002/
H A Denchanters-tower.scm432 (define (obj-list objfactory place loclist)
433 …(kern-obj-put-at (objfactory (caar loclist) (cadar loclist)) (list place (caar loclist) (cadar loc…
434 (if (not (equal? (cadr loclist) '()))
435 (obj-list objfactory place (cdr loclist))
/dports/comms/trustedqsl/tqsl-2.4/apps/
H A Dloctree.cpp66 typedef vector<locitem> loclist; typedef
82 typedef map<wxString, loclist> locmap; in Build()
102 loclist& list = loc_it->second; in Build()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.dwarf2/
H A Ddw2-entry-value.S35 .long loclist /* DW_AT_location */
47 loclist: label
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.dwarf2/
H A Ddw2-entry-value.S35 .4byte loclist /* DW_AT_location */
47 loclist: label
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.dwarf2/
H A Ddw2-entry-value.S35 .4byte loclist /* DW_AT_location */
47 loclist: label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Ddebug-loclists.ll18 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x00000018:
19 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x0000002c:
25 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x00000029:
26 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x0000003d:
31 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000031:
32 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000045:
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Ddebug-loclists.ll18 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x00000018:
19 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x0000002c:
25 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x00000029:
26 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x0000003d:
31 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000031:
32 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000045:
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Ddebug-loclists.ll18 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x00000018:
19 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x0000002c:
25 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x00000029:
26 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x0000003d:
31 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000031:
32 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000045:
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Ddebug-loclists.ll18 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x00000018:
19 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x0000002c:
25 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x00000029:
26 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x0000003d:
31 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000031:
32 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000045:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A Ddebug-loclists.ll18 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x00000018:
19 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x0000002c:
25 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x00000029:
26 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x0000003d:
31 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000031:
32 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000045:
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Ddebug-loclists.ll18 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x00000018:
19 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x0) loclist = 0x0000002c:
25 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x00000029:
26 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x1) loclist = 0x0000003d:
31 ; DWARF32-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000031:
32 ; DWARF64-NEXT: DW_AT_location [DW_FORM_loclistx] (indexed (0x2) loclist = 0x00000045:

12345678