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

/xsrc/external/mit/xedit/dist/
H A Dhook.c736 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 Dtags.c562 right = RSCAN(left, lineno, False);
567 right = RSCAN(left, 1, True);
623 right = RSCAN(left, 1, True);
H A Dxedit.h55 #define RSCAN(from, count, include) \ macro
H A Dxedit.c321 position = RSCAN(XawTextGetInsertionPoint(textwindow),

Completed in 4 milliseconds