Searched refs:thisline (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/usr.bin/uniq/ |
| D | uniq.c | 71 char *prevline, *thisline, *p; in main() local 139 if ((thisline = malloc(thislinesize + 1)) == NULL) in main() 144 if ((thisline = realloc(thisline, psize + 1)) == NULL) in main() 149 (void)memcpy(thisline, p, psize); in main() 150 thisline[psize] = '\0'; in main() 154 thisp = skip(thisline, &thislen); in main() 156 thisp = thisline; in main() 166 prevline = thisline; in main() 167 thisline = t; in main() 179 free(thisline); in main()
|
| /netbsd/src/external/bsd/top/dist/ |
| D | display.h | 68 void i_process(int line, char *thisline);
|
| D | display.c | 1576 i_process(int line, char *thisline) in i_process() argument 1580 thisline[display_width] = '\0'; in i_process() 1583 display_write(0, y_procs + line, 0, 1, thisline); in i_process()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/mip/ |
| D | reader.c | 75 int thisline; variable 1545 fprintf(stderr, "%s, line %d: compiler error: ", ftitle, thisline); 1669 ip->lineno = thisline; 1843 thisline = ip->lineno;
|
| D | regs.c | 2703 extern int thisline; in leafrewrite() 2711 thisline = ip->lineno; in leafrewrite() 2989 extern int thisline; in ngenregs() 2993 thisline = ip->lineno; in ngenregs()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/arm/ |
| D | local2.c | 1024 extern int thisline; in anode() 1029 ip->lineno = thisline; in anode()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| D | putscj.c | 79 extern int thisline; in sendp2() 82 thisline = lineno; in sendp2()
|
| /netbsd/src/external/lgpl3/mpfr/dist/doc/ |
| D | texinfo.tex | 5493 \read 1 to \thisline 5497 \expandafter\printindexzz\thisline\relax\relax\finish%
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | extend.texi | 1703 struct line *thisline = (struct line *) 1705 thisline->length = this_length;
|
| D | gcc.info | 33822 struct line *thisline = (struct line *) 33824 thisline->length = this_length;
|