Home
last modified time | relevance | path

Searched refs:currentcontext (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/bin/sh/
Derror.c73 const char * volatile currentcontext; variable
147 if (currentcontext != NULL) in exvwarning()
148 outfmt(&errout, "%s: ", currentcontext); in exvwarning()
Derror.h65 extern const char * volatile currentcontext;
Deval.c1241 savectx = currentcontext; in evalcommand()
1260 currentcontext = savectx; in evalcommand()
1272 currentcontext = argv[0]; in evalcommand()
1294 currentcontext = savectx; in evalcommand()