Home
last modified time | relevance | path

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

/xv6-public/
H A Dsh.c64 struct pipecmd *pcmd; in runcmd() local
101 pcmd = (struct pipecmd*)cmd; in runcmd()
109 runcmd(pcmd->left); in runcmd()
116 runcmd(pcmd->right); in runcmd()
456 struct pipecmd *pcmd; in nulterminate() local
476 pcmd = (struct pipecmd*)cmd; in nulterminate()
477 nulterminate(pcmd->left); in nulterminate()
478 nulterminate(pcmd->right); in nulterminate()