Home
last modified time | relevance | path

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

/xv6-public/
H A Dsh.c20 struct execcmd { struct
62 struct execcmd *ecmd; in runcmd()
75 ecmd = (struct execcmd*)cmd; in runcmd()
196 execcmd(void) in execcmd() function
198 struct execcmd *cmd; in execcmd()
420 struct execcmd *cmd; in parseexec()
426 ret = execcmd(); in parseexec()
427 cmd = (struct execcmd*)ret; in parseexec()
454 struct execcmd *ecmd; in nulterminate()
464 ecmd = (struct execcmd*)cmd; in nulterminate()