Home
last modified time | relevance | path

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

/trueos/cddl/contrib/opensolaris/cmd/sgs/tools/common/
HDstring_table.c202 LenNode *lnp, ln = { 0 }; in st_insert() local
229 if ((lnp = avl_find(stp->st_lentree, &ln, &where)) == NULL) { in st_insert()
230 if ((lnp = calloc(sizeof (LenNode), 1)) == NULL) in st_insert()
232 lnp->ln_strlen = len; in st_insert()
233 avl_insert(stp->st_lentree, lnp, where); in st_insert()
235 if ((lnp->ln_strtree = calloc(sizeof (avl_tree_t), 1)) == NULL) in st_insert()
238 avl_create(lnp->ln_strtree, &avl_str_compare, sizeof (StrNode), in st_insert()
248 if ((snp = avl_find(lnp->ln_strtree, &sn, &where)) == NULL) { in st_insert()
252 avl_insert(lnp->ln_strtree, snp, where); in st_insert()
266 LenNode *lnp, ln = { 0 }; in st_delstring() local
[all …]
/trueos/contrib/groff/src/preproc/eqn/
HDlex.cpp417 int file_input::get_location(char **fnp, int *lnp) in get_location() argument
420 *lnp = lineno; in get_location()
469 int top_input::get_location(char **fnp, int *lnp) in get_location() argument
472 *lnp = lineno; in get_location()
582 int get_location(char **fnp, int *lnp) in get_location() argument
585 if (p->get_location(fnp, lnp)) in get_location()
/trueos/contrib/groff/src/preproc/pic/
HDlex.cpp124 int file_input::get_location(const char **fnp, int *lnp) in get_location() argument
127 *lnp = lineno; in get_location()
242 static int get_location(const char **fnp, int *lnp);
346 int input_stack::get_location(const char **fnp, int *lnp) in get_location() argument
349 if (p->get_location(fnp, lnp)) in get_location()
1663 int simple_file_input::get_location(const char **fnp, int *lnp) in get_location() argument
1666 *lnp = lineno; in get_location()
/trueos/contrib/gdb/gdb/
HDsource.c1023 int *lnp;
1027 lnp = s->line_charpos;
1029 while (line < s->nlines && *lnp <= chr)
1032 lnp++;
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_parser.c2560 dt_node_t *lnp; in dt_node_provider() local
2602 for (lnp = yypcb->pcb_list; lnp->dn_link != NULL; lnp = lnp->dn_link) in dt_node_provider()
2605 lnp->dn_link = dnp->dn_provider->pv_nodes; in dt_node_provider()
2613 dt_node_program(dt_node_t *lnp) in dt_node_program() argument
2616 dnp->dn_list = lnp; in dt_node_program()
3798 dt_node_t *lnp; in dt_cook_op2() local
3874 lnp = dnp->dn_link; in dt_cook_op2()
3876 dnp->dn_link = lnp; in dt_cook_op2()
/trueos/usr.bin/xlint/lint1/
HDtree.c1590 balance(op_t op, tnode_t **lnp, tnode_t **rnp) in balance() argument
1599 lt = (*lnp)->tn_type->t_tspec; in balance()
1648 ntp = tduptyp((*lnp)->tn_type); in balance()
1650 *lnp = convert(op, 0, ntp, *lnp); in balance()