Home
last modified time | relevance | path

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

/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dbibtex.sl368 define bibtex_no(whatdir, whatstr)
370 vmessage ("There is no %s %s", whatdir, whatstr);
/dports/editors/jed/jed-0.99-19/lib/
H A Dbibtex.sl415 define bibtex_no(whatdir, whatstr)
417 vmessage ("There is no %s %s", whatdir, whatstr);
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dfiles.cc577 bool check_mkdir(const string &whatdir, string *dir, bool silent) in check_mkdir() argument
595 whatdir.c_str(), dir->c_str()); in check_mkdir()
599 whatdir.c_str(), dir->c_str()); in check_mkdir()
/dports/x11/xorg-cf-files/xorg-cf-files-1.0.6/
H A Dsun.cf402 # define CplusplusWhatdir DefaultSunProCplusplusCompilerDir/whatdir
406 # define CplusplusWhatdir whatdir
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuus6.c5596 char * whatdir = chgdestdir; local
5601 whatdir = chgbackupdir;
5619 ckstrncpy(whatdir,s,MAXPATHLEN);
5620 if (!isdir(whatdir)) { /* Double overkill */
5621 printf("?%s is not a directory name\n",whatdir);