Home
last modified time | relevance | path

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

/original-bsd/old/vfilters/vsort/
H A Dvsort.c387 linep->row = row; in termline()
394 sortin(linep); in termline()
397 sortin(linep) in sortin() argument
404 linep->lastp = linep->nextp = NULL;
413 tail = linep;
419 head = linep;
482 dumpline(linep); in sendline()
486 && (linep->row <= 24 || linep->row >= pagelength-4) in sendline()
525 cfree(linep); in sendline()
533 cutmark(linep) in cutmark() argument
[all …]
/original-bsd/usr.bin/ptx/
H A Dptx.c290 linep = line; in getline()
303 *linep++ = ' '; in getline()
307 *++linep = '\n'; in getline()
308 return(linep); in getline()
311 *linep++ = c; in getline()
406 linep = line; in getsort()
411 tilde = linep; in getsort()
416 linep--; in getsort()
462 linep = line; in getsort()
467 *linep++ = c; in getsort()
[all …]
/original-bsd/bin/sh/
H A Dmknodes.c73 static char *linep; variable
121 if (*linep != '\0') in parsenode()
176 fp->decl = savestr(linep); in parsefield()
178 if (*linep) in parsefield()
371 p = linep;
378 linep = p;
386 while (*linep == ' ' || *linep == '\t') in skipbl()
387 linep++; in skipbl()
402 linep = line; in readline()
/original-bsd/lib/libc/gen/
H A Dgetnetgrent.c245 register char *pos, *spos, *linep, *olinep; local
285 linep = (char *)malloc(olen + len + 1);
287 bcopy(olinep, linep, olen);
290 bcopy(pos, linep + olen, len);
292 *(linep + olen) = '\0';
293 olinep = linep;
303 lp->l_line = linep;
/original-bsd/usr.bin/lam/
H A Dlam.c42 char *linep; variable
60 linep = line;
62 linep = gatherline(ip);
149 register char *lp = linep;
167 register char *lp = linep;
/original-bsd/old/roff/common_source/
H A Dn7.c73 extern int *linep;
146 *linep = dip->nls = 0; in tbreak()
369 if(linep >= (line + lnsize - 1)){ in storeline()
387 *linep++ = c; in storeline()
601 if(*--linep != IMP)goto m5; in movword()
609 if(((i = *(linep-1) & CMASK) != '-') && in movword()
612 *linep = (*(linep-1) & ~CMASK) | 0200; in movword()
613 w = width(*linep); in movword()
616 linep++; in movword()
628 w = width(*linep); in movword()
[all …]
H A Dni.c235 int *linep = 0; variable
/original-bsd/old/make/
H A Dgram.y51 for(lp=leftp->linep; lp->nxtlineblock!=0; lp=lp->nxtlineblock)
63 leftp->linep = 0;
64 else if(leftp->linep == 0)
65 leftp->linep = lp;
67 for(lpp = leftp->linep; lpp->nxtlineblock;
H A Dmain.c179 if(p=srchname(".SUFFIXES")) sufflist = p->linep;
255 for(lp = np->linep ; lp ; lp = lp->nxtlineblock)
371 if(p->linep != 0) printf(":");
374 for(lp = p->linep ; lp ; lp = lp->nxtlineblock)
H A Ddoname.c88 for(lp = p->linep ; lp ; lp = lp->nxtlineblock)
97 for(lp = p->linep ; lp ; lp = lp->nxtlineblock)
166 for(lp2=p1->linep ; lp2 ; lp2 = lp2->nxtlineblock)
195 for(lp2 = p1->linep ; lp2 ; lp2 = lp2->nxtlineblock)
H A Ddefs70 struct lineblock *linep;
H A Dmisc.c56 p->linep = 0;
/original-bsd/local/ditroff/ditroff.okeeffe/
H A Dn7.c56 *linep = dip->nls = 0; in tbreak()
335 if (linep >= line + lnsize - 1) {
351 *linep++ = c;
613 if (*--linep != IMP) in movword()
623 if ((i = cbits(*(linep - 1))) != '-' && i != EMDASH) { in movword()
624 *linep = (*(linep - 1) & SFMASK) | HYPHEN; in movword()
625 w = width(*linep); in movword()
628 linep++; in movword()
637 w = width(*linep); in movword()
659 linep = line; in setnel()
H A Dtdef.h386 #define linep (env->_linep) macro
/original-bsd/local/ditroff/ditroff.okeeffe/troff/
H A Dn7.c56 *linep = dip->nls = 0; in tbreak()
335 if (linep >= line + lnsize - 1) {
351 *linep++ = c;
613 if (*--linep != IMP) in movword()
623 if ((i = cbits(*(linep - 1))) != '-' && i != EMDASH) { in movword()
624 *linep = (*(linep - 1) & SFMASK) | HYPHEN; in movword()
625 w = width(*linep); in movword()
628 linep++; in movword()
637 w = width(*linep); in movword()
659 linep = line; in setnel()
H A Dtdef.h396 #define linep (env->_linep) macro
/original-bsd/old/dbx/
H A Dobject.c62 private Linetab *linep, *prevlinep; variable
122 if (prevlinep != linep) { in exitblock()
150 lp = linep - 1; \
157 linep = lp + 1; \
223 enterline(0, (linep-1)->addr + 1); in foundglobals()
406 newfunc(curblock, (linep - 1)->addr);
407 addrstk[nesting] = (linep - 1)->addr;
826 startaddr = (linep - 1)->addr; in chkUnnamedBlock()
919 linep = linetab;
937 filep->lineindex = linep - linetab;
[all …]
/original-bsd/sys/tahoe/inline/
H A Dmain.c199 parseline(linep, argv, linebuf) in parseline() argument
200 char *linep; in parseline()
204 register char *bufp = linebuf, *cp = linep;
219 fprintf(stderr, "instruction too long->%s", linep);
/original-bsd/sys/vax/inline/
H A Dmain.c230 parseline(linep, argv, linebuf) in parseline() argument
231 char *linep; in parseline()
235 register char *bufp = linebuf, *cp = linep;
250 fprintf(stderr, "instruction too long->%s", linep);
/original-bsd/old/vpr/
H A Dvpd.c43 char linep[127]; variable
242 strcpy(linep, line + 1);
443 "-v", "-b", banbuf, line+1, linep, 0);
450 "-v", line+1, linep, 0);
/original-bsd/local/ditroff/ditroff.old.okeeffe/troff/
H A Dext.h219 extern tchar *linep;
H A Dni.c264 tchar *linep = 0; variable
/original-bsd/local/ditroff/ditroff.van/
H A Dtdef.h385 #define linep (env->_linep) macro