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

  /xsrc/external/mit/xedit/dist/lisp/
regex.c 121 re-exec regex string &key count start end notbol noteol
132 LispObj *regex, *ostring, *count, *ostart, *oend, *notbol, *noteol; local
135 notbol = ARGUMENT(5);
164 if (notbol != UNSPEC && notbol != NIL)
  /xsrc/external/mit/xedit/dist/lisp/modules/
syntax.lsp 283 (if (consp (setq check (re-exec regex "" :noteol t :notbol t)))
501 (when (consp (re-exec (syntoken-regex token) "" :notbol t))
790 notbol
880 (setq notbol (> start 0))
956 :notbol notbol)))

Completed in 5 milliseconds