Home
last modified time | relevance | path

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

/netbsd/bin/csh/
H A Dfunc.c764 stderror(ERR_NAME | ERR_NOTFOUND, "end"); in getword()
767 stderror(ERR_NAME | ERR_NOTFOUND, "endif"); in getword()
771 stderror(ERR_NAME | ERR_NOTFOUND, "label"); in getword()
774 stderror(ERR_NAME | ERR_NOTFOUND, "then/endif"); in getword()
778 stderror(ERR_NAME | ERR_NOTFOUND, "endsw"); in getword()
H A Derr.c101 #define ERR_NOTFOUND 21 macro