Searched refs:trypref (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/spell/ |
H A D | spellprog.c | 61 static int trypref(char *, char *, int); 368 if (trypref(ep, ".", 0)) in main() 376 if (trypref(ep, ".", 0)||trysuff(ep, 0)) in main() 443 return (trypref(ep, a, lev)||trysuff(ep, lev)); in strip() 462 return (trypref(ep, a, lev)); in an() 547 return (trypref(ep, a, lev)); in tion() 628 if (trypref(ep, d, lev)||trysuff(ep, lev)) in VCe() 662 trypref(char *ep, char *a, int lev) in trypref() function
|