Searched refs:ctn (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.bin/localedef/
H A Dctype.c107 add_ctype_impl(ctype_node_t *ctn) argument
111 ctn->ctype |= (_ISUPPER | _ISALPHA | _ISGRAPH | _ISPRINT);
114 ctn->ctype |= (_ISLOWER | _ISALPHA | _ISGRAPH | _ISPRINT);
117 ctn->ctype |= (_ISALPHA | _ISGRAPH | _ISPRINT);
120 ctn->ctype |= (_ISDIGIT | _ISGRAPH | _ISPRINT | _ISXDIGIT | _E4);
123 ctn->ctype |= _ISSPACE;
126 ctn->ctype |= _ISCNTRL;
129 ctn->ctype |= (_ISGRAPH | _ISPRINT);
132 ctn->ctype |= _ISPRINT;
135 ctn
173 ctype_node_t *ctn; local
191 ctype_node_t *ctn; local
204 ctype_node_t *ctn; local
234 ctype_node_t *ctn; local
268 ctype_node_t *ctn; local
294 ctype_node_t *ctn, *last_ct, *last_lo, *last_up; local
[all...]
/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dtree.c2341 tnode_t *ntn, *ctn; local
2366 ctn = getinode(LONG, rn->tn_sym->s_value.v_quad / CHAR_BIT);
2368 ctn = getinode(INT, rn->tn_sym->s_value.v_quad / CHAR_BIT);
2371 ntn = mktnode(PLUS, tincref(rn->tn_type, PTR), ln, ctn);
2442 tnode_t *ntn, *ctn; local
2457 ctn = plength(ln->tn_type);
2458 if (rn->tn_type->t_tspec != ctn->tn_type->t_tspec)
2459 rn = convert(NOOP, 0, ctn->tn_type, rn);
2460 rn = mktnode(MULT, rn->tn_type, rn, ctn);
2477 ctn
2589 tnode_t *ntn, *ctn; local
[all...]

Completed in 160 milliseconds