staload Sym = "ats_symbol.sats"
abstype filename_t
fun theDirsep_get
(): char = "atsopt_filename_theDirsep_get"
fun theCurdir_get
(): string = "atsopt_filename_theCurdir_get"
fun thePredir_get
(): string = "atsopt_filename_thePredir_get"
val filename_none : filename_t
val filename_stdin : filename_t
fun filename_is_exist (name: string): bool
= "atsopt_filename_is_exist"
fun filename_is_relative (name: string): bool
fun filename_append (dir: string, bas: string): string
= "atsopt_filename_append"
fun filename_make_absolute (fullname: string): filename_t
fun filenameopt_make_relative (name: string): Option_vt (filename_t)
fun filename_full
(f: filename_t): string = "atsopt_filename_full"
fun filename_full_sym (f: filename_t): $Sym.symbol_t
fun lt_filename_filename (f1: filename_t, f2: filename_t): bool
fun lte_filename_filename (f1: filename_t, f2: filename_t): bool
fun gt_filename_filename (f1: filename_t, f2: filename_t): bool
fun gte_filename_filename (f1: filename_t, f2: filename_t): bool
overload < with lt_filename_filename
overload <= with lte_filename_filename
overload > with gt_filename_filename
overload >= with gte_filename_filename
fun eq_filename_filename (f1: filename_t, f2: filename_t): bool
fun neq_filename_filename (f1: filename_t, f2: filename_t): bool
overload = with eq_filename_filename
overload <> with neq_filename_filename
fun compare_filename_filename (f1: filename_t, f2: filename_t): Sgn
overload compare with compare_filename_filename
fun fprint_filename {m:file_mode}
(pf: file_mode_lte (m, w) | out: &FILE m, f: filename_t): void
overload fprint with fprint_filename
fun print_filename (f: filename_t): void
fun prerr_filename (f: filename_t): void
overload print with print_filename
overload prerr with prerr_filename
fun fprint_filename_base {m:file_mode}
(pf: file_mode_lte (m, w) | out: &FILE m, f: filename_t): void
= "atsopt_filename_fprint_filename_base"
fun print_filename_base (f: filename_t): void
fun prerr_filename_base (f: filename_t): void
fun the_pathlst_pop (): void
fun the_pathlst_push (p: string): void
fun the_prepathlst_push (p: string): void
fun the_filename_get (): filename_t
fun the_filenamelst_pop (): void
fun the_filenamelst_push (f: filename_t): void
abstype location_t fun the_filenamelst_push_xit (loc0: location_t, f: filename_t): void
fun atsopt_filename_prerr (): void = "atsopt_filename_prerr"
fun atsopt_filename_initialize (): void