From cd77df64e6a02215feead95def6e1a4d355865a8 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 18 Feb 1997 18:54:30 +0000 Subject: Document the new get_syntax() function. --- Doc/lib/libregex.tex | 4 ++++ Doc/libregex.tex | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 91f3a03..9766c2c 100644 --- a/Doc/lib/libregex.tex +++ b/Doc/lib/libregex.tex @@ -228,6 +228,10 @@ expressions.) more information. \end{funcdesc} +\begin{funcdesc}{get_syntax}{} + Returns the current value of the syntax flags as an integer. +\end{funcdesc} + \begin{funcdesc}{symcomp}{pattern\optional{\, translate}} This is like \code{compile}, but supports symbolic group names: if a parenthesis-enclosed group begins with a group name in angular diff --git a/Doc/libregex.tex b/Doc/libregex.tex index 91f3a03..9766c2c 100644 --- a/Doc/libregex.tex +++ b/Doc/libregex.tex @@ -228,6 +228,10 @@ expressions.) more information. \end{funcdesc} +\begin{funcdesc}{get_syntax}{} + Returns the current value of the syntax flags as an integer. +\end{funcdesc} + \begin{funcdesc}{symcomp}{pattern\optional{\, translate}} This is like \code{compile}, but supports symbolic group names: if a parenthesis-enclosed group begins with a group name in angular -- cgit v0.12