Home
last modified time | relevance | path

Searched refs:AddDirSep (Results 1 – 25 of 120) sorted by relevance

12345

/dports/news/husky-areafix/husky-areafix-1.9.20191207/promknl/
H A Dpmknl.pas339 Cfg^.MasterDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MASTER'));
340 Cfg^.UpdateDir := AddDirSep(Ini.ReadEntry('GENERAL', 'UPDATE'));
341 Cfg^.BadDir := AddDirSep(Ini.ReadEntry('GENERAL', 'BAD'));
342 Cfg^.OutPath := AddDirSep(Ini.ReadEntry('GENERAL', 'OUTPATH'));
343 Cfg^.MailDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MAILDIR'));
598 If (Dir = '') then Dir := AddDirSep(Cfg^.MasterDir)
599 Else Dir := AddDirSep(Dir);
H A Dgeneralp.pas128 Function AddDirSep(s: String255): String255; in AddDirSep() function
554 Function AddDirSep(s: String255): String255; in AddDirSep() function
556 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
557 Else AddDirSep := s;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/promknl/
H A Dpmknl.pas339 Cfg^.MasterDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MASTER'));
340 Cfg^.UpdateDir := AddDirSep(Ini.ReadEntry('GENERAL', 'UPDATE'));
341 Cfg^.BadDir := AddDirSep(Ini.ReadEntry('GENERAL', 'BAD'));
342 Cfg^.OutPath := AddDirSep(Ini.ReadEntry('GENERAL', 'OUTPATH'));
343 Cfg^.MailDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MAILDIR'));
598 If (Dir = '') then Dir := AddDirSep(Cfg^.MasterDir)
599 Else Dir := AddDirSep(Dir);
H A Dgeneralp.pas128 Function AddDirSep(s: String255): String255; in AddDirSep() function
554 Function AddDirSep(s: String255): String255; in AddDirSep() function
556 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
557 Else AddDirSep := s;
/dports/news/husky-hpt/husky-hpt-1.9.20191207/promknl/
H A Dpmknl.pas339 Cfg^.MasterDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MASTER'));
340 Cfg^.UpdateDir := AddDirSep(Ini.ReadEntry('GENERAL', 'UPDATE'));
341 Cfg^.BadDir := AddDirSep(Ini.ReadEntry('GENERAL', 'BAD'));
342 Cfg^.OutPath := AddDirSep(Ini.ReadEntry('GENERAL', 'OUTPATH'));
343 Cfg^.MailDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MAILDIR'));
598 If (Dir = '') then Dir := AddDirSep(Cfg^.MasterDir)
599 Else Dir := AddDirSep(Dir);
H A Dgeneralp.pas128 Function AddDirSep(s: String255): String255; in AddDirSep() function
554 Function AddDirSep(s: String255): String255; in AddDirSep() function
556 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
557 Else AddDirSep := s;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/promknl/
H A Dpmknl.pas339 Cfg^.MasterDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MASTER'));
340 Cfg^.UpdateDir := AddDirSep(Ini.ReadEntry('GENERAL', 'UPDATE'));
341 Cfg^.BadDir := AddDirSep(Ini.ReadEntry('GENERAL', 'BAD'));
342 Cfg^.OutPath := AddDirSep(Ini.ReadEntry('GENERAL', 'OUTPATH'));
343 Cfg^.MailDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MAILDIR'));
598 If (Dir = '') then Dir := AddDirSep(Cfg^.MasterDir)
599 Else Dir := AddDirSep(Dir);
H A Dgeneralp.pas128 Function AddDirSep(s: String255): String255; in AddDirSep() function
554 Function AddDirSep(s: String255): String255; in AddDirSep() function
556 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
557 Else AddDirSep := s;
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/promknl/
H A Dpmknl.pas339 Cfg^.MasterDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MASTER'));
340 Cfg^.UpdateDir := AddDirSep(Ini.ReadEntry('GENERAL', 'UPDATE'));
341 Cfg^.BadDir := AddDirSep(Ini.ReadEntry('GENERAL', 'BAD'));
342 Cfg^.OutPath := AddDirSep(Ini.ReadEntry('GENERAL', 'OUTPATH'));
343 Cfg^.MailDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MAILDIR'));
598 If (Dir = '') then Dir := AddDirSep(Cfg^.MasterDir)
599 Else Dir := AddDirSep(Dir);
H A Dgeneralp.pas128 Function AddDirSep(s: String255): String255; in AddDirSep() function
554 Function AddDirSep(s: String255): String255; in AddDirSep() function
556 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
557 Else AddDirSep := s;
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/promknl/
H A Dpmknl.pas339 Cfg^.MasterDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MASTER'));
340 Cfg^.UpdateDir := AddDirSep(Ini.ReadEntry('GENERAL', 'UPDATE'));
341 Cfg^.BadDir := AddDirSep(Ini.ReadEntry('GENERAL', 'BAD'));
342 Cfg^.OutPath := AddDirSep(Ini.ReadEntry('GENERAL', 'OUTPATH'));
343 Cfg^.MailDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MAILDIR'));
598 If (Dir = '') then Dir := AddDirSep(Cfg^.MasterDir)
599 Else Dir := AddDirSep(Dir);
H A Dgeneralp.pas128 Function AddDirSep(s: String255): String255; in AddDirSep() function
554 Function AddDirSep(s: String255): String255; in AddDirSep() function
556 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
557 Else AddDirSep := s;
/dports/news/husky-htick/husky-htick-1.9.20191207/promknl/
H A Dpmknl.pas339 Cfg^.MasterDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MASTER'));
340 Cfg^.UpdateDir := AddDirSep(Ini.ReadEntry('GENERAL', 'UPDATE'));
341 Cfg^.BadDir := AddDirSep(Ini.ReadEntry('GENERAL', 'BAD'));
342 Cfg^.OutPath := AddDirSep(Ini.ReadEntry('GENERAL', 'OUTPATH'));
343 Cfg^.MailDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MAILDIR'));
598 If (Dir = '') then Dir := AddDirSep(Cfg^.MasterDir)
599 Else Dir := AddDirSep(Dir);
H A Dgeneralp.pas128 Function AddDirSep(s: String255): String255; in AddDirSep() function
554 Function AddDirSep(s: String255): String255; in AddDirSep() function
556 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
557 Else AddDirSep := s;
/dports/news/husky/husky-1.9.20191207/promknl/
H A Dpmknl.pas339 Cfg^.MasterDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MASTER'));
340 Cfg^.UpdateDir := AddDirSep(Ini.ReadEntry('GENERAL', 'UPDATE'));
341 Cfg^.BadDir := AddDirSep(Ini.ReadEntry('GENERAL', 'BAD'));
342 Cfg^.OutPath := AddDirSep(Ini.ReadEntry('GENERAL', 'OUTPATH'));
343 Cfg^.MailDir := AddDirSep(Ini.ReadEntry('GENERAL', 'MAILDIR'));
598 If (Dir = '') then Dir := AddDirSep(Cfg^.MasterDir)
599 Else Dir := AddDirSep(Dir);
H A Dgeneralp.pas128 Function AddDirSep(s: String255): String255; in AddDirSep() function
554 Function AddDirSep(s: String255): String255; in AddDirSep() function
556 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
557 Else AddDirSep := s;
/dports/news/husky-areafix/husky-areafix-1.9.20191207/protick/
H A Dgeneralp.pas132 Function AddDirSep(s: String255): String255; in AddDirSep() function
566 Function AddDirSep(s: String255): String255; in AddDirSep() function
568 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
569 Else AddDirSep := s;
/dports/news/husky/husky-1.9.20191207/progate/
H A Dgeneralp.pas132 Function AddDirSep(s: String255): String255; in AddDirSep() function
566 Function AddDirSep(s: String255): String255; in AddDirSep() function
568 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
569 Else AddDirSep := s;
/dports/news/husky-areafix/husky-areafix-1.9.20191207/progate/
H A Dgeneralp.pas132 Function AddDirSep(s: String255): String255; in AddDirSep() function
566 Function AddDirSep(s: String255): String255; in AddDirSep() function
568 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
569 Else AddDirSep := s;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/protick/
H A Dgeneralp.pas132 Function AddDirSep(s: String255): String255; in AddDirSep() function
566 Function AddDirSep(s: String255): String255; in AddDirSep() function
568 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
569 Else AddDirSep := s;
/dports/news/husky-hpt/husky-hpt-1.9.20191207/protick/
H A Dgeneralp.pas132 Function AddDirSep(s: String255): String255; in AddDirSep() function
566 Function AddDirSep(s: String255): String255; in AddDirSep() function
568 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
569 Else AddDirSep := s;
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/progate/
H A Dgeneralp.pas132 Function AddDirSep(s: String255): String255; in AddDirSep() function
566 Function AddDirSep(s: String255): String255; in AddDirSep() function
568 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
569 Else AddDirSep := s;
/dports/news/husky-hpt/husky-hpt-1.9.20191207/progate/
H A Dgeneralp.pas132 Function AddDirSep(s: String255): String255; in AddDirSep() function
566 Function AddDirSep(s: String255): String255; in AddDirSep() function
568 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
569 Else AddDirSep := s;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/progate/
H A Dgeneralp.pas132 Function AddDirSep(s: String255): String255; in AddDirSep() function
566 Function AddDirSep(s: String255): String255; in AddDirSep() function
568 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
569 Else AddDirSep := s;
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/protick/
H A Dgeneralp.pas132 Function AddDirSep(s: String255): String255; in AddDirSep() function
566 Function AddDirSep(s: String255): String255; in AddDirSep() function
568 If (s[Byte(s[0])] <> DirSep) then AddDirSep := s + DirSep
569 Else AddDirSep := s;

12345