Home
last modified time | relevance | path

Searched refs:nls (Results 1 – 25 of 11790) sorted by relevance

12345678910>>...472

/dports/x11-wm/fluxbox/fluxbox-1.3.7/nls/
H A DMakemodule.am7 nls/C \
8 nls/be_BY \
9 nls/bg_BG \
10 nls/cs_CZ \
11 nls/da_DK \
12 nls/de_AT \
13 nls/de_CH \
14 nls/de_DE \
15 nls/el_GR \
16 nls/en_GB \
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dnestlevel.c25 #define NL_NTH(nls,n) (NestingLevel *)(((char *)((nls)->levels)) + ((n) * NL_SIZE (nls))) argument
37 return nls; in nestingLevelsNewFull()
57 if (nls->levels) eFree(nls->levels); in nestingLevelsFree()
58 eFree(nls); in nestingLevelsFree()
65 if (nls->n >= nls->allocated) in nestingLevelsPush()
68 nls->levels = eRealloc(nls->levels, in nestingLevelsPush()
69 nls->allocated * NL_SIZE (nls)); in nestingLevelsPush()
71 nl = NL_NTH(nls, nls->n); in nestingLevelsPush()
72 nls->n++; in nestingLevelsPush()
100 nls->n--; in nestingLevelsPop()
[all …]
/dports/devel/geany/geany-1.38/ctags/main/
H A Dnestlevel.c25 #define NL_NTH(nls,n) (NestingLevel *)(((char *)((nls)->levels)) + ((n) * NL_SIZE (nls))) argument
37 return nls; in nestingLevelsNewFull()
57 if (nls->levels) eFree(nls->levels); in nestingLevelsFree()
58 eFree(nls); in nestingLevelsFree()
65 if (nls->n >= nls->allocated) in nestingLevelsPush()
68 nls->levels = eRealloc(nls->levels, in nestingLevelsPush()
69 nls->allocated * NL_SIZE (nls)); in nestingLevelsPush()
71 nl = NL_NTH(nls, nls->n); in nestingLevelsPush()
72 nls->n++; in nestingLevelsPush()
100 nls->n--; in nestingLevelsPop()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Dnestlevel.c23 #define NL_NTH(nls,n) (NestingLevel *)(((char *)((nls)->levels)) + ((n) * NL_SIZE (nls))) argument
33 return nls; in nestingLevelsNew()
46 if (nls->levels) eFree(nls->levels); in nestingLevelsFree()
47 eFree(nls); in nestingLevelsFree()
54 if (nls->n >= nls->allocated) in nestingLevelsPush()
57 nls->levels = eRealloc(nls->levels, in nestingLevelsPush()
58 nls->allocated * NL_SIZE (nls)); in nestingLevelsPush()
60 nl = NL_NTH(nls, nls->n); in nestingLevelsPush()
61 nls->n++; in nestingLevelsPush()
84 nls->n--; in nestingLevelsPop()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dNeocon.c486 if( nls->run_start[ii] <= nls->run_start[ii-1] ) jj++ ; in main()
488 if( nls->run_start[nls->run_num-1] >= nt ) in main()
490 nls->run_start[nls->run_num-1] , nt-1 ) ; in main()
511 } else if( nls->polort >= 0 && ilen > nls->polort ){ in main()
546 nls->ngood = 0 ; nls->goodlist = NULL ; nls->nfull = nt ; in main()
609 nls->ngood = nls->nfull = ic ; in main()
623 nls->nz = DSET_NZ(inset); nls->ny = DSET_NY(inset); nls->nx = DSET_NX(inset); in main()
624 nls->nprob = nls->nz ; in main()
625 nls->nvec = (int *) calloc(nls->nprob,sizeof(int) ) ; in main()
626 nls->vec = (float **)calloc(nls->nprob,sizeof(float *)) ; in main()
[all …]
/dports/x11-wm/blackbox/blackbox-0.70.1/nls/C/
H A DMakefile.am15 rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
17 rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
19 rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
21 rm -f $(DESTDIR)$(pkgdatadir)/nls/en_GB; \
23 rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
24 ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en; \
31 rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
32 rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
33 rm -f $(DESTDIR)$(pkgdatadir)/nls/en_GB; \
34 rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
[all …]
/dports/net/opennx/opennx-0.16/packaging/win32/xming/patches/
H A Dxming-build-nls.patch13 NLSSUBDIR = nls
17 + NLSSUBDIR = nls
22 diff -urw xc-orig/nls/Compose/Imakefile xc/nls/Compose/Imakefile
23 --- xc-orig/nls/Compose/Imakefile 2009-03-18 18:13:20.000000000 +0100
24 +++ xc/nls/Compose/Imakefile 2010-02-20 16:24:42.442511645 +0100
34 diff -urw xc-orig/nls/Imakefile xc/nls/Imakefile
35 --- xc-orig/nls/Imakefile 2009-03-18 18:13:20.000000000 +0100
36 +++ xc/nls/Imakefile 2010-02-20 16:24:42.443510864 +0100
46 diff -urw xc-orig/nls/XI18N_OBJS/Imakefile xc/nls/XI18N_OBJS/Imakefile
48 +++ xc/nls/XI18N_OBJS/Imakefile 2010-02-20 16:24:42.443510864 +0100
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/nls/
H A DNlsRefactoringCreateChangeTest.java87 performChange(nls); in withoutPreviousNlsing()
116 performChange(nls); in createChangeWithCollidingImport()
171 performChange(nls); in createChangeWithExistingAccessorclassInDifferentPackage()
218 performChange(nls); in createChangeWithExistingAccessorclassInDifferentPackage_1()
244 performChange(nls); in createChangeWithNonDefaultSubstitution()
301 performChange(nls); in externalizedToIgnore()
351 performChange(nls); in insertToDuplicate()
401 performChange(nls); in renameToDuplicate()
450 performChange(nls); in renameDuplicate()
499 performChange(nls); in internalizeDuplicate()
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dautoit.c126 NestingLevel *nl = nestingLevelsGetCurrent (nls); in setEndLine()
161 nestingLevelsPush (nls, k); in parseFunc()
174 NestingLevels *nls = nestingLevelsNew (0); in findAutoItTags() local
202 nestingLevelsPush (nls, k); in findAutoItTags()
208 setEndLine (nls); in findAutoItTags()
209 nestingLevelsPop (nls); in findAutoItTags()
248 int k = parseFunc (p, nls); in findAutoItTags()
254 parseFunc (p, nls); in findAutoItTags()
257 setEndLine (nls); in findAutoItTags()
258 nestingLevelsPop (nls); in findAutoItTags()
[all …]
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dpython.c72 return nls; in nestingLevelsNew()
80 if (nls->levels) eFree(nls->levels); in nestingLevelsFree()
81 eFree(nls); in nestingLevelsFree()
89 if (nls->n >= nls->allocated) in nestingLevelsPush()
92 nls->levels = xRealloc(nls->levels, in nestingLevelsPush()
94 nls->levels[nls->n].name = vStringNew(); in nestingLevelsPush()
96 nl = &nls->levels[nls->n]; in nestingLevelsPush()
97 nls->n++; in nestingLevelsPush()
108 if (nls->n < 1)
111 return &nls->levels[nls->n - 1];
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dpython.c72 return nls; in nestingLevelsNew()
80 if (nls->levels) eFree(nls->levels); in nestingLevelsFree()
81 eFree(nls); in nestingLevelsFree()
89 if (nls->n >= nls->allocated) in nestingLevelsPush()
92 nls->levels = xRealloc(nls->levels, in nestingLevelsPush()
94 nls->levels[nls->n].name = vStringNew(); in nestingLevelsPush()
96 nl = &nls->levels[nls->n]; in nestingLevelsPush()
97 nls->n++; in nestingLevelsPush()
108 if (nls->n < 1)
111 return &nls->levels[nls->n - 1];
[all …]
/dports/devel/ctags/ctags-5.8/
H A Dpython.c72 return nls; in nestingLevelsNew()
80 if (nls->levels) eFree(nls->levels); in nestingLevelsFree()
81 eFree(nls); in nestingLevelsFree()
89 if (nls->n >= nls->allocated) in nestingLevelsPush()
92 nls->levels = xRealloc(nls->levels, in nestingLevelsPush()
94 nls->levels[nls->n].name = vStringNew(); in nestingLevelsPush()
96 nl = &nls->levels[nls->n]; in nestingLevelsPush()
97 nls->n++; in nestingLevelsPush()
108 if (nls->n < 1)
111 return &nls->levels[nls->n - 1];
[all …]
/dports/japanese/ctags/ctags-5.8j2/
H A Dpython.c72 return nls; in nestingLevelsNew()
80 if (nls->levels) eFree(nls->levels); in nestingLevelsFree()
81 eFree(nls); in nestingLevelsFree()
89 if (nls->n >= nls->allocated) in nestingLevelsPush()
92 nls->levels = xRealloc(nls->levels, in nestingLevelsPush()
94 nls->levels[nls->n].name = vStringNew(); in nestingLevelsPush()
96 nl = &nls->levels[nls->n]; in nestingLevelsPush()
97 nls->n++; in nestingLevelsPush()
108 if (nls->n < 1)
111 return &nls->levels[nls->n - 1];
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nls/
H A Dnls_base.c239 if (nls->next) in __register_nls()
242 nls->owner = owner; in __register_nls()
245 if (nls == *tmp) { in __register_nls()
251 nls->next = tables; in __register_nls()
252 tables = nls; in __register_nls()
279 for (nls = tables; nls; nls = nls->next) { in find_nls()
282 if (nls->alias && !strcmp(nls->alias, charset)) in find_nls()
285 if (nls && !try_module_get(nls->owner)) in find_nls()
286 nls = NULL; in find_nls()
288 return nls; in find_nls()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nls/
H A Dnls_base.c239 if (nls->next) in __register_nls()
242 nls->owner = owner; in __register_nls()
245 if (nls == *tmp) { in __register_nls()
251 nls->next = tables; in __register_nls()
252 tables = nls; in __register_nls()
279 for (nls = tables; nls; nls = nls->next) { in find_nls()
282 if (nls->alias && !strcmp(nls->alias, charset)) in find_nls()
285 if (nls && !try_module_get(nls->owner)) in find_nls()
286 nls = NULL; in find_nls()
288 return nls; in find_nls()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nls/
H A Dnls_base.c239 if (nls->next) in __register_nls()
242 nls->owner = owner; in __register_nls()
245 if (nls == *tmp) { in __register_nls()
251 nls->next = tables; in __register_nls()
252 tables = nls; in __register_nls()
279 for (nls = tables; nls; nls = nls->next) { in find_nls()
282 if (nls->alias && !strcmp(nls->alias, charset)) in find_nls()
285 if (nls && !try_module_get(nls->owner)) in find_nls()
286 nls = NULL; in find_nls()
288 return nls; in find_nls()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dnla.c1225 for (nls = nlt->strips.first; nls; nls = nls->next) { in BKE_nlastrip_set_active()
1289 nls->start = nls->end - 1.0f; in nlastrip_fix_resize_overlaps()
1295 for (; nls; nls = nls->next) { in nlastrip_fix_resize_overlaps()
1308 for (; nls; nls = nls->next) { in nlastrip_fix_resize_overlaps()
1337 nls->end = nls->start + 1.0f; in nlastrip_fix_resize_overlaps()
1343 for (; nls; nls = nls->prev) { in nlastrip_fix_resize_overlaps()
1356 for (; nls; nls = nls->prev) { in nlastrip_fix_resize_overlaps()
1686 for (nls = track->strips.first; nls; nls = nls->next) { in nlastrip_get_endpoint_overlaps()
1752 nls->blendin = *ps - nls->start; in BKE_nlastrip_validate_autoblends()
1765 nls->blendout = nls->end - *pe; in BKE_nlastrip_validate_autoblends()
[all …]
/dports/mail/jmba/jmba-0.5.5/autoconf/make/
H A Dnlsrules.mk16 $(srcdir)/src/nls/$(PACKAGE).pot: $(allsrc)
28 src/nls/table.c: $(POFILES)
29 sh $(srcdir)/autoconf/scripts/po2table.sh $(POFILES) > src/nls/table.c
31 nls-update: $(srcdir)/src/nls/$(PACKAGE).pot
36 if $(MSGMERGE) $$lang.old.po $(srcdir)/src/nls/$(PACKAGE).pot > $$lang.po; then \
46 nls-clean:
47 rm -f src/nls/*.gmo src/nls/*.mo
48 rm -f src/nls/table.c
50 nls-install:
67 nls-uninstall:
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/doc/
H A DChangeLog.038 * nls.texi (STATUS): Likewise.
51 * nls.texi (STATUS): Likewise.
74 * nls.texi (STATUS): Likewise.
83 * nls.texi (STATUS): Likewise.
88 * nls.texi (STATUS): Likewise.
93 * nls.texi (STATUS): Likewise.
102 * nls.texi (STATUS): Likewise.
125 * nls.texi (STATUS): Likewise.
133 * nls.texi: Fix 2 typos.
157 * nls.texi: Fix a mistake.
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gettext-runtime/doc/
H A DChangeLog.038 * nls.texi (STATUS): Likewise.
51 * nls.texi (STATUS): Likewise.
74 * nls.texi (STATUS): Likewise.
83 * nls.texi (STATUS): Likewise.
88 * nls.texi (STATUS): Likewise.
93 * nls.texi (STATUS): Likewise.
102 * nls.texi (STATUS): Likewise.
125 * nls.texi (STATUS): Likewise.
133 * nls.texi: Fix 2 typos.
157 * nls.texi: Fix a mistake.
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-runtime/doc/
H A DChangeLog.038 * nls.texi (STATUS): Likewise.
51 * nls.texi (STATUS): Likewise.
74 * nls.texi (STATUS): Likewise.
83 * nls.texi (STATUS): Likewise.
88 * nls.texi (STATUS): Likewise.
93 * nls.texi (STATUS): Likewise.
102 * nls.texi (STATUS): Likewise.
125 * nls.texi (STATUS): Likewise.
133 * nls.texi: Fix 2 typos.
157 * nls.texi: Fix a mistake.
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/cmd/
H A Decho.c17 char *nls; /* new-line suppression */ in do_echo() local
22 nls = strstr(p, "\\c"); in do_echo()
23 if (nls) { in do_echo()
31 while (nls) { in do_echo()
32 *nls = '\0'; in do_echo()
34 *nls = '\\'; in do_echo()
35 prenls = nls + 2; in do_echo()
36 nls = strstr(prenls, "\\c"); in do_echo()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/cmd/
H A Decho.c17 char *nls; /* new-line suppression */
22 nls = strstr(p, "\\c");
23 if (nls) {
31 while (nls) {
32 *nls = '\0';
34 *nls = '\\';
35 prenls = nls + 2;
36 nls = strstr(prenls, "\\c");
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/cmd/
H A Decho.c17 char *nls; /* new-line suppression */ in do_echo() local
22 nls = strstr(p, "\\c"); in do_echo()
23 if (nls) { in do_echo()
31 while (nls) { in do_echo()
32 *nls = '\0'; in do_echo()
34 *nls = '\\'; in do_echo()
35 prenls = nls + 2; in do_echo()
36 nls = strstr(prenls, "\\c"); in do_echo()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/cmd/
H A Decho.c17 char *nls; /* new-line suppression */ in do_echo() local
22 nls = strstr(p, "\\c"); in do_echo()
23 if (nls) { in do_echo()
31 while (nls) { in do_echo()
32 *nls = '\0'; in do_echo()
34 *nls = '\\'; in do_echo()
35 prenls = nls + 2; in do_echo()
36 nls = strstr(prenls, "\\c"); in do_echo()

12345678910>>...472