Lines Matching refs:nc
362 register struct cmd *c, *prev, *nc; local394 nc = ALLOC(cmd);395 if (nc == NULL)397 nc->c_type = ARROW;398 nc->c_name = h->n_name;399 nc->c_label = label;400 nc->c_files = files;401 nc->c_cmds = subcmds;402 nc->c_next = c;404 cmds = nc;406 prev->c_next = nc;409 last_cmd = nc;