Searched refs:ecodep (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Djobs.c1640 j_lookup(const char *cp, int *ecodep) argument
1663 if (ecodep)
1664 *ecodep = JL_INVALID;
1696 if (ecodep)
1697 *ecodep = JL_AMBIG;
1713 if (ecodep)
1714 *ecodep = JL_AMBIG;
1724 if (ecodep)
1725 *ecodep = JL_NOSUCH;

Completed in 87 milliseconds