OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSameCELL
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
button.c
1206
if (
isSameCELL
(&cell, &lastButton3)) {
1243
if (
isSameCELL
(&cell, &lastButton3)) {
3107
if (!
isSameCELL
(&(screen->startSel), &(screen->endSel))) {
3118
if (
isSameCELL
(&(screen->rawPos), &(screen->startSel))
3119
&&
isSameCELL
(&cell, &(screen->endSel))) {
3211
if (!
isSameCELL
(&(screen->startSel), &(screen->endSel))) {
3291
if (!
isSameCELL
(&(screen->startSel), &(screen->endSel)))
3323
if (!
isSameCELL
(&(screen->startSel), &(screen->endSel)))
4336
if (
isSameCELL
(&first, &old_start) &&
4337
isSameCELL
(&last, &old_end))
[
all
...]
ptyx.h
346
#define
isSameCELL
(a,b) (isSameRow(a,b) && isSameCol(a,b))
Completed in 12 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026