OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thisline
(Results
1 - 2
of
2
) 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/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;
Completed in 16 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026