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

12

/freebsd-12-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 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);
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);
/freebsd-12-stable/lib/libc/nls/
H A DMakefile.inc4 .PATH: ${LIBC_SRCTOP}/nls
8 SYM_MAPS+=${LIBC_SRCTOP}/nls/Symbol.map
/freebsd-12-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 DMakefile41 bsd.nls.mk \
H A Dbsd.own.mk115 # installation. [${SHAREDIR}/nls]
222 NLSDIR?= ${SHAREDIR}/nls
/freebsd-12-stable/usr.bin/ee/
H A DMakefile29 . if exists(${.CURDIR}/nls/${lang}/ee.msg)
30 NLSSRCDIR_${lang}= ${.CURDIR}/nls/${lang}
/freebsd-12-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...]
/freebsd-12-stable/contrib/libedit/
H A Drefresh.c541 wchar_t *ofd, *ols, *oe, *nfd, *nls, *ne; local
596 nls = ++n;
602 nsb = nls;
604 nse = nls;
607 * case 1: insert: scan from nfd to nls looking for *ofd
610 for (c = *ofd, n = nfd; n < nls; n++) {
613 p < nls && o < ols && *o == *p;
637 p < ols && n < nls && *p == *n;
660 nls = ne;
676 sx = (int)((nls
[all...]
/freebsd-12-stable/contrib/bc/src/
H A Ddc_lex.c73 size_t depth = 1, nls = 0, i = l->i; local
90 nls += (c == '\n');
103 l->line += nls;
/freebsd-12-stable/lib/libsmb/
H A DMakefile15 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/freebsd-12-stable/usr.bin/sort/
H A DMakefile28 NLSSRCDIR_${lang}= ${.CURDIR}/nls
/freebsd-12-stable/contrib/bmake/mk/
H A Dnls.mk1 # $NetBSD: bsd.nls.mk,v 1.3 1996/10/18 02:34:45 thorpej Exp $
/freebsd-12-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-12-stable/contrib/bc/
H A Dconfigure57 printf ' [--disable-history --disable-man-pages --disable-nls] \\\n'
118 printf ' -N, --disable-nls\n'
459 nls=1
491 N) nls=0 ;;
601 disable-nls) nls=0 ;;
617 disable-man-pages* | disable-nls* | disable-strip*)
760 nls=0
848 nls=0
912 if [ "$install_manpages" -ne 0 ] || [ "$nls"
[all...]
H A Dconfigure.sh57 printf ' [--disable-history --disable-man-pages --disable-nls] \\\n'
118 printf ' -N, --disable-nls\n'
459 nls=1
491 N) nls=0 ;;
601 disable-nls) nls=0 ;;
617 disable-man-pages* | disable-nls* | disable-strip*)
760 nls=0
848 nls=0
912 if [ "$install_manpages" -ne 0 ] || [ "$nls"
[all...]
/freebsd-12-stable/contrib/dialog/package/debian/
H A Drules35 --enable-nls \
/freebsd-12-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile54 nls.c \
/freebsd-12-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-12-stable/usr.sbin/ntp/libntp/
H A DMakefile5 ${SRCTOP}/contrib/ntp/lib/isc/nls \
/freebsd-12-stable/contrib/dialog/package/
H A Ddialog.spec46 --enable-nls \
/freebsd-12-stable/bin/csh/
H A DMakefile39 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
111 NLSSRCDIR_${catalog:C/.*://}= ${TCSHDIR}/nls/${catalog:C/:.*//}
/freebsd-12-stable/contrib/ntp/libntp/
H A DMakefile.am24 $(srcdir)/../lib/isc/nls/msgcat.c \
/freebsd-12-stable/usr.bin/gh-bc/
H A DMakefile34 CFLAGS+= -DNLSPATH=/usr/share/nls/%L/%N.cat

Completed in 182 milliseconds

12