Searched refs:nls (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-10.1-release/release/picobsd/build/
H A Dmfs.mtree54 nls
/freebsd-10.1-release/lib/libsmb/
H A DMakefile13 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/freebsd-10.1-release/share/mk/
H A Dbsd.nls.mk3 # This include file <bsd.nls.mk> handles building and installing Native
14 # installation. [${SHAREDIR}/nls]
23 .error bsd.nls.mk cannot be included directly.
59 NLSDIR?= ${SHAREDIR}/nls
H A DMakefile24 bsd.nls.mk \
H A Dbsd.own.mk112 # installation. [${SHAREDIR}/nls]
188 NLSDIR?= ${SHAREDIR}/nls
H A Dbsd.prog.mk244 .include <bsd.nls.mk>
/freebsd-10.1-release/usr.bin/ee/
H A DMakefile29 . if exists(${.CURDIR}/nls/${lang}/ee.msg)
30 NLSSRCDIR_${lang}= ${.CURDIR}/nls/${lang}
/freebsd-10.1-release/contrib/tcsh/
H A Ded.refresh.c562 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
630 nls = n;
636 nsb = nls;
638 nse = nls;
641 * case 1: insert: scan from nfd to nls looking for *ofd
644 for (c = *ofd, n = nfd; n < nls; n++) {
646 for (o = ofd, p = n; p < nls && o < ols && *o == *p; o++, p++)
668 for (n = nfd, p = o; p < ols && n < nls && *p == *n; p++, n++)
689 if (nls < nse)
690 nls
[all...]
/freebsd-10.1-release/lib/libedit/
H A Drefresh.c484 char *ofd, *ols, *oe, *nfd, *nls, *ne; local
539 nls = ++n;
545 nsb = nls;
547 nse = nls;
550 * case 1: insert: scan from nfd to nls looking for *ofd
553 for (c = *ofd, n = nfd; n < nls; n++) {
556 p < nls && o < ols && *o == *p;
580 p < ols && n < nls && *p == *n;
603 nls = ne;
619 sx = (int)((nls
[all...]
/freebsd-10.1-release/usr.bin/sort/
H A DMakefile28 NLSSRCDIR_${lang}= ${.CURDIR}/nls
/freebsd-10.1-release/contrib/bmake/mk/
H A Dnls.mk1 # $NetBSD: bsd.nls.mk,v 1.3 1996/10/18 02:34:45 thorpej Exp $
H A Down.mk175 NLSDIR?= ${prefix}/share/nls
H A Dprog.mk220 .include <nls.mk>
/freebsd-10.1-release/contrib/smbfs/lib/smb/
H A DMakefile12 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/freebsd-10.1-release/gnu/lib/libreadline/readline/
H A DMakefile13 text.c nls.c misc.c compat.c xmalloc.c $(HISTSRC) $(TILDESRC)
/freebsd-10.1-release/contrib/libreadline/
H A Ddisplay.c1207 register char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1357 nls = new + _rl_find_prev_mbchar (new, ne - new, MB_FIND_ANY);
1358 while ((ols > ofd) && (nls > nfd))
1366 _rl_adjust_point (new, nls - new, &ps_new);
1369 if (_rl_compare_chars (old, ols - old, &ps_old, new, nls - new, &ps_new) == 0)
1376 nls = new + _rl_find_prev_mbchar (new, nls - new, MB_FIND_ANY);
1383 nls = ne - 1;
1384 while ((ols > ofd) && (nls > nfd) && (*ols == *nls))
[all...]
H A DMakefile.in110 $(srcdir)/histfile.c $(srcdir)/nls.c $(srcdir)/search.c \
126 text.o nls.o misc.o compat.o xmalloc.o $(HISTOBJ) $(TILDEOBJ)
357 nls.o: ansi_stdlib.h
358 nls.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
359 nls.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
360 nls.o: history.h rlstdc.h
404 nls.o: rlshell.h
420 nls.o: rlprivate.h
483 nls.o: $(srcdir)/nls
[all...]
H A DMANIFEST57 nls.c f
/freebsd-10.1-release/contrib/dialog/package/debian/
H A Drules35 --enable-nls \
/freebsd-10.1-release/contrib/libreadline/shlib/
H A DMakefile.in132 $(topdir)/histfile.c $(topdir)/nls.c $(topdir)/search.c \
148 text.so nls.so misc.so xmalloc.so $(SHARED_HISTOBJ) $(SHARED_TILDEOBJ) \
273 nls.so: $(topdir)/ansi_stdlib.h
274 nls.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
275 nls.o: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
276 nls.o: $(topdir)/rltypedefs.h
277 nls.o: $(topdir)/tilde.h $(topdir)/history.h $(topdir)/rlstdc.h
322 nls.so: $(topdir)/rlshell.h
338 nls.so: $(topdir)/rlprivate.h
401 nls
[all...]
/freebsd-10.1-release/usr.bin/svn/lib/libsvn_subr/
H A DMakefile16 md5.c mergeinfo.c mutex.c named_atomic.c nls.c opt.c path.c \
/freebsd-10.1-release/usr.sbin/ntp/libntp/
H A DMakefile5 ${.CURDIR}/../../../contrib/ntp/lib/isc/nls \
/freebsd-10.1-release/bin/csh/
H A DMakefile32 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
105 NLSSRCDIR_${catalog:C/.*://}= ${TCSHDIR}/nls/${catalog:C/:.*//}
/freebsd-10.1-release/contrib/dialog/package/
H A Ddialog.spec46 --enable-nls \
/freebsd-10.1-release/contrib/ntp/libntp/
H A DMakefile.am24 $(srcdir)/../lib/isc/nls/msgcat.c \

Completed in 288 milliseconds

12