HomeSort by: relevance | last modified time | path
    Searched refs:elp (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/libedit/
prompt.c 85 el_prompt_t *elp; local
89 elp = &el->el_prompt;
91 elp = &el->el_rprompt;
93 if (elp->p_wide)
94 p = (*elp->p_func)(el);
96 p = ct_decode_string((char *)(void *)(*elp->p_func)(el),
100 if (elp->p_ignore == *p) {
102 while (*p && *p != elp->p_ignore)
114 elp->p_pos.v = el->el_refresh.r_cursor.v;
115 elp->p_pos.h = el->el_refresh.r_cursor.h
    [all...]
  /src/sys/lib/libsa/
disklabel.c 51 const struct disklabel *dlp, *elp; local
54 elp = (const void *)(buf + DEV_BSIZE - sizeof(*dlp));
55 for (dlp = (const void *)buf; dlp <= elp;
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
init.c 1232 entry_limbo_t *elp = *elpp; local
1234 if ( elp->el_type == LIMBO_ENTRY
1235 && dn_match( ndn, &elp->el_e->e_nname ) )
1239 for ( cb = elp->el_cb; cb; cb = next ) {
1247 assert( elp->el_e != NULL );
1248 elp->el_e->e_private = NULL;
1249 entry_free( elp->el_e );
1250 *elpp = elp->el_next;
1251 ch_free( elp );
1365 entry_limbo_t *elp = *elpp local
1537 entry_limbo_t *elp = *elpp; local
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
st_parse.c 1034 elist_t *elp, **prev; local
1042 elp = xcalloc(sizeof (*elp));
1043 elp->el_next = NULL;
1044 *prev = elp;
1046 elp->el_name = w;
1047 cp = number(cp, &elp->el_number);
1049 elp->el_name, elp->el_number);
1050 prev = &elp->el_next
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/
ck_errf.pl 61 } elsif ( $arg =~ /-*h(elp)?/ ) {
mkerr.pl 106 } elsif ( $arg =~ /-*h(elp)?/ ) {
  /src/crypto/external/bsd/openssl/dist/util/
ck_errf.pl 61 } elsif ( $arg =~ /-*h(elp)?/ ) {
mkerr.pl 106 } elsif ( $arg =~ /-*h(elp)?/ ) {
  /src/crypto/external/bsd/openssl.old/dist/util/
ck_errf.pl 61 } elsif ( $arg =~ /-*h(elp)?/ ) {
mkerr.pl 103 } elsif ( $arg =~ /-*h(elp)?/ ) {
  /src/bin/csh/
glob.c 214 expbrace(Char ***nvp, Char ***elp, size_t size)
219 if (elp != NULL)
220 ex = *elp;
270 if (elp != NULL)
271 *elp = ex;
  /src/external/bsd/elftoolchain/dist/common/
uthash.h 138 /* calculate the hash handle from element address elp */
139 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle*)(void*)(((char*)(elp)) + ((tbl)->hho)))
  /src/external/bsd/tcpdump/dist/
print-decnet.c 792 print_elist(const u_char *elp _U_, u_int len _U_)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
wingdi.d 2798 EXTLOGPEN32 elp;

Completed in 37 milliseconds