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

/freebsd-11-stable/contrib/mdocml/
H A Droff_term.c76 const struct roff_node *nc1, *nc2; local
81 nc1 = n->child->next;
82 while (nc1 != NULL) {
83 nc2 = nc1;
98 while (nc1 != nc2) {
99 if (nc1->type == ROFFT_TEXT)
100 term_word(p, nc1->string);
102 roff_term_pre(p, nc1);
103 nc1 = nc1
[all...]
/freebsd-11-stable/sys/dev/ntb/
H A Dntb.c265 struct ntb_child *nc1; local
267 for (nc1 = *cpp; nc1 != NULL; nc1 = nc1->next) {
268 if (nc1->enabled) {
282 struct ntb_child *nc1; local
287 for (nc1 = *cpp; nc1 != NULL; nc1
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c110 char nc1[MAX_NAME_SIZE + 2]; local
113 n1 = ForceBar(nc1, n1);

Completed in 116 milliseconds