Home
last modified time | relevance | path

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

/NextBSD/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()
/NextBSD/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()
/NextBSD/contrib/gdb/gdb/
HDsource.c1023 int *lnp;
1027 lnp = s->line_charpos;
1029 while (line < s->nlines && *lnp <= chr)
1032 lnp++;
/NextBSD/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()
/NextBSD/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()