Searched refs:ACTIONS (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/jam/
H A Drules.h16 * RULE - a generic jam rule, the product of RULE and ACTIONS
17 * ACTIONS - a chain of ACTIONs
19 * SETTINGS - variables to set when executing a TARGET's ACTIONS
47 typedef struct _actions ACTIONS; typedef in typeref:struct:_actions
50 /* RULE - a generic jam rule, the product of RULE and ACTIONS */
55 const char *actions; /* command string from ACTIONS */
58 int flags; /* modifiers on ACTIONS */
76 /* ACTIONS - a chain of ACTIONs */
79 ACTIONS *next;
80 ACTIONS *tai
[all...]
H A Drules.c220 ACTIONS *
222 ACTIONS *chain,
225 ACTIONS *actions = (ACTIONS *)malloc( sizeof( ACTIONS ) );
H A Dmake1.c27 * make1cmds() - turn ACTIONS into CMDs, grouping, splitting, etc
70 static CMD *make1cmds( ACTIONS *a0 );
311 ACTIONS *actions;
407 * make1cmds() - turn ACTIONS into CMDs, grouping, splitting, etc
417 make1cmds( ACTIONS *a0 )
431 ACTIONS *a1;

Completed in 21 milliseconds