Home
last modified time | relevance | path

Searched refs:NSUBSHELL (Results 1 – 6 of 6) sorted by relevance

/dragonfly/bin/sh/pregenerated/
H A Dnodes.h10 #define NSUBSHELL 5 macro
H A Dnodes.c162 case NSUBSHELL: in calcsize()
258 case NSUBSHELL: in copynode()
/dragonfly/bin/sh/
H A Dnodetypes73 NSUBSHELL nredir # run command in a subshell
H A Deval.c233 case NSUBSHELL: in evaltree()
H A Djobs.c1421 case NSUBSHELL: in cmdtxt()
H A Dparser.c570 n1->type = NSUBSHELL; in command()