OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Selarea
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/wsmoused/
selection.c
83
/* The `
selarea
' structure is used to describe a selection in the screen.
85
struct
selarea
{
struct
127
static struct
selarea
Selarea
;
524
if (
Selarea
.sa_y1 ==
Selarea
.sa_y2) {
526
l = row_length(
Selarea
.sa_y1);
527
if (
Selarea
.sa_x1 > l)
532
if (
Selarea
.sa_x2 > l)
533
Selarea
.sa_x2 = l
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025