Home
last modified time | relevance | path

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

/dports/lang/mixal/mixal-1.11/
H A Dio.c72 static FILE *assigned_file(unsigned device) in assigned_file() function
97 if (!assigned_file(device)){ in ensure_open()
201 fputc('\f', assigned_file(device)); in printer_ioc()
206 read_line(assigned_file(device), buffer, block_size(device)); in text_in()
211 write_line(assigned_file(device), buffer, block_size(device), true); in text_out()
221 if (fseek(assigned_file(device), in set_file_position()
233 FILE *file = assigned_file(device); in read_block()
262 write_line(assigned_file(device), buffer, block_size(device), false); in write_block()