Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Du8-istream.h40 int u8_istream_fileno (const struct u8_istream *);
H A Du8-istream.c476 u8_istream_fileno (const struct u8_istream *is) in u8_istream_fileno() function
/dports/math/pspp/pspp-1.4.1/src/language/lexer/
H A Dlexer.c1644 if (u8_istream_fileno (r->istream) != STDIN_FILENO) in lex_file_close()