Home
last modified time | relevance | path

Searched refs:reset_string_lexer (Results 1 – 3 of 3) sorted by relevance

/dports/math/yices/yices-2.6.2/src/parser_utils/
H A Dlexer.h124 extern void reset_string_lexer(lexer_t *lex, const char *data);
H A Dlexer.c113 void reset_string_lexer(lexer_t *lex, const char *data) { in reset_string_lexer() function
/dports/math/yices/yices-2.6.2/src/api/
H A Dyices_api.c895 reset_string_lexer(__yices_globals.lexer, s); in get_parser()