Searched refs:lnp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dstring_table.c202 LenNode *lnp, ln = { 0 }; local
229 if ((lnp = avl_find(stp->st_lentree, &ln, &where)) == NULL) {
230 if ((lnp = calloc(sizeof (LenNode), 1)) == NULL)
232 lnp->ln_strlen = len;
233 avl_insert(stp->st_lentree, lnp, where);
235 if ((lnp->ln_strtree = calloc(sizeof (avl_tree_t), 1)) == NULL)
238 avl_create(lnp->ln_strtree, &avl_str_compare, sizeof (StrNode),
248 if ((snp = avl_find(lnp->ln_strtree, &sn, &where)) == NULL) {
252 avl_insert(lnp->ln_strtree, snp, where);
266 LenNode *lnp, l local
563 LenNode *lnp; local
[all...]
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Dlex.cpp417 int file_input::get_location(char **fnp, int *lnp) argument
420 *lnp = lineno;
469 int top_input::get_location(char **fnp, int *lnp) argument
472 *lnp = lineno;
582 int get_location(char **fnp, int *lnp) argument
585 if (p->get_location(fnp, lnp))
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dlex.cpp124 int file_input::get_location(const char **fnp, int *lnp) argument
127 *lnp = lineno;
242 static int get_location(const char **fnp, int *lnp);
346 int input_stack::get_location(const char **fnp, int *lnp) argument
349 if (p->get_location(fnp, lnp))
1663 int simple_file_input::get_location(const char **fnp, int *lnp) argument
1666 *lnp = lineno;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsource.c1027 int *lnp;
1031 lnp = s->line_charpos;
1033 while (line < s->nlines && *lnp <= chr)
1036 lnp++;
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2520 dt_node_t *lnp; local
2562 for (lnp = yypcb->pcb_list; lnp->dn_link != NULL; lnp = lnp->dn_link)
2565 lnp->dn_link = dnp->dn_provider->pv_nodes;
2573 dt_node_program(dt_node_t *lnp) argument
2576 dnp->dn_list = lnp;
3750 dt_node_t *lnp; local
3826 lnp
[all...]
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c1558 balance(op_t op, tnode_t **lnp, tnode_t **rnp) argument
1567 lt = (*lnp)->tn_type->t_tspec;
1616 ntp = tduptyp((*lnp)->tn_type);
1618 *lnp = convert(op, 0, ntp, *lnp);

Completed in 182 milliseconds