Searched refs:notbol (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dregex.c121 re-exec regex string &key count start end notbol noteol
132 LispObj *regex, *ostring, *count, *ostart, *oend, *notbol, *noteol; local in function:Lisp_Reexec
135 notbol = ARGUMENT(5);
164 if (notbol != UNSPEC && notbol != NIL)
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dsyntax.lsp283 (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 2 milliseconds