| /src/share/nls/ |
| Makefile | 8 FILES= nls.alias 9 FILESDIR=/usr/share/nls # XXX use NLSDIR?
|
| /src/tests/lib/libc/nls/ |
| Makefile | 5 TESTSDIR= ${TESTSBASE}/lib/libc/nls
|
| /src/tools/gmake/ |
| Makefile | 12 CONFIGURE_ARGS+=--disable-nls
|
| /src/share/ |
| Makefile | 18 SUBDIR+=i18n locale nls
|
| /src/tools/xz-include/ |
| Makefile | 11 CONFIGURE_ARGS+= --enable-threads=no --disable-nls
|
| /src/lib/libedit/ |
| refresh.c | 544 wchar_t *ofd, *ols, *oe, *nfd, *nls, *ne; local in function:re_update_line 599 nls = ++n; 605 nsb = nls; 607 nse = nls; 610 * case 1: insert: scan from nfd to nls looking for *ofd 613 for (c = *ofd, n = nfd; n < nls; n++) { 616 p < nls && o < ols && *o == *p; 640 p < ols && n < nls && *p == *n; 663 nls = ne; 679 sx = (int)((nls - nse) - (ols - ose)) [all...] |
| /src/tests/lib/libc/ |
| Makefile | 19 TESTS_SUBDIRS+= nls
|
| /src/usr.bin/qsubst/ |
| qsubst.c | 132 static long nls[MAX_C_A + 1]; variable in typeref:typename:long[] 270 for (i = MAX_C_A - cabove; nls[i] < 0; i++); 271 fseek(workf, nls[i], 0); 272 for (i = save - nls[i] - rahead; i; i--) { 380 nls[i] = -1; 382 nls[MAX_C_A] = 0; 441 add_shift(nls, ftell(workf), MAX_C_A + 1); 463 add_shift(nls, ftell(workf), MAX_C_A + 1);
|
| /src/usr.bin/grep/ |
| Makefile | 31 .PATH: ${.CURDIR}/nls 33 NLS= C.msg \
|
| /src/share/man/man7/ |
| Makefile | 20 MAN+= nls.7
|
| /src/share/mk/ |
| bsd.nls.mk | 1 # $NetBSD: bsd.nls.mk,v 1.47 2011/09/10 16:57:35 apb Exp $ 11 NLS?= 16 NLSALL= ${NLS:.msg=.cat} 64 .if ${MKNLS} != "no" && !empty(NLS)
|
| Makefile | 14 bsd.man.mk bsd.nls.mk \
|
| bsd.hostprog.mk | 153 .include <bsd.nls.mk>
|
| bsd.prog.mk | 643 .include <bsd.nls.mk>
|
| bsd.lib.mk | 969 .include <bsd.nls.mk>
|
| bsd.own.mk | 908 NLSDIR?= /usr/share/nls
|
| /src/bin/sh/ |
| arithmetic.c | 429 int nls = 0; local in function:arith 444 nls++, p++; 445 VTRACE(DBG_ARITH, ("Arith found %d newlines\n", nls)); 446 arith_lno -= nls;
|
| expand.c | 2128 int nls = 0, holdnl = 0, holdlast; local in function:rmescapes_nl 2145 nls++; 2163 if (nls > 0 && holdnl != holdlast) { 2164 while (nls > 0) 2165 *q++ = '\n', nls--; 2170 while (--nls >= 0)
|
| /src/tools/binutils/ |
| Makefile | 20 CONFIGURE_ARGS= --disable-nls --disable-werror \
|
| /src/tools/gdb/ |
| Makefile | 11 CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \
|
| /src/tools/gcc/ |
| Makefile | 79 --disable-nls \
|