Searched refs:nch (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/examples/
H A Drl.c87 int opt, fd, nch; local
98 fd = nch = 0;
120 nch = atoi(optarg);
121 if (nch < 0)
147 if (nch > 0)
148 rl_num_chars_to_read = nch;
/freebsd-10.1-release/contrib/nvi/common/
H A Dcut.h68 #define CBNAME(sp, cbp, nch) { \
70 L__name = isupper(nch) ? tolower(nch) : (nch); \
H A Doptions.c999 char nch, *np; local
1028 for (np = O_STR(sp, cnt); (nch = *np) != '\0'; ++np) {
1029 if (cmdskip(nch) || nch == '\\')
1031 (void)putc(nch, fp);
H A Dexf.c757 u_long nlno, nch; local
911 rval = ex_writefp(sp, name, fp, fm, tm, &nlno, &nch, 0);
968 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
974 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
/freebsd-10.1-release/lib/libc/resolv/
H A Dres_comp.c163 int nch = *dn++; local
170 } else if (periodchar(nch) || nch == '\0') {
177 pch = ch, ch = nch;
/freebsd-10.1-release/contrib/less/
H A Ddecode.c749 int nch; local
769 nch = 0;
771 if (nch > 0)
773 usercmd[nch] = c;
774 usercmd[nch+1] = '\0';
775 nch++;
830 while (nch > 1)
832 ungetcc(usercmd[--nch]);
/freebsd-10.1-release/sys/dev/if_ndis/
H A Dif_ndisvar.h90 TAILQ_HEAD(nch, ndis_cfglist);
194 struct nch ndis_cfglist_head;
/freebsd-10.1-release/contrib/file/src/
H A Dfsmagic.c109 ssize_t nch; local
288 if ((nch = readlink(fn, buf, BUFSIZ-1)) <= 0) {
303 buf[nch] = '\0'; /* readlink(2) does not do this */
/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_write.c286 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent) argument
305 *nch = 0;
400 *nch = ccnt;
/freebsd-10.1-release/sbin/dhclient/
H A Ddhclient.c2595 int nch = *dn++; local
2602 } else if (periodchar(nch) || nch == '\0') {
2609 pch = ch, ch = nch;
2628 int nch = *srch++; local
2635 } else if (periodchar(nch) || nch == '\0') {
2645 while (whitechar(nch)) {
2646 nch = *srch++;
2648 if (nch !
[all...]
/freebsd-10.1-release/lib/libc/regex/
H A Dregcomp.c1188 wint_t nch, *newwides; local
1203 if ((nch = towlower(ch)) < NC)
1204 cs->bmp[nch >> 3] |= 1 << (nch & 7);
1205 if ((nch = towupper(ch)) < NC)
1206 cs->bmp[nch >> 3] |= 1 << (nch & 7);
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dregcomp.c92 static int nch(struct parse *, cset *);
729 if (nch(p, cs) == 1) { /* optimize singleton sets */
1183 - nch - number of characters in a set
1186 nch(struct parse *p, cset *cs) function
/freebsd-10.1-release/lib/libedit/
H A Dtty.c56 int nch, och; /* Internal and termio rep of chars */ member in struct:ttymap_t
884 for (tp = tty_map; tp->nch != -1; tp++) {
885 new[0] = t_n[tp->nch];
/freebsd-10.1-release/contrib/nvi/regex/
H A Dregcomp.c107 static int nch __P((struct parse *p, cset *cs));
775 if (nch(p, cs) == 1) { /* optimize singleton sets */
1249 - nch - number of characters in a set
1250 == static int nch(register struct parse *p, register cset *cs);
1253 nch(register struct parse *p, register cset *cs) function
/freebsd-10.1-release/sys/dev/sound/pcm/
H A Dsound.c156 struct pcm_channel *c, *ch, *nch; local
251 CHN_FOREACH_SAFE(ch, c, nch, children) {

Completed in 84 milliseconds