HomeSort by: relevance | last modified time | path
    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