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

/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/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;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/
H A Dsend.tcl51 set nch [ChName $n]
66 proc $nch $ach "wrch \$ch \[$gen\]" ; namespace export $nch
/macosx-10.10/libresolv-57/
H A Dres_comp.c164 int nch = *dn++; local
171 } else if (periodchar(nch) || nch == '\0') {
178 ppch = pch, pch = ch, ch = nch;
/macosx-10.10/less-25/less/
H A Ddecode.c782 int nch; local
802 nch = 0;
804 if (nch > 0)
806 usercmd[nch] = c;
807 usercmd[nch+1] = '\0';
808 nch++;
863 while (nch > 1)
865 ungetcc(usercmd[--nch]);
/macosx-10.10/lsof-53/lsof/lib/
H A Drnmh.c328 int len, lim, n, nch, nchl, nlcl; local
425 for (kx = nch = 0; kx < khsz; kx++) {
578 nch++;
589 if (nch < 1) {
592 "%s: WARNING: unusable name cache size: %d\n", Pn, nch);
598 for (nchl = 1; nchl < nch; nchl <<= 1)
602 len = nchl + nch;
/macosx-10.10/file-46/file/src/
H A Dfsmagic.c109 ssize_t nch; local
260 if ((nch = readlink(fn, buf, BUFSIZ-1)) <= 0) {
275 buf[nch] = '\0'; /* readlink(2) does not do this */
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dregcomp.ih29 static int nch(register struct parse *p, register cset *cs);
H A Dregcomp.c642 if (nch(p, cs) == 1) { /* optimize singleton sets */
1127 - nch - number of characters in a set
1128 == static int nch(register struct parse *p, register cset *cs);
1131 nch(p, cs) function
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkFormatMP3.c233 int nch,bv; local
237 nch=1;
248 nch=2;
260 if (header->ID) for (ch=0;ch<nch;ch++)
264 for (ch=0;ch<nch;ch++) {
281 for (ch=0;ch<nch;ch++)
1727 int nch = ext->nch; local
1889 if (nch == 2) {
2800 ext->nch
[all...]
H A DjkFormatMP3.h47 int nch; member in struct:mp3Info
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c61 Int nch, och; /* Internal and termio rep of chars */ member in struct:ttymap_t
921 for (tp = tty_map; tp->nch != -1; tp++) {
922 new[0] = t_n[tp->nch];
/macosx-10.10/libedit-40/src/
H A Dtty.c62 Int nch, och; /* Internal and termio rep of chars */ member in struct:ttymap_t
955 for (tp = tty_map; tp->nch != (Int)-1; tp++) {
956 new[0] = t_n[tp->nch];
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c92 static int nch(struct parse *, cset *);
701 if (nch(p, cs) == 1) { /* optimize singleton sets */
1155 - nch - number of characters in a set
1158 nch(struct parse *p, cset *cs) function
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dtty.c53 int nch, och; /* Internal and termio rep of chars */ member in struct:ttymap_t
881 for (tp = tty_map; tp->nch != -1; tp++) {
882 new[0] = t_n[tp->nch];
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices13737 filenet-nch 32770/udp # Filenet NCH
13738 filenet-nch 32770/tcp # Filenet NCH

Completed in 213 milliseconds