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

123

/freebsd-11-stable/lib/libdpv/
H A Ddialog_util.c345 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ local
357 nls = TRUE; /* See declaration comment */
359 if (!nls)
361 nls = FALSE; /* See declaration comment */
385 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ local
401 if (!use_libdialog && nls)
408 nls = FALSE; /* See declaration comment */
422 nls = TRUE; /* See declaration comment */
454 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ local
468 if (use_libdialog || !nls)
498 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ local
[all...]
H A Ddpv.c96 uint8_t nls = FALSE; /* See dialog_prompt_nlstate() */ local
295 nls = FALSE;
298 nls = pprompt_nls;
299 last = (char *)dialog_prompt_lastline(name, nls);
303 nls = dialog_prompt_nlstate(name);
306 len = dialog_prompt_longestline(last, nls);
H A Ddprompt.c110 uint8_t nls = 0; local
152 nls = dialog_prompt_nlstate(pprompt);
171 numlines += dialog_prompt_numlines(curfile->name, nls);
205 len = (int)dialog_prompt_longestline(pprompt, 0); /* !nls */
208 len = (int)dialog_prompt_longestline(aprompt, 1); /* nls */
384 uint8_t nls = 0; local
460 nls = dialog_prompt_nlstate(pprompt);
461 nlines += dialog_prompt_numlines(name, nls);
/freebsd-11-stable/lib/libc/nls/
H A DMakefile.inc4 .PATH: ${LIBC_SRCTOP}/nls
8 SYM_MAPS+=${LIBC_SRCTOP}/nls/Symbol.map
/freebsd-11-stable/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-11-stable/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 DMakefile40 bsd.nls.mk \
/freebsd-11-stable/usr.bin/grep/nls/
H A DMakefile.inc15 NLSSRCDIR= ${.CURDIR}/nls
/freebsd-11-stable/usr.bin/ee/
H A DMakefile29 . if exists(${.CURDIR}/nls/${lang}/ee.msg)
30 NLSSRCDIR_${lang}= ${.CURDIR}/nls/${lang}
/freebsd-11-stable/contrib/tcsh/
H A Ded.refresh.c588 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
656 nls = n;
662 nsb = nls;
664 nse = nls;
667 * case 1: insert: scan from nfd to nls looking for *ofd
670 for (c = *ofd, n = nfd; n < nls; n++) {
672 for (o = ofd, p = n; p < nls && o < ols && *o == *p; o++, p++)
694 for (n = nfd, p = o; p < ols && n < nls && *p == *n; p++, n++)
715 if (nls < nse)
716 nls
[all...]
H A DMakefile.std309 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
313 tc.disc.${SUF} tc.func.${SUF} tc.nls.${SUF} tc.os.${SUF} tc.printf.${SUF} \
509 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
519 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
529 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
536 @(cd nls; make catalogs)
548 tar cf - nls/Makefil
[all...]
H A DMakefile.vms484 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
494 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
504 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
511 @(cd nls; make catalogs)
523 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
537 tar cf - nls/Makefil
[all...]
H A DMakefile.in399 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
403 tc.disc.${SUF} tc.func.${SUF} tc.nls.${SUF} tc.os.${SUF} tc.printf.${SUF} \
604 @test "x${BUILD_CATALOGS}" = "xyes" && (cd nls; ${MAKE} install DESTDIR=${DESTDIR}) || exit 0
631 @test "x${BUILD_CATALOGS}" = "xyes" && (cd nls; ${MAKE} clean) || exit 0
653 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
663 tar cf - nls/Makefile nls/?*/set?* | (cd tcsh-${VERSION}; tar xpf -)
673 tar cf - nls/Makefile nls/
[all...]
/freebsd-11-stable/lib/libedit/
H A Drefresh.c508 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
563 nls = ++n;
569 nsb = nls;
571 nse = nls;
574 * case 1: insert: scan from nfd to nls looking for *ofd
577 for (c = *ofd, n = nfd; n < nls; n++) {
580 p < nls && o < ols && *o == *p;
604 p < ols && n < nls && *p == *n;
627 nls = ne;
643 sx = (int)((nls
[all...]
/freebsd-11-stable/usr.bin/sort/
H A DMakefile28 NLSSRCDIR_${lang}= ${.CURDIR}/nls
/freebsd-11-stable/contrib/bmake/mk/
H A Dnls.mk1 # $NetBSD: bsd.nls.mk,v 1.3 1996/10/18 02:34:45 thorpej Exp $
/freebsd-11-stable/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-11-stable/gnu/lib/libreadline/readline/
H A DMakefile11 text.c nls.c misc.c compat.c xmalloc.c $(HISTSRC) $(TILDESRC)
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1217 register char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1367 nls = new + _rl_find_prev_mbchar (new, ne - new, MB_FIND_ANY);
1368 while ((ols > ofd) && (nls > nfd))
1376 _rl_adjust_point (new, nls - new, &ps_new);
1379 if (_rl_compare_chars (old, ols - old, &ps_old, new, nls - new, &ps_new) == 0)
1386 nls = new + _rl_find_prev_mbchar (new, nls - new, MB_FIND_ANY);
1393 nls = ne - 1;
1394 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...]
/freebsd-11-stable/contrib/dialog/package/debian/
H A Drules35 --enable-nls \
/freebsd-11-stable/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-11-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile54 nls.c \
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c51 size_t ngs, nls; /* number of each kind */ member in struct:symbuf
577 ecp->symndx[i] = sy_buf->nls;
600 if (sy_buf->nls <= 1 && sy_buf->ngs == 0)
656 ecp->symndx[i] += sy_buf->nls;
971 ecp->symtab->sz = (sy_buf->nls + sy_buf->ngs) *
1033 if (sy_buf->nls > 0) {
1041 lsydata->d_size = sy_buf->nls *
1049 lsydata->d_size = sy_buf->nls *
1061 gsydata->d_off = sy_buf->nls *
1070 gsydata->d_off = sy_buf->nls *
[all...]
/freebsd-11-stable/usr.sbin/ntp/libntp/
H A DMakefile5 ${SRCTOP}/contrib/ntp/lib/isc/nls \

Completed in 166 milliseconds

123