Home
last modified time | relevance | path

Searched refs:lex_source (Results 1 – 13 of 13) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/language/lexer/
H A Dlexer.c76 struct lex_source struct
162 struct lex_source *source, *next; in lex_destroy()
191 lex_push_token__ (struct lex_source *src) in lex_push_token__()
204 lex_source_pop__ (struct lex_source *src) in lex_source_pop__()
210 lex_source_pop_front (struct lex_source *src) in lex_source_pop_front()
219 struct lex_source *src; in lex_get()
1181 lex_source_read__ (struct lex_source *src) in lex_source_read__()
1208 static struct lex_source *
1329 struct lex_source *src = CONST_CAST (struct lex_source *, src_); in lex_source_get__()
1532 static struct lex_source *
[all …]
/dports/textproc/p5-PPI/PPI-1.270/lib/PPI/
H A DDocument.pm184 $document = PPI::Lexer->lex_source( $$file_contents );
196 my $document = PPI::Lexer->lex_source( $$source );
201 my $document = PPI::Lexer->lex_source( $source );
H A DLexer.pm172 sub lex_source { subroutine
/dports/textproc/p5-PPI/PPI-1.270/t/
H A D17_storable.t30 my $Document = PPI::Lexer->lex_source( <<'END_PERL' );
H A D04_element.t122 my $Document = PPI::Lexer->lex_source( $source );
539 my $Document = PPI::Lexer->lex_source( $source );
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Debugger/
H A Dlibcython.py447 def _get_source(self, start, stop, lex_source, mark_line, lex_entire): argument
453 if lex_source and lex_entire:
464 if lex_source and not lex_entire:
469 def get_source(self, start, stop=None, lex_source=True, mark_line=0, argument
482 self._get_source(start, stop, lex_source, mark_line, lex_entire))
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Debugger/
H A Dlibcython.py447 def _get_source(self, start, stop, lex_source, mark_line, lex_entire): argument
453 if lex_source and lex_entire:
464 if lex_source and not lex_entire:
469 def get_source(self, start, stop=None, lex_source=True, mark_line=0, argument
482 self._get_source(start, stop, lex_source, mark_line, lex_entire))
/dports/lang/cython/Cython-0.29.24/Cython/Debugger/
H A Dlibcython.py447 def _get_source(self, start, stop, lex_source, mark_line, lex_entire): argument
453 if lex_source and lex_entire:
464 if lex_source and not lex_entire:
469 def get_source(self, start, stop=None, lex_source=True, mark_line=0, argument
482 self._get_source(start, stop, lex_source, mark_line, lex_entire))
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Debugger/
H A Dlibcython.py447 def _get_source(self, start, stop, lex_source, mark_line, lex_entire): argument
453 if lex_source and lex_entire:
464 if lex_source and not lex_entire:
469 def get_source(self, start, stop=None, lex_source=True, mark_line=0, argument
482 self._get_source(start, stop, lex_source, mark_line, lex_entire))
/dports/lang/cython-devel/cython-2b1e743/Cython/Debugger/
H A Dlibcython.py435 def _get_source(self, start, stop, lex_source, mark_line, lex_entire): argument
441 if lex_source and lex_entire:
452 if lex_source and not lex_entire:
457 def get_source(self, start, stop=None, lex_source=True, mark_line=0, argument
470 self._get_source(start, stop, lex_source, mark_line, lex_entire))
/dports/textproc/p5-PPI/PPI-1.270/xt/
H A Dapi.t430 lex_source=method
/dports/textproc/p5-PPI/PPI-1.270/
H A DChanges1211 - PPI::Lexer::lex_source can now be called statically
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog12972 lexer: Check that 'read' function in lex_source returns valid value.