Searched refs:LSCAN (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xedit/dist/ |
| H A D | hook.c | 730 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 D | xedit.h | 53 #define LSCAN(from, count, include) \ macro
|
| H A D | tags.c | 563 left = LSCAN(right, 1, False); 622 left = LSCAN(right + 1, 1, False);
|
| H A D | xedit.c | 323 position = LSCAN(position, 1, False);
|
Completed in 7 milliseconds