OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs_amount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/texinfo/dist/info/
terminal.c
435
int
abs_amount
= -amount;
436
terminal_delete_lines (start -
abs_amount
,
abs_amount
);
437
terminal_insert_lines (end -
abs_amount
,
abs_amount
);
434
int
abs_amount
= -amount;
local
window.c
408
int
abs_amount
= -amount; /* It is easier to deal with this way. */
local
411
if ((window->height -
abs_amount
) < WINDOW_MIN_HEIGHT)
419
shrink_me_growing_prev (window, prev,
abs_amount
);
421
shrink_me_growing_next (window, next,
abs_amount
);
424
shrink_me_growing_next (window, next,
abs_amount
);
426
shrink_me_growing_prev (window, prev,
abs_amount
);
Completed in 27 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026