Home
last modified time | relevance | path

Searched refs:lex_next_tokcstr (Results 1 – 5 of 5) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/language/lexer/
H A Dlexer.h146 const char *lex_next_tokcstr (const struct lexer *, int n);
H A Dlexer.c719 return lex_next_tokcstr (lexer, 0); in lex_tokcstr()
820 lex_next_tokcstr (const struct lexer *lexer, int n) in lex_next_tokcstr() function
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dmeans-parser.c80 tstr = lex_next_tokcstr (lexer, n); in default_update()
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Dtrim.c101 const char *s1 = lex_next_tokcstr (lexer, 2); in try_to_sequence()
/dports/math/pspp/pspp-1.4.1/src/language/
H A Dcommand.c288 ds_put_cstr (s, lex_next_tokcstr (lexer, n)); in parse_command_word()