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

  /src/sys/lib/libsa/
disklabel.c 51 const struct disklabel *dlp, *elp; local in function:getdisklabel
54 elp = (const void *)(buf + DEV_BSIZE - sizeof(*dlp));
55 for (dlp = (const void *)buf; dlp <= elp;
  /src/lib/libedit/
prompt.c 85 el_prompt_t *elp; local in function:prompt_print
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...]

Completed in 118 milliseconds