Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 25 of 45) sorted by relevance

12

/original-bsd/usr.bin/uucp/port/
H A Dstrpbrk.c18 strpbrk(str, chars) in strpbrk() argument
19 register char *str, *chars; in strpbrk()
24 cp = chars - 1;
/original-bsd/usr.bin/deroff/
H A Dderoff.c200 chars[i] = LETTER;
202 chars[i] = LETTER;
204 chars[i] = DIGIT;
205 chars['\''] = APOS;
206 chars['&'] = APOS;
207 chars['.'] = PUNCT;
208 chars[','] = PUNCT;
209 chars[';'] = PUNCT;
210 chars['?'] = PUNCT;
211 chars[':'] = PUNCT;
[all …]
/original-bsd/old/compact/compact/
H A Dcompact.c114 putc(d.chars.hib, cfp);
116 putc(d.chars.lob, cfp);
157 n / 1000, c.chars.lob, bits);
214 putc(dp->chars.hib, cfp);
215 putc(dp->chars.lob, cfp);
249 putc(dp->chars.hib, cfp);
250 putc(dp->chars.lob, cfp);
283 dp->chars.hib = cp->integ & 0377;
305 putc(cp->chars.lob, cfp);
306 putc(cp->chars.hib, cfp);
/original-bsd/usr.bin/tip/aculib/
H A Dbiz31.c190 # define chars(b) ((b).cp_nbytes) in bizsync() macro
195 # define chars(b) (b) in bizsync() macro
202 if (ioctl(fd, IOCTL, (caddr_t)&b) >= 0 && chars(b) > 0) in bizsync()
207 if (chars(b) != 10) { in bizsync()
/original-bsd/usr.bin/grep/old.egrep/
H A Dold.egrep.y55 char chars[MAXLIN]; variable
166 c = chars[nxtchar-1]; in yylex()
169 chars[nxtchar++] = ++c; in yylex()
176 chars[nxtchar++] = c; in yylex()
179 chars[count] = cclcnt; in yylex()
292 nc = chars[right[curpos]]; in cgotofn()
294 for (k=0; k<nc; k++) symbol[chars[pc++]] = 1; in cgotofn()
297 nc = chars[right[curpos]]; in cgotofn()
301 if (j==chars[pc++]) goto cont; in cgotofn()
378 num = chars[set]; in member()
[all …]
/original-bsd/old/awk/
H A Db.c44 char chars[MAXLIN]; variable
129 if (c == '-' && i > 0 && chars[i-1] != 0) {
131 c = chars[i-1];
135 chars[i++] = ++c;
143 chars[i++] = c;
145 chars[i++] = '\0';
146 dprintf("cclenter: in = |%s|, out = |%s|\n", op, chars, NULL);
148 return(tostring(chars));
/original-bsd/lib/libc/regex/
H A Dcclass.h17 char *chars; member
/original-bsd/sys/sparc/rcons/
H A Drcons_font.c45 fb->fb_font_ascent = -(fb->fb_font->chars)['a'].homey;
H A Draster_text.c74 c = &(rf->chars['@']);
88 c = &(rf->chars[text[i]]);
109 c = &(rf->chars[ch]);
H A Draster.h93 struct raster_char chars[256]; member
H A Drcons_subr.c390 fb->fb_font->chars[(int)' '].r->width,
391 fb->fb_font->chars[(int)' '].r->height,
/original-bsd/lib/libc/gen/
H A Dctime.c113 char chars[(TZ_MAX_CHARS + 1 > sizeof GMT) ? member
229 (char *) &sp->chars[ttisp->tt_abbrind]; in settzname()
249 (char *) &sp->chars[ttisp->tt_abbrind]; in settzname()
334 sp->chars[i] = *p++;
661 if (stdlen >= sizeof sp->chars)
662 stdlen = (sizeof sp->chars) - 1;
831 if (sp->charcnt > sizeof sp->chars)
833 cp = sp->chars;
881 (void) strcpy(lclptr->chars, GMT); in tzset()
1002 else tmp->TM_ZONE = gmtptr->chars;
[all …]
/original-bsd/old/sysline/
H A Dsysline.c189 int chars; /* number of printable characters */ variable
851 if ((n = columns - chars) > sizeof sendbuf - 1) in mailseen()
923 chars = 0; in stringinit()
950 leftline ? 0 : columns - chars)); in stringdump()
954 for (i = columns - chars; --i >= 0;) in stringdump()
1014 n = columns - chars;
1018 chars += p - sp;
1020 } else if (chars + n <= columns) { /* don't truncate */
1023 chars += n;
/original-bsd/usr.bin/ex/USD.doc/vitut/
H A DMakefile4 SRCS= vi.in vi.chars
/original-bsd/old/compact/common_source/
H A Dcompact.h26 struct charac chars; member
/original-bsd/old/compact/uncompact/
H A Duncompact.c154 putc(dp->chars.lob, uncfp);
176 dp->chars.hib = cp->integ & 0377;
199 putc(cp->chars.lob, uncfp);
/original-bsd/lib/libc/tahoe/string/
H A Dstrncat.s35 subl3 8(fp),r0,r2 # r2 = numberof non-null chars in s2
/original-bsd/share/me/
H A DMakefile5 MESRCS= acm.me chars.me deltext.me eqn.me float.me footnote.me \
/original-bsd/local/ditroff/ditroff.okeeffe/devhar/fonts/
H A DsR6 # The lower case input chars are automatically translated to upper case
H A DBs7 # The lower case input chars are automatically translated to small
/original-bsd/contrib/emacs-18.57/src/
H A Dprocess.c1815 char chars[1024]; local
1822 nchars = read (channel, chars, sizeof chars);
1825 chars[0] = proc_buffered_char[channel];
1827 nchars = read (channel, chars + 1, sizeof chars - 1);
1843 filter_string = make_string (chars, nchars);
1870 insert (chars, nchars);
/original-bsd/lib/libcompat/regexp/
H A DREADME78 If your chars have less than 8 bits, you're going to have to change the
81 NUL, and no special significance is attached to the top bit of chars.
/original-bsd/old/lisp/fp/fp.vax/
H A DrunFp.l69 ; these are the only chars which may delimit numbers
H A DfpPP.l41 ; more chars to print in the expression
/original-bsd/share/zoneinfo/
H A Dzic.c341 static char chars[TZ_MAX_CHARS]; variable
1265 (void) fwrite((void *) chars, (size_t) sizeof chars[0],
1482 strcmp(abbr, &chars[abbrinds[i]]) == 0 &&
1499 if (strcmp(&chars[j], abbr) == 0)
1818 (void) strcpy(&chars[charcnt], string);

12