Home
last modified time | relevance | path

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

/dports/editors/fte/fte/src/
H A Dc_config.h54 const char *GetGUICharacters(const char *which, const char *defChars);
H A Dc_config.cpp120 const char *GetGUICharacters(const char *which, const char *defChars) { in GetGUICharacters() argument
128 if ((i = strlen(g->chars)) < strlen(defChars)) { in GetGUICharacters()
129 s = new char [strlen(defChars) + 1]; in GetGUICharacters()
132 strcpy(s + i, defChars + i); in GetGUICharacters()
145 return found ? found->chars : defChars; in GetGUICharacters()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.c81 int defChars; /* flag for whether number of chars is known */ variable
H A Dbayes.h1600 extern int defChars; /* flag for whether number of chara…
H A Dcommand.c3392 if (inDataBlock == YES && (defTaxa == NO || defChars == NO)) in DoDimensions()
3464 defChars = YES; in DoDimensionsParm()
4075 if (defTaxa == NO || defChars == NO) in DoFormatParm()
5274 if (defTaxa == NO || defChars == NO) in DoMatrixParm()
14222defChars = NO; /* flag for whether number of characters is known… in ResetCharacterFlags()