Searched refs:elp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dprompt.c87 el_prompt_t *elp; local
92 elp = &el->el_prompt;
94 elp = &el->el_rprompt;
96 if (elp->p_wide)
97 p = (*elp->p_func)(el);
99 p = ct_decode_string((char *)(void *)(*elp->p_func)(el),
103 if (elp->p_ignore == *p) {
113 elp->p_pos.v = el->el_refresh.r_cursor.v;
114 elp->p_pos.h = el->el_refresh.r_cursor.h;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c1030 elist_t *elp, **prev; local
1038 elp = xcalloc(sizeof (*elp));
1039 elp->el_next = NULL;
1040 *prev = elp;
1042 elp->el_name = w;
1043 cp = number(cp, &elp->el_number);
1045 elp->el_name, elp->el_number);
1046 prev = &elp
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.glob.c222 expbrace(Char ***nvp, Char ***elp, int size) argument
227 if (elp != NULL)
228 el = *elp;
286 if (elp != NULL)
287 *elp = el;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-decnet.c833 print_elist(const char *elp _U_, u_int len _U_)

Completed in 178 milliseconds