1 | int AddString (char ***list, int len, char *token); |
---|
2 | SafeLong Expecting (int y); |
---|
3 | int CheckString (char **list, int len, char *token, int *matchIndex); |
---|
4 | int CheckStringValidity (char *s); |
---|
5 | int DoExecute (void); |
---|
6 | int FreeMatrix (void); |
---|
7 | int GetToken (char *token, int *tokenType, char **sourceH); |
---|
8 | int FindValidCommand (char *tk, int *numMatches); |
---|
9 | int IsArgValid (char *s, char *validArg); |
---|
10 | int IsIn (char ch, char *s); |
---|
11 | int IsSame (char *s1, char *s2); |
---|
12 | int IsWhite (char c); |
---|
13 | int ParseCommand (char *s); |
---|
14 | void ResetCharacterFlags(void); |
---|
15 | void ResetTaxaFlags(void); |
---|
16 | int RootUserTree (TreeNode *p); |
---|
17 | void SetUpParms (void); |
---|
18 | void ShowNodes (TreeNode *p, int indent, int isThisTreeRooted); |
---|
19 | int ShowTree (Tree *t); |
---|
20 | void State_CODON (char *state, int code, int division); |
---|
21 | void State_DOUBLET (char *state, int code); |
---|
22 | int StateCode_AA (int n); |
---|
23 | int StateCode_NUC4 (int n); |
---|
24 | int StateCode_Std (int n); |
---|
25 | char WhichNuc (int x); |
---|