Home
last modified time | relevance | path

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

/dports/biology/seaview/seaview/csrc/
H A Dmisc_acnuc.c33 int compch(char *cible, int lcible, char **posmot, int nbrmots);
728 int nbrmots; in prepch() local
732 nbrmots= -1; in prepch()
740 posmot[++nbrmots]=NULL; in prepch()
745 posmot[++nbrmots]=pos; in prepch()
750 return nbrmots+1; in prepch()
774 if(posmot[nbrmots-1]==NULL) in compch()
775 total=nbrmots-1; in compch()
777 total=nbrmots-2; in compch()
795 l= (int)strlen(posmot[nbrmots-1]); in compch()
[all …]