Home
last modified time | relevance | path

Searched refs:ERR_JOBPAT (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/tcsh/
Dsh.err.c116 #define ERR_JOBPAT 60 macro
275 elst[ERR_JOBPAT] = CSAVS(1, 61, "No job matches pattern"); in errinit()
Dsh.proc.c1716 stderror(ERR_NAME | (cp[1] == '?' ? ERR_JOBPAT : ERR_NOSUCHJOB)); in pfind()