HomeSort by: relevance | last modified time | path
    Searched refs:XawTextSourceFindAnchor (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSrcP.h 189 XawTextAnchor *XawTextSourceFindAnchor
  /xsrc/external/mit/libXaw/dist/src/
TextSrc.c 993 /* XXX index (i) could be returned by XawTextSourceFindAnchor
995 if ((anchor = XawTextSourceFindAnchor(w, left))) {
1616 if ((panchor = XawTextSourceFindAnchor(w, position)) != NULL) {
1682 XawTextSourceFindAnchor(Widget w, XawTextPosition position)
1713 XawTextAnchor *anchor = XawTextSourceFindAnchor(w, position);
1835 next = XawTextSourceFindAnchor(w, position + length);
1909 XawTextAnchor *anchor = XawTextSourceFindAnchor(w, left);
2010 anchor = XawTextSourceFindAnchor(w, position);
  /xsrc/external/mit/xedit/dist/lisp/
xedit.c 635 if ((anchor = XawTextSourceFindAnchor(w, (from))) != NULL) { \

Completed in 10 milliseconds