OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:coloff
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/column/
column.c
214
int
coloff
, cnt;
local in function:maketbl
224
for (
coloff
= 0, p = *lp;
225
(cols[
coloff
] = strtok(p, separator)) != NULL; p = NULL)
226
if (++
coloff
== maxcols) {
239
t->list = ecalloc(
coloff
, sizeof(*(t->list)));
240
t->len = ecalloc(
coloff
, sizeof(*(t->len)));
241
for (t->cols =
coloff
; --
coloff
>= 0;) {
242
t->list[
coloff
] = cols[
coloff
];
[
all
...]
Completed in 10 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025