OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thisp
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/uniq/
uniq.c
68
const char *prevp, *
thisp
;
local in function:main
154
thisp
= skip(thisline, &thislen);
156
thisp
= thisline;
160
if (thislen != prevlen || strcmp(
thisp
, prevp)) {
171
prevp =
thisp
;
uniq.c
68
const char *prevp, *
thisp
;
local in function:main
154
thisp
= skip(thisline, &thislen);
156
thisp
= thisline;
160
if (thislen != prevlen || strcmp(
thisp
, prevp)) {
171
prevp =
thisp
;
Completed in 21 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025