Home
last modified time | relevance | path

Searched refs:elp (Results 1 – 11 of 11) sorted by relevance

/netbsd/lib/libedit/
H A Dprompt.c85 el_prompt_t *elp; in prompt_print() local
89 elp = &el->el_prompt; in prompt_print()
91 elp = &el->el_rprompt; in prompt_print()
93 if (elp->p_wide) in prompt_print()
94 p = (*elp->p_func)(el); in prompt_print()
96 p = ct_decode_string((char *)(void *)(*elp->p_func)(el), in prompt_print()
100 if (elp->p_ignore == *p) { in prompt_print()
102 while (*p && *p != elp->p_ignore) in prompt_print()
114 elp->p_pos.v = el->el_refresh.r_cursor.v; in prompt_print()
115 elp->p_pos.h = el->el_refresh.r_cursor.h; in prompt_print()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dinit.c1267 entry_free( elp->el_e ); in monitor_back_unregister_entry()
1268 *elpp = elp->el_next; in monitor_back_unregister_entry()
1269 ch_free( elp ); in monitor_back_unregister_entry()
1388 && scope == elp->el_scope in monitor_back_unregister_entry_parent()
1403 entry_free( elp->el_e ); in monitor_back_unregister_entry_parent()
1410 *elpp = elp->el_next; in monitor_back_unregister_entry_parent()
1411 ch_free( elp ); in monitor_back_unregister_entry_parent()
1559 && scope == elp->el_scope in monitor_back_unregister_entry_attrs()
1574 attrs_free( elp->el_a ); in monitor_back_unregister_entry_attrs()
1582 *elpp = elp->el_next; in monitor_back_unregister_entry_attrs()
[all …]
/netbsd/sys/lib/libsa/
H A Ddisklabel.c51 const struct disklabel *dlp, *elp; in getdisklabel() local
54 elp = (const void *)(buf + DEV_BSIZE - sizeof(*dlp)); in getdisklabel()
55 for (dlp = (const void *)buf; dlp <= elp; in getdisklabel()
/netbsd/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dst_parse.c1034 elist_t *elp, **prev; in enumdef() local
1042 elp = xcalloc(sizeof (*elp)); in enumdef()
1043 elp->el_next = NULL; in enumdef()
1044 *prev = elp; in enumdef()
1046 elp->el_name = w; in enumdef()
1047 cp = number(cp, &elp->el_number); in enumdef()
1049 elp->el_name, elp->el_number); in enumdef()
1050 prev = &elp->el_next; in enumdef()
/netbsd/bin/csh/
H A Dglob.c214 expbrace(Char ***nvp, Char ***elp, size_t size) in expbrace() argument
219 if (elp != NULL) in expbrace()
220 ex = *elp; in expbrace()
270 if (elp != NULL) in expbrace()
271 *elp = ex; in expbrace()
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dam335x-bonegreen-wireless.dts114 /* intruces various issues (elp wkaeup timeouts etc.) */
/netbsd/external/bsd/nvi/dist/docs/vi.ref/
H A Dspell.ok158 elp
H A Dvi.texi980 @IP{:cs[cope] h[elp] [command]}
/netbsd/external/bsd/nvi/docs/internals/
H A Dcscope.NOTES61 :cs[cope] h[elp] [command]
/netbsd/external/bsd/elftoolchain/dist/common/
H A Duthash.h151 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle*)(void*)(((char*)(elp)) + ((tbl)->hho))) argument
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-decnet.c838 print_elist(const char *elp _U_, u_int len _U_) in print_elist()