Home
last modified time | relevance | path

Searched refs:nextc (Results 1 – 23 of 23) sorted by relevance

/original-bsd/usr.bin/diction/style3/
H A Dpscan.c17 char lastc,nextc; variable
39 nextc=sent[i+1].cc;
51 if(nextc==ED || nextc == MVERB){
78 if(nextc == ce){
124 if(lastc == NOUN && (nextc == ',' || nextc == END)){
141 if(nextc==NOUN){
153 if(nextc==UNK || nextc == NOUN_VERB || nextc == NV_PL){
157 if(nextc == ED){
189 if((verb==1 && iverb== j) || nextc==ED || nextc == VERB_ADJ){
231 if(nextc==END||(lastc==',' && nextc==',')){
[all …]
/original-bsd/bin/sh/
H A Doutput.h22 char *nextc; member
52 …c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (…
H A Doutput.c88 file->nextc = block;
134 dest->nextc = out_junk;
140 dest->nextc = dest->buf;
149 dest->nextc = dest->buf + offset;
170 if (dest->buf == NULL || dest->nextc == dest->buf || dest->fd < 0)
172 if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0)
174 dest->nextc = dest->buf;
227 strout.nextc = outbuf; in fmtstr()
296 strout.nextc = outbuf; in fmtstr()
H A Dinput.c59 char *nextc; /* next char in buffer */ member
88 basepf.nextc = basepf.buf = basebuf;
397 parsefile->nextc = parsenextc; in pushfile()
422 parsenextc = parsefile->nextc; in popfile()
H A Dmkinit.c64 char *nextc; member
451 *text->nextc++ = *s++;
470 text->nextc = bp->text;
473 *text->nextc++ = c;
H A Deval.c763 memout.nextc = memout.buf;
809 backcmd->nleft = memout.nextc - memout.buf;
/original-bsd/local/toolchest/ksh/sh/
H A Dword.c37 int nextc();
82 c = nextc(); in word()
96 while((c=nextc(), isspace(c))); in word()
144 c = nextc(); in word()
150 c = nextc(); in word()
220 if((d=nextc())==c) in word()
225 if((d=nextc())=='-') in word()
285 if((c=(open==LITERAL?readc():nextc()))==0)
364 nextc() in nextc() function
H A Dio.c424 while(c=(nosubst?readc():nextc()));
H A Dcmd.c606 if((c=nextc())=='&')
H A Dname.c368 c = (raw?readc():nextc());
/original-bsd/old/sh/
H A Dword.c30 WHILE (c=nextc(0), space(c)) DONE in word()
49 WHILE (*argp++=(c=nextc(d))) ANDF c!=d in word()
53 PER (c=nextc(0), !eofmeta(c)) DONE in word()
67 THEN IF (d=nextc(0))==c in word()
82 nextc(quote) in nextc() function
88 THEN chkpr(NL); d=nextc(quote);
H A Dio.c128 WHILE (c = (nosubst ? readc() : nextc(*ends)), !eolchar(c)) DO *clinep++ = c OD
H A Dname.c146 LOOP c=nextc(0);
H A Dcmd.c344 IF (c=nextc(0))=='&'
/original-bsd/lib/libc/gen/
H A Dvis.c23 vis(dst, c, flag, nextc) in vis() argument
25 int c, nextc;
81 if (isoctal(nextc)) {
/original-bsd/usr.bin/yacc/
H A Dreader.c161 nextc() in nextc() function
290 c = nextc(); in copy_ident()
801 c = nextc(); in get_tag()
810 c = nextc(); in get_tag()
851 c = nextc();
856 c = nextc();
887 c = nextc();
916 c = nextc(); in declare_types()
959 c = nextc(); in read_declarations()
1058 c = nextc(); in advance_to_start()
[all …]
/original-bsd/sys/kern/PROTO/44Lite/
H A Dtty_subr.c102 nextc(a1, a2, a3) in nextc() function
/original-bsd/sys/i386/stand/
H A Ddisktab.c301 nextc:
308 goto nextc;
/original-bsd/usr.bin/tip/
H A Dremcap.c378 nextc:
385 goto nextc;
/original-bsd/usr.sbin/lpr/common_source/
H A Dprintcap.c503 nextc:
510 goto nextc;
/original-bsd/sys/sys/
H A Dtty.h158 char *nextc __P((struct clist *q, char *cp, int *c));
/original-bsd/sys/kern/
H A Dtty_subr.c364 nextc(p, cp, c) in nextc() function
H A Dtty.c1558 for (; cp; cp = nextc(&tp->t_rawq, cp, &tabc))
1632 cp != NULL; cp = nextc(&tp->t_canq, cp, &c))
1635 cp != NULL; cp = nextc(&tp->t_rawq, cp, &c))