Searched refs:LSCAN (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xedit/dist/
H A Dhook.c730 from = LSCAN(last, 1, False);
734 from = LSCAN(position, -lfinc + 1, False);
737 from = LSCAN(from, 1, False);
742 from = LSCAN(from, 1, False);
777 to = LSCAN(position, -ltinc + 1, True);
877 if (LSCAN(from, 1, False) == from) {
1054 from = LSCAN(to, 1, False);
1074 from = LSCAN(to - 1, 1 + (from != to), False);
1082 from = LSCAN(last, 1, False);
1100 from = LSCAN(t
[all...]
H A Dxedit.h53 #define LSCAN(from, count, include) \ macro
H A Dtags.c563 left = LSCAN(right, 1, False);
622 left = LSCAN(right + 1, 1, False);
H A Dxedit.c323 position = LSCAN(position, 1, False);

Completed in 7 milliseconds