OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCMD
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/dev/mscp/
mscpreg.h
84
#define
NCMD
(1 << NCMDL2)
99
long ca_cmddsc[
NCMD
];/* command descriptors */
119
* NRSP and
NCMD
must be defined before this struct is used.
125
struct mscp mp_cmd[
NCMD
]; /* command packets */
mscpvar.h
217
struct mscp_xi mi_xi[
NCMD
];
mscp_subr.c
222
mi->mi_cmd.mri_size =
NCMD
;
234
for (i = 0; i <
NCMD
; i++) {
484
for (i = 0, mp = ud->mp_cmd; i <
NCMD
; i++, mp++) {
mscp.c
364
if (mp->mscp_cmdref >=
NCMD
) {
/src/sys/arch/vax/boot/boot/
tmscp.c
30
#define
NCMD
0 /* Kludge */
ra.c
30
#define
NCMD
1 /* Kludge */
/src/sys/dev/pckbport/
pckbport.c
69
#define
NCMD
5
70
struct pckbport_devcmd cmds[
NCMD
];
187
for (i = 0; i <
NCMD
; i++)
/src/sys/arch/vax/boot/xxboot/
bootxx.c
59
#define
NCMD
1 /* Kludge */
/src/bin/sh/
eval.c
284
if (n->type !=
NCMD
&& traps_invalid)
374
case
NCMD
:
788
if (n->type ==
NCMD
) {
912
cmd->
ncmd
.args ? cmd->
ncmd
.args->narg.text : ""));
916
line_number = cmd->
ncmd
.lineno;
921
for (argp = cmd->
ncmd
.args ; argp ; argp = argp->narg.next) {
930
expredir(cmd->
ncmd
.redirect);
934
for (argp = cmd->
ncmd
.args ; argp ; argp = argp->narg.next) {
992
for (rn = cmd->
ncmd
.redirect; rn; rn = rn->nfile.next
[
all
...]
parser.c
199
if (n2->type ==
NCMD
|| n2->type == NPIPE)
200
n2->
ncmd
.backgnd = 1;
705
n = stalloc(sizeof(struct
ncmd
));
706
n->type =
NCMD
;
707
n->
ncmd
.lineno = line - elided_nl;
708
n->
ncmd
.backgnd = 0;
709
n->
ncmd
.args = args;
710
n->
ncmd
.redirect = redir;
711
n->
ncmd
.lineno = startlinno;
show.c
345
case
NCMD
:
347
if (n->
ncmd
.backgnd)
553
for (np = cmd->
ncmd
.args ; np ; np = np->narg.next) {
559
shredir(cmd->
ncmd
.redirect, fp, first);
568
shredir(cmd->
ncmd
.redirect, fp, 1);
jobs.c
1979
case
NCMD
:
1980
cmdlist(n->
ncmd
.args, 1);
1981
cmdlist(n->
ncmd
.redirect, 0);
1982
if (!top && n->
ncmd
.backgnd) {
Completed in 20 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025