Linux Manuals session 3

Section 3: library functions

  • |

    antlr3BitsetRemove (3) Linux Manual Page

    src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…

  • |

    antlr3BitsetOf (3) Linux Manual Page

    include/antlr3defs.h – Basic type and constant definitions for ANTLR3 Runtime. Synopsis #include <antlr3errors.h> #include <antlr3config.h> #include <stdio.h> #include <antlr3interfaces.h> #include <antlr3convertutf.h> Defines #define _stat stat #define ANTLR3_API #define ANTLR3_API #define ANTLR3_AVERAGE #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize)) Default definition of ANTLR3_CALLOC. #define ANTLR3_CDECL #define ANTLR3_CLOSESOCKET close #define ANTLR3_ENCODING_LATIN1 0 #define ANTLR3_ENCODING_UCS2 1 #define ANTLR3_ENCODING_UTF32 3…

  • |

    antlr3BitsetORInPlace (3) Linux Manual Page

    src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…

  • |

    antlr3BitsetOR (3) Linux Manual Page

    src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…

  • |

    antlr3BitsetNumBits (3) Linux Manual Page

    src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…

  • |

    antlr3BitsetNew (3) Linux Manual Page

    include/antlr3defs.h – Basic type and constant definitions for ANTLR3 Runtime. Synopsis #include <antlr3errors.h> #include <antlr3config.h> #include <stdio.h> #include <antlr3interfaces.h> #include <antlr3convertutf.h> Defines #define _stat stat #define ANTLR3_API #define ANTLR3_API #define ANTLR3_AVERAGE #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize)) Default definition of ANTLR3_CALLOC. #define ANTLR3_CDECL #define ANTLR3_CLOSESOCKET close #define ANTLR3_ENCODING_LATIN1 0 #define ANTLR3_ENCODING_UCS2 1 #define ANTLR3_ENCODING_UTF32 3…

  • |

    antlr3BitsetMember (3) Linux Manual Page

    src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…

  • |

    antlr3BitsetLoad (3) Linux Manual Page

    include/antlr3defs.h – Basic type and constant definitions for ANTLR3 Runtime. Synopsis #include <antlr3errors.h> #include <antlr3config.h> #include <stdio.h> #include <antlr3interfaces.h> #include <antlr3convertutf.h> Defines #define _stat stat #define ANTLR3_API #define ANTLR3_API #define ANTLR3_AVERAGE #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize)) Default definition of ANTLR3_CALLOC. #define ANTLR3_CDECL #define ANTLR3_CLOSESOCKET close #define ANTLR3_ENCODING_LATIN1 0 #define ANTLR3_ENCODING_UCS2 1 #define ANTLR3_ENCODING_UTF32 3…

  • |

    antlr3BitsetList (3) Linux Manual Page

    include/antlr3defs.h – Basic type and constant definitions for ANTLR3 Runtime. Synopsis #include <antlr3errors.h> #include <antlr3config.h> #include <stdio.h> #include <antlr3interfaces.h> #include <antlr3convertutf.h> Defines #define _stat stat #define ANTLR3_API #define ANTLR3_API #define ANTLR3_AVERAGE #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize)) Default definition of ANTLR3_CALLOC. #define ANTLR3_CDECL #define ANTLR3_CLOSESOCKET close #define ANTLR3_ENCODING_LATIN1 0 #define ANTLR3_ENCODING_UCS2 1 #define ANTLR3_ENCODING_UTF32 3…

  • |

    antlr3BitsetIsNil (3) Linux Manual Page

    src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…

  • |

    antlr3BitsetFree (3) Linux Manual Page

    src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…

  • |

    antlr3BitsetEquals (3) Linux Manual Page

    src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…

  • |

    antlr3BitsetCopy (3) Linux Manual Page

    include/antlr3defs.h – Basic type and constant definitions for ANTLR3 Runtime. Synopsis #include <antlr3errors.h> #include <antlr3config.h> #include <stdio.h> #include <antlr3interfaces.h> #include <antlr3convertutf.h> Defines #define _stat stat #define ANTLR3_API #define ANTLR3_API #define ANTLR3_AVERAGE #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize)) Default definition of ANTLR3_CALLOC. #define ANTLR3_CDECL #define ANTLR3_CLOSESOCKET close #define ANTLR3_ENCODING_LATIN1 0 #define ANTLR3_ENCODING_UCS2 1 #define ANTLR3_ENCODING_UTF32 3…

  • |

    antlr3BitsetClone (3) Linux Manual Page

    src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…

  • |

    antlr3BitsetAdd (3) Linux Manual Page

    src/antlr3bitset.c – Contains the C implementation of ANTLR3 bitsets as adapted from Terence Parr’s Java implementation. Synopsis #include <antlr3bitset.h> Functions static void antlr3BitsetAdd (pANTLR3_BITSET bitset, ANTLR3_INT32 bit) static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet) ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist) static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) static void antlr3BitsetFree (pANTLR3_BITSET bitset) static ANTLR3_BOOLEAN antlr3BitsetIsNil (pANTLR3_BITSET bitset) ANTLR3_API…

  • |

    antlr3BaseTreeNew (3) Linux Manual Page

    include/antlr3defs.h – Basic type and constant definitions for ANTLR3 Runtime. Synopsis #include <antlr3errors.h> #include <antlr3config.h> #include <stdio.h> #include <antlr3interfaces.h> #include <antlr3convertutf.h> Defines #define _stat stat #define ANTLR3_API #define ANTLR3_API #define ANTLR3_AVERAGE #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize)) Default definition of ANTLR3_CALLOC. #define ANTLR3_CDECL #define ANTLR3_CLOSESOCKET close #define ANTLR3_ENCODING_LATIN1 0 #define ANTLR3_ENCODING_UCS2 1 #define ANTLR3_ENCODING_UTF32 3…

  • |

    antlr3BaseTreeAdaptorInit (3) Linux Manual Page

    include/antlr3defs.h – Basic type and constant definitions for ANTLR3 Runtime. Synopsis #include <antlr3errors.h> #include <antlr3config.h> #include <stdio.h> #include <antlr3interfaces.h> #include <antlr3convertutf.h> Defines #define _stat stat #define ANTLR3_API #define ANTLR3_API #define ANTLR3_AVERAGE #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize)) Default definition of ANTLR3_CALLOC. #define ANTLR3_CDECL #define ANTLR3_CLOSESOCKET close #define ANTLR3_ENCODING_LATIN1 0 #define ANTLR3_ENCODING_UCS2 1 #define ANTLR3_ENCODING_UTF32 3…

  • |

    antlr3AsciiSubstr (3) Linux Manual Page

    src/antlr3inputstream.c – Base functions to initialize and manipulate any input stream. Synopsis #include <antlr3input.h> Functions static void antlr3AsciiConsume (pANTLR3_INT_STREAM is) Consume the next character in an 8 bit ASCII input stream. static ANTLR3_UINT32 antlr3AsciiGetCharPosition (pANTLR3_INPUT_STREAM input) Return the current offset in to the current line in the input stream. static ANTLR3_UINT32 antlr3AsciiGetLine (pANTLR3_INPUT_STREAM input) Return…

  • |

    antlr3AsciiSize (3) Linux Manual Page

    src/antlr3inputstream.c – Base functions to initialize and manipulate any input stream. Synopsis #include <antlr3input.h> Functions static void antlr3AsciiConsume (pANTLR3_INT_STREAM is) Consume the next character in an 8 bit ASCII input stream. static ANTLR3_UINT32 antlr3AsciiGetCharPosition (pANTLR3_INPUT_STREAM input) Return the current offset in to the current line in the input stream. static ANTLR3_UINT32 antlr3AsciiGetLine (pANTLR3_INPUT_STREAM input) Return…

  • |

    antlr3AsciiSetupStream (3) Linux Manual Page

    include/antlr3input.h – Defines the basic structures used to manipulate character streams from any input source. Synopsis #include <antlr3defs.h> #include <antlr3string.h> #include <antlr3commontoken.h> #include <antlr3intstream.h> Data Structures struct ANTLR3_INPUT_STREAM_struct Master context structure for an ANTLR3 C runtime based input stream. struct ANTLR3_LEX_STATE_struct Structure for track lex input states as part of mark() and rewind() of lexer….