Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.h236 #define LINETERM_UNIX 0 macro
H A Dsumpt.c1655 if (lineTerm != LINETERM_MAC && lineTerm != LINETERM_DOS && lineTerm != LINETERM_UNIX) in ExamineSumpFile()
6646 if (lineTerm != LINETERM_MAC && lineTerm != LINETERM_DOS && lineTerm != LINETERM_UNIX) in ExamineSumtFile()
H A Dutils.c908 term = LINETERM_UNIX; /* default if no line endings are found */ in LineTermType()
914 term = LINETERM_UNIX; in LineTermType()
H A Dcommand.c3597 else if (lineTerm == LINETERM_UNIX) in DoExecute()