Searched refs:nch (Results 1 - 19 of 19) sorted by path

/freebsd-11-stable/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-11-stable/contrib/mdocml/
H A Dhtml.c244 const struct roff_node *nch; local
247 for (nch = n->child; nch != NULL; nch = nch->next)
248 if (nch->type != ROFFT_TEXT)
H A Dmdoc_markdown.c1360 const struct roff_node *nch; local
1364 for (nch = n->child; nch != NULL; nch = nch->next)
1365 md_word(nch->string);
1368 for (nch = n->child; nch != NULL; nch = nch
[all...]
H A Dmdoc_state.c246 struct roff_node *nch; local
268 for (nch = n->child; nch != NULL; nch = nch->next)
269 nch->sec = n->sec;
H A Dmdoc_validate.c435 const struct roff_node *nch; local
441 nch = mdoc->last->last;
442 if (nch == NULL || nch->type != ROFFT_TEXT)
444 lc = strchr(nch->string, '\0') - 1;
445 if (lc < nch->string)
455 nch->line, nch->pos + (lc - nch->string),
457 nch
463 const struct roff_node *nch; local
1016 struct roff_node *n, *nch; local
1065 struct roff_node *np, *nch; local
1354 struct roff_node *n, *nch; local
1384 struct roff_node *np, *nch; local
1473 struct roff_node *nbl, *nit, *nch; local
1616 struct roff_node *nbl, *nh, *nch, *nnext; local
1832 struct roff_node *nch; local
1945 struct roff_node *np, *nch, *next, *prev; local
2038 struct roff_node *nch; local
2278 struct roff_node *nch; local
2396 struct roff_node *n, *nch; local
2658 struct roff_node *n, *nch; local
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Dcut.h68 #define CBNAME(sp, cbp, nch) { \
70 L__name = isupper(nch) ? tolower(nch) : (nch); \
H A Dexf.c761 u_long nlno, nch; local
912 rval = ex_writefp(sp, name, fp, fm, tm, &nlno, &nch, 0);
969 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, nch);
975 len = snprintf(buf, sizeof(buf), msgstr, p, nlno, 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);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_write.c285 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent) argument
300 *nch = 0;
371 *nch = ccnt;
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c103 static int nch(struct parse *p, cset *cs);
753 if (nch(p, cs) == 1) { /* optimize singleton sets */
1212 - nch - number of characters in a set
1215 nch(struct parse *p, cset *cs) function
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c1346 wint_t nch, *newwides; local
1361 if ((nch = towlower(ch)) < NC)
1362 cs->bmp[nch >> 3] |= 1 << (nch & 7);
1363 if ((nch = towupper(ch)) < NC)
1364 cs->bmp[nch >> 3] |= 1 << (nch & 7);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_comp.c162 int nch = *dn++; local
169 } else if (periodchar(nch) || nch == '\0') {
176 pch = ch, ch = nch;
/freebsd-11-stable/lib/libedit/
H A Dtty.c66 wint_t nch, och; /* Internal and termio rep of chars */ member in struct:ttymap_t
917 for (tp = tty_map; tp->nch != (wint_t)-1; tp++) {
918 new[0] = (Char)t_n[tp->nch];
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndisvar.h90 TAILQ_HEAD(nch, ndis_cfglist);
208 struct nch ndis_cfglist_head;
/freebsd-11-stable/contrib/file/src/
H A Dfsmagic.c113 ssize_t nch; local
295 if ((nch = readlink(fn, buf, BUFSIZ-1)) <= 0) {
311 buf[nch] = '\0'; /* readlink(2) does not do this */
/freebsd-11-stable/contrib/less/
H A Ddecode.c918 int nch; local
943 nch = 0;
945 if (nch > 0)
947 usercmd[nch] = c;
948 usercmd[nch+1] = '\0';
949 nch++;
951 } while (action == A_PREFIX && nch < MAX_CMDLEN);
1009 while (nch > 1)
1011 ungetcc(usercmd[--nch]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c228 static int nch(struct parse *, cset *);
865 if (nch(p, cs) == 1) { /* optimize singleton sets */
1321 - nch - number of characters in a set
1324 nch(struct parse *p, cset *cs) function
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c2658 int nch = *dn++; local
2665 } else if (periodchar(nch) || nch == '\0') {
2672 pch = ch, ch = nch;
2691 int nch = *srch++; local
2698 } else if (periodchar(nch) || nch == '\0') {
2708 while (whitechar(nch)) {
2709 nch = *srch++;
2711 if (nch !
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.c148 struct pcm_channel *c, *ch, *nch; local
243 CHN_FOREACH_SAFE(ch, c, nch, children) {

Completed in 281 milliseconds