| #include <vv_sys.h> | |
| void | se_trdelim (UCHAR *beg_stp, UCHAR *end_stp)
Sets the character (s) to be used for the translation delimiters |
| int | tr_mf (MFILEPTR mfp, UCHAR * (*trtp)[ ][2])
Performs string translations on the specified memory file |
| int | tr_st (UCHAR *stp, UCHAR * (*trtp)[ ][2])
Performs text substitution on a string |
| UCHAR * | (*trt_def (int size)[ ][2])
Allocates and initializes a string translation table |
| void | trt_free (UCHAR * (*trtp)[ ][2])
Frees the memory allocated for a string translation table |
| UCHAR * | trt_rplst (UCHAR *old_stp, UCHAR *new_stp, UCHAR * (*trtp)[ ][2])
Adds, replaces, or deletes an entry in a string translation table |