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

12

/freebsd-current/lib/libdpv/
H A Ddialog_util.c343 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ local
355 nls = TRUE; /* See declaration comment */
357 if (!nls)
359 nls = FALSE; /* See declaration comment */
383 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ local
399 if (!use_libdialog && nls)
406 nls = FALSE; /* See declaration comment */
420 nls = TRUE; /* See declaration comment */
452 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ local
466 if (use_libdialog || !nls)
496 uint8_t nls = nlstate; /* See dialog_prompt_nlstate() */ local
[all...]
H A Ddpv.c94 uint8_t nls = FALSE; /* See dialog_prompt_nlstate() */ local
293 nls = FALSE;
296 nls = pprompt_nls;
297 last = (char *)dialog_prompt_lastline(name, nls);
301 nls = dialog_prompt_nlstate(name);
304 len = dialog_prompt_longestline(last, nls);
H A Ddprompt.c107 uint8_t nls = 0; local
149 nls = dialog_prompt_nlstate(pprompt);
168 numlines += dialog_prompt_numlines(curfile->name, nls);
202 len = (int)dialog_prompt_longestline(pprompt, 0); /* !nls */
205 len = (int)dialog_prompt_longestline(aprompt, 1); /* nls */
381 uint8_t nls = 0; local
457 nls = dialog_prompt_nlstate(pprompt);
458 nlines += dialog_prompt_numlines(name, nls);
/freebsd-current/lib/libc/nls/
H A DMakefile.inc3 .PATH: ${LIBC_SRCTOP}/nls
7 SYM_MAPS+=${LIBC_SRCTOP}/nls/Symbol.map
/freebsd-current/share/mk/
H A Dbsd.nls.mk2 # This include file <bsd.nls.mk> handles building and installing Native
13 # installation. [${SHAREDIR}/nls]
22 .error bsd.nls.mk cannot be included directly.
58 NLSDIR?= ${SHAREDIR}/nls
H A DMakefile41 bsd.nls.mk \
H A Dbsd.own.mk123 # installation. [${SHAREDIR}/nls]
232 NLSDIR?= ${SHAREDIR}/nls
/freebsd-current/usr.bin/ee/
H A DMakefile28 . if exists(${.CURDIR}/nls/${lang}/ee.msg)
29 NLSSRCDIR_${lang}= ${.CURDIR}/nls/${lang}
/freebsd-current/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-current/contrib/libedit/
H A Drefresh.c544 wchar_t *ofd, *ols, *oe, *nfd, *nls, *ne; local
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
[all...]
/freebsd-current/contrib/bc/src/
H A Ddc_lex.c103 size_t depth, nls, i; local
114 nls = 0;
137 nls += (c == '\n');
167 l->line += nls;
/freebsd-current/lib/libsmb/
H A DMakefile14 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/freebsd-current/contrib/bmake/mk/
H A Dnls.mk1 # $NetBSD: bsd.nls.mk,v 1.3 1996/10/18 02:34:45 thorpej Exp $
H A Dprog.mk246 .include <nls.mk>
/freebsd-current/contrib/bc/
H A Dconfigure.sh60 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n'
140 printf ' -N, --disable-nls\n'
719 nls=1
752 nls=1
786 nls=0
820 nls=1
885 nls=1
936 N) nls=0 ;;
1064 disable-nls) nls
[all...]
H A Dconfigure60 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n'
140 printf ' -N, --disable-nls\n'
719 nls=1
752 nls=1
786 nls=0
820 nls=1
885 nls=1
936 N) nls=0 ;;
1064 disable-nls) nls
[all...]
/freebsd-current/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-current/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-current/etc/
H A DMakefile162 .for alias nls in ${NLS_ALIASES}
164 "${nls}" "${DESTDIR}${SHAREDIR}/nls/${alias}"
/freebsd-current/contrib/dialog/package/debian/
H A Drules54 --enable-nls \
/freebsd-current/contrib/dialog/package/
H A Ddialog.spec56 --enable-nls \
/freebsd-current/bin/csh/
H A DMakefile40 tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
112 NLSSRCDIR_${catalog:C/.*://}= ${TCSHDIR}/nls/${catalog:C/:.*//}
/freebsd-current/contrib/ntp/libntp/
H A DMakefile.in188 lib/isc/log.c lib/isc/md5.c lib/isc/nls/msgcat.c \
214 lib/isc/nls/msgcat.$(OBJEXT) lib/isc/unix/net.$(OBJEXT) \
274 lib/isc/log.c lib/isc/md5.c lib/isc/nls/msgcat.c \
348 lib/isc/nls/$(DEPDIR)/msgcat.Po \
762 lib/isc/log.c lib/isc/md5.c lib/isc/nls/msgcat.c \
965 lib/isc/nls/$(am__dirstamp):
966 @$(MKDIR_P) lib/isc/nls
967 @: > lib/isc/nls/$(am__dirstamp)
968 lib/isc/nls/$(DEPDIR)/$(am__dirstamp):
969 @$(MKDIR_P) lib/isc/nls/
[all...]
/freebsd-current/usr.bin/gh-bc/
H A DMakefile60 CFLAGS+= -DNLSPATH=/usr/share/nls/%L/%N.cat
/freebsd-current/usr.sbin/ntp/libntp/
H A DMakefile4 ${SRCTOP}/contrib/ntp/libntp/lib/isc/nls \

Completed in 315 milliseconds

12