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

/external/mksh/src/
H A Djobs.c1681 j_lookup(const char *cp, int *ecodep) argument
1704 if (ecodep)
1705 *ecodep = JL_INVALID;
1737 if (ecodep)
1738 *ecodep = JL_AMBIG;
1754 if (ecodep)
1755 *ecodep = JL_AMBIG;
1765 if (ecodep)
1766 *ecodep = JL_NOSUCH;

Completed in 134 milliseconds