Home
last modified time | relevance | path

Searched defs:xcmd (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.h56 struct xcmd { struct
57 const char *keyword; /* command key word */
58 void (*handler) (struct parse *, FILE *); /* command handler */
59 u_char arg[MAXARGS]; /* descriptors for arguments */
60 const char *desc[MAXARGS]; /* descriptions for arguments */
61 const char *comment;
/netbsd-src/sys/arch/mac68k/dev/
H A Dncr5380reg.h207 struct scsipi_generic xcmd; /* command to execute */ member
/netbsd-src/sys/arch/atari/dev/
H A Dncr5380reg.h207 struct scsipi_generic xcmd; /* command to execute */ member
/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_print.c214 char *xcmd; in pr_start2() local
/netbsd-src/usr.bin/make/
H A Djob.c896 xcmd = Var_SubstInTarget(ucmd, job->node); in JobWriteCommand() local
1067 char *xcmd = Var_Subst(cmd, job->node, VARE_EVAL); DebugFailedJob() local
[all...]
H A Dmeta.c366 FStr xcmd = FStr_InitRefer(ucmd); in printCMD() local