Home
last modified time | relevance | path

Searched refs:fullSuffix (Results 1 – 25 of 64) sorted by relevance

123

/dports/misc/perkeep/perkeep-0.11/dev/devcam/
H A Dserver.go299 fullSuffix := func(name string) string {
303 "CAMLI_ROOT": fullSuffix("bs"),
304 "CAMLI_ROOT_SHARD1": fullSuffix("s1"),
305 "CAMLI_ROOT_SHARD2": fullSuffix("s2"),
306 "CAMLI_ROOT_REPLICA1": fullSuffix("r1"),
307 "CAMLI_ROOT_REPLICA2": fullSuffix("r2"),
308 "CAMLI_ROOT_REPLICA3": fullSuffix("r3"),
309 "CAMLI_ROOT_CACHE": fullSuffix("cache"),
310 "CAMLI_ROOT_ENCMETA": fullSuffix("encmeta"),
311 "CAMLI_ROOT_ENCBLOB": fullSuffix("encblob"),
[all …]
/dports/www/gohugo/hugo-0.91.2/resources/page/
H A Dpage_paths.go131 fullSuffix := d.Type.MediaType.FirstSuffix.FullSuffix
176 pagePath = pjoin(pagePath, d.Type.BaseName+fullSuffix)
233 pagePath = addSuffix(pagePath, fullSuffix)
235 pagePath = pjoin(pagePath, d.Type.BaseName+fullSuffix)
271 pagePath = path.Join(pagePath, addSuffix(base, fullSuffix))
273 pagePath = addSuffix(pagePath, fullSuffix)
/dports/math/rocs/rocs-21.12.3/src/ui/
H A Dmainwindow.cpp465 QString fullSuffix = '.' + suffix; in uniqueFilename() local
470 } else if (fullPrefix.endsWith(fullSuffix)) { in uniqueFilename()
471 fullPrefix.remove(QRegExp(fullSuffix + '$')); in uniqueFilename()
474 targetFile.setFileName(basePath + fullPrefix + fullSuffix); in uniqueFilename()
476 targetFile.setFileName(basePath + fullPrefix + QString::number(i) + fullSuffix); in uniqueFilename()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/skin/
H A DSWTSkinObjectBasic.java611 String fullSuffix = getSuffix(); in switchSuffix() local
615 || !isVisible() || (newSuffixEntry != null && fullSuffix.equals(old))) { in switchSuffix()
616 return fullSuffix; in switchSuffix()
620 final String sSuffix = fullSuffix; in switchSuffix()
741 return fullSuffix; in switchSuffix()
/dports/lang/nim/nim-1.6.2/compiler/
H A Dextccomp.nim311 var fullSuffix = suffix
313 of backendCpp, backendJs, backendObjc: fullSuffix = "." & $conf.backend & suffix
324 CC[c].name & fullSuffix
328 result = getConfigVar(conf, CC[c].name & fullSuffix)
330 result = getConfigVar(conf, CC[c].name & fullSuffix)
/dports/lang/nim/nim-1.6.2/c_code/5_7/
H A D@mextccomp.nim.c1586 NimStringDesc* fullSuffix; in N_NIMCALL() local
1588 fullSuffix = copyString(suffix); in N_NIMCALL()
1600 fullSuffix = T2_; in N_NIMCALL()
1631 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1637 appendString(T13_, fullSuffix); in N_NIMCALL()
1644 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1646 appendString(T18_, fullSuffix); in N_NIMCALL()
1656 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1658 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/5_2/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/7_17/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_9/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/11_7/
H A D@mextccomp.nim.c1586 NimStringDesc* fullSuffix; in N_NIMCALL() local
1588 fullSuffix = copyString(suffix); in N_NIMCALL()
1600 fullSuffix = T2_; in N_NIMCALL()
1631 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1637 appendString(T13_, fullSuffix); in N_NIMCALL()
1644 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1646 appendString(T18_, fullSuffix); in N_NIMCALL()
1656 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1658 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/12_17/
H A D@mextccomp.nim.c1586 NimStringDesc* fullSuffix; in N_NIMCALL() local
1588 fullSuffix = copyString(suffix); in N_NIMCALL()
1600 fullSuffix = T2_; in N_NIMCALL()
1631 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1637 appendString(T13_, fullSuffix); in N_NIMCALL()
1644 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1646 appendString(T18_, fullSuffix); in N_NIMCALL()
1656 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1658 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/1_2/
H A D@mextccomp.nim.c1613 NimStringDesc* fullSuffix; in N_NIMCALL() local
1615 fullSuffix = copyString(suffix); in N_NIMCALL()
1627 fullSuffix = T2_; in N_NIMCALL()
1658 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1664 appendString(T13_, fullSuffix); in N_NIMCALL()
1671 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1673 appendString(T18_, fullSuffix); in N_NIMCALL()
1683 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1685 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/11_17/
H A D@mextccomp.nim.c1586 NimStringDesc* fullSuffix; in N_NIMCALL() local
1588 fullSuffix = copyString(suffix); in N_NIMCALL()
1600 fullSuffix = T2_; in N_NIMCALL()
1631 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1637 appendString(T13_, fullSuffix); in N_NIMCALL()
1644 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1646 appendString(T18_, fullSuffix); in N_NIMCALL()
1656 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1658 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/11_1/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_1/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_11/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/10_1/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_16/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_18/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/4_2/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/3_2/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/4_1/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/3_6/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_8/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_5/
H A D@mextccomp.nim.c1585 NimStringDesc* fullSuffix; in N_NIMCALL() local
1587 fullSuffix = copyString(suffix); in N_NIMCALL()
1599 fullSuffix = T2_; in N_NIMCALL()
1630 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1636 appendString(T13_, fullSuffix); in N_NIMCALL()
1643 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1645 appendString(T18_, fullSuffix); in N_NIMCALL()
1655 …c)- 1].Field0 ? CC__extccomp_508[(c)- 1].Field0->Sup.len : 0) + (fullSuffix ? fullSuffix->Sup.len … in N_NIMCALL()
1657 appendString(T20_, fullSuffix); in N_NIMCALL()

123