HomeSort by: relevance | last modified time | path
    Searched refs:thisline (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/uniq/
uniq.c 71 char *prevline, *thisline, *p; local
139 if ((thisline = malloc(thislinesize + 1)) == NULL)
144 if ((thisline = realloc(thisline, psize + 1)) == NULL)
149 (void)memcpy(thisline, p, psize);
150 thisline[psize] = '\0';
154 thisp = skip(thisline, &thislen);
156 thisp = thisline;
166 prevline = thisline;
167 thisline = t
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/vim/indent/
llvm.vim 35 let thisline = getline(v:lnum)
36 if thisline =~ '^\s*}'
46 if thisline =~ ':\s*$'
  /src/external/bsd/top/dist/
display.h 68 void i_process(int line, char *thisline);
display.c 1570 * *_process(line, thisline) - print one process line
1576 i_process(int line, char *thisline)
1580 thisline[display_width] = '\0';
1583 display_write(0, y_procs + line, 0, 1, thisline);
  /src/external/bsd/pcc/dist/pcc/mip/
reader.c 75 int thisline; variable
1545 fprintf(stderr, "%s, line %d: compiler error: ", ftitle, thisline);
1669 ip->lineno = thisline;
1843 thisline = ip->lineno;
regs.c 2703 extern int thisline;
2711 thisline = ip->lineno;
2989 extern int thisline;
2993 thisline = ip->lineno;
  /src/external/bsd/pcc/dist/pcc/arch/arm/
local2.c 1024 extern int thisline;
1029 ip->lineno = thisline;
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
putscj.c 79 extern int thisline;
82 thisline = lineno;
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 5600 \read 1 to \thisline
5604 \expandafter\printindexzz\thisline\relax\relax\finish%
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 5600 \read 1 to \thisline
5604 \expandafter\printindexzz\thisline\relax\relax\finish%
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 5449 \read 1 to \thisline
5453 \expandafter\printindexzz\thisline\relax\relax\finish%
  /src/external/lgpl3/mpc/dist/build-aux/
texinfo.tex 5480 \read 1 to \thisline
5484 \expandafter\printindexzz\thisline\relax\relax\finish%
  /src/external/lgpl3/mpfr/dist/doc/
texinfo.tex 5496 \read 1 to \thisline
5500 \expandafter\printindexzz\thisline\relax\relax\finish%

Completed in 52 milliseconds