SysTutorials Posts

  • |

    antlr3CommonTokenNew (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…

  • |

    antlr3CommonTokenDebugStreamSourceNew (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…

  • |

    antlr3CTSFree (3) Linux Manual Page

    src/antlr3tokenstream.c – Default implementation of CommonTokenStream. Synopsis #include <antlr3tokenstream.h> Functions static ANTLR3_UINT32 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenDebugStreamSourceNew (ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source, pANTLR3_DEBUG_EVENT_LISTENER debugger) ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenStreamNew (ANTLR3_UINT32 hint) ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenStreamSourceNew (ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source) static void antlr3CTSFree (pANTLR3_COMMON_TOKEN_STREAM stream) static void antlr3TokenStreamFree (pANTLR3_TOKEN_STREAM stream) ANTLR3_API pANTLR3_TOKEN_STREAM antlr3TokenStreamNew () static void consume…

  • |

    antlr3BitsetToIntList (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…

  • |

    antlr3BitsetSize (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…

  • |

    antlr3BitsetSetAPI (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…

  • |

    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…