Searched defs:doret (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c221 int doret; /* tmp return value of doif */ local
249 if ((doret = doif(cursym, YES,
251 return (error(doret, stline, depth));
256 if ((doret = doif(-1, YES,
258 return (error(doret, stline, depth));

Completed in 746 milliseconds