OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lineindex
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/top/dist/
display.c
124
/*
lineindex
tells us where the beginning of a line is in the buffer */
125
#define
lineindex
(l) ((l)*MAX_COLS)
macro
270
bufp = &screenbuf[
lineindex
(curr_y) + curr_x];
271
colorp = &colorbuf[
lineindex
(curr_y) + curr_x];
381
bufp = &screenbuf[
lineindex
(y) + x];
382
colorp = &colorbuf[
lineindex
(y) + x];
475
p = &screenbuf[
lineindex
(virt_y) + virt_x];
486
if (screenbuf[
lineindex
(y)] != '\0')
499
len =
lineindex
(virt_y) + virt_x;
515
p = &screenbuf[
lineindex
(virt_y)]
[
all
...]
display.c
124
/*
lineindex
tells us where the beginning of a line is in the buffer */
125
#define
lineindex
(l) ((l)*MAX_COLS)
macro
270
bufp = &screenbuf[
lineindex
(curr_y) + curr_x];
271
colorp = &colorbuf[
lineindex
(curr_y) + curr_x];
381
bufp = &screenbuf[
lineindex
(y) + x];
382
colorp = &colorbuf[
lineindex
(y) + x];
475
p = &screenbuf[
lineindex
(virt_y) + virt_x];
486
if (screenbuf[
lineindex
(y)] != '\0')
499
len =
lineindex
(virt_y) + virt_x;
515
p = &screenbuf[
lineindex
(virt_y)]
[
all
...]
/src/external/bsd/file/dist/src/
apprentice.c
1166
uint32_t magindex, descindex, mimeindex,
lineindex
;
local
1183
lineindex
= descindex = mimeindex = magindex;
1198
ml->magic[
lineindex
].lineno,
apprentice.c
1166
uint32_t magindex, descindex, mimeindex,
lineindex
;
local
1183
lineindex
= descindex = mimeindex = magindex;
1198
ml->magic[
lineindex
].lineno,
Completed in 36 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026