Searched refs:RSCAN (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xedit/dist/ |
| H A D | hook.c | 736 from = RSCAN(position, lfinc + 1, False); 741 from = RSCAN(first, lfrom, False); 770 to = RSCAN(first, 1, True); 778 to = RSCAN(to, 2, True); 781 to = RSCAN(position, ltinc + 1, True); 784 to = RSCAN(first, lto, True); 884 to = RSCAN(from, 1, True); 1053 to = RSCAN(from, 1, True); 1084 to = RSCAN(from, 1, True); 1101 to = RSCAN(fro [all...] |
| H A D | tags.c | 562 right = RSCAN(left, lineno, False); 567 right = RSCAN(left, 1, True); 623 right = RSCAN(left, 1, True);
|
| H A D | xedit.h | 55 #define RSCAN(from, count, include) \ macro
|
| H A D | xedit.c | 321 position = RSCAN(XawTextGetInsertionPoint(textwindow),
|
Completed in 4 milliseconds