Home
last modified time | relevance | path

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

/dports/lang/ptoc/ptoc/
H A Dio.h135 void pio_output_string(text_descriptor* td, const char* buf, size_t len,
492 pio_output_string((text_descriptor*)this, x, strlen(x), NULL);
538 pio_output_string((text_descriptor*)&t, fs.buf, size, &fs.width);
556 pio_output_string((text_descriptor*)&t, fs.buf, fs.size, &fs.width);
702 pio_output_string((text_descriptor*)&t, fs.val, strlen(fs.val),
H A Dio.c910 void pio_output_string(text_descriptor* td, const char* buf, size_t len, in pio_output_string() function
1049 pio_output_string(td, val, high-low+1, in format_write()
1057 pio_output_string(td, val, strlen(val), in format_write()
H A Darray.h173 pio_output_string((text_descriptor*)&t, (char*)a.buf,
439 pio_output_string((text_descriptor*)&t, str.get_body(),
/dports/lang/ptoc/ptoc/vms/
H A Dio.c901 void pio_output_string(text_descriptor* td, const char* buf, size_t len, in pio_output_string() function
1037 pio_output_string(td, val, high-low+1, in format_write()
1045 pio_output_string(td, val, strlen(val), in format_write()