command.h File Reference

Go to the source code of this file.

Data Structures

struct  _cmd

Defines

#define cmd_next(c)   ((c)->next)

Typedefs

typedef _cmd CMD

Functions

CMDcmd_new (RULE *rule, LIST *targets, LIST *sources, LIST *shell, int maxline)
void cmd_free (CMD *cmd)


Define Documentation

#define cmd_next (  )     ((c)->next)


Typedef Documentation

typedef struct _cmd CMD


Function Documentation

void cmd_free ( CMD cmd  ) 

free a CMD

CMD* cmd_new ( RULE rule,
LIST targets,
LIST sources,
LIST shell,
int  maxline 
)

return a new CMD or 0 if too many args


Generated on Thu Aug 17 15:54:32 2006 for MaJam by  doxygen 1.4.7