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

/external/mksh/src/
H A Djobs.c1543 j_lookup(const char *cp, int *ecodep) argument
1563 if (ecodep)
1564 *ecodep = JL_NOSUCH;
1568 if (ecodep)
1569 *ecodep = JL_INVALID;
1600 if (ecodep)
1601 *ecodep = JL_AMBIG;
1617 if (ecodep)
1618 *ecodep = JL_AMBIG;
1627 if (ecodep)
[all...]

Completed in 116 milliseconds