Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.dol.c420 stderror(ERR_NOTALLOWED, "$?<"); in Dgetdol()
422 stderror(ERR_NOTALLOWED, "$#<"); in Dgetdol()
424 stderror(ERR_NOTALLOWED, "$%<"); in Dgetdol()
511 stderror(ERR_NOTALLOWED, "$#<num>"); in Dgetdol()
541 stderror(ERR_NOTALLOWED, "$?<num>"); in Dgetdol()
543 stderror(ERR_NOTALLOWED, "$%<num>"); in Dgetdol()
H A Dsh.err.c55 #define ERR_NOTALLOWED 1 macro
213 elst[ERR_NOTALLOWED] = CSAVS(1, 2, "%s is not allowed"); in errinit()