aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/exec.c
blob: 2879678bd369f34dc2b16606a107f98503a6f3d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "rc.h"

void
Xerror(char *s)
{

}

void
Xmark(void)
{
    pushlist();
}

void
Xword(void)
{
    pushword(shell->ip++->s);
}