Searched refs:trysuff (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/spell/ |
H A D | spellprog.c | 62 static int trysuff(char *, int); 376 if (trypref(ep, ".", 0)||trysuff(ep, 0)) in main() 405 trysuff(char *ep, int lev) in trysuff() function 443 return (trypref(ep, a, lev)||trysuff(ep, lev)); in strip() 628 if (trypref(ep, d, lev)||trysuff(ep, lev)) in VCe()
|