Home
last modified time | relevance | path

Searched refs:lcible (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);
754 int compch(char *cible, int lcible, char **posmot, int nbrmots) in compch() argument
768 pos=cible+lcible-1; in compch()
770 lcible= (int)(pos-cible+1); in compch()
771 memcpy(vcible,cible,lcible); in compch()
772 vcible[lcible]=0; in compch()
796 if( strcmp(vcible+lcible-l,posmot[nbrmots-1]) == 0 ) return 1; in compch()