OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clpos
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/sort/
fields.c
101
struct coldesc *
clpos
;
local in function:enterkey
111
clpos
= clist + i;
112
for (; (col <
clpos
->num) && (pos < lineend); col++) {
117
clpos
->start = SEP_FLAG ? pos + 1 : pos;
119
clpos
->end = pos;
122
clpos
->end = lineend;
fields.c
101
struct coldesc *
clpos
;
local in function:enterkey
111
clpos
= clist + i;
112
for (; (col <
clpos
->num) && (pos < lineend); col++) {
117
clpos
->start = SEP_FLAG ? pos + 1 : pos;
119
clpos
->end = pos;
122
clpos
->end = lineend;
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025