Lines Matching defs:node
519 struct listnode *node;
520 node = list_head(&act->commands);
521 if (!node || list_empty(&act->commands))
524 return node_to_item(node, struct command, clist);
529 struct listnode *node;
530 node = cmd->clist.next;
531 if (!node)
533 if (node == &act->commands)
536 return node_to_item(node, struct command, clist);