Searched defs:xcmd (Results 1 – 8 of 8) sorted by relevance
54 struct xcmd { struct55 const char *keyword; /* command key word */56 void (*handler) (struct parse *, FILE *); /* command handler */57 u_char arg[MAXARGS]; /* descriptors for arguments */58 const char *desc[MAXARGS]; /* descriptions for arguments */59 const char *comment;
1171 struct xcmd *xcmd; in docmd() local
93 struct xcmd { global() struct 94 keywordxcmd global() argument 95 handlerxcmd global() argument 96 argxcmd global() argument 97 descxcmd global() argument 98 commentxcmd global() argument
1643 struct xcmd *xcmd; docmd() local [all...]
919 char *xcmd; /* The expanded command */ in JobWriteCommand() local1090 char *xcmd = Var_Subst(cmd, job->node, VARE_EVAL); in DebugFailedJob() local
376 FStr xcmd = FStr_InitRefer(ucmd); in printCMD() local
660 u_long xcmd; in dsp_ioctl() local
3513 struct ib_uverbs_create_xsrq xcmd; in ib_uverbs_create_srq() local