Lines Matching defs:bp
1125 el_bindings_t *bp, *ep;
1130 for (bp = el->el_map.help; bp < ep; bp++)
1131 if (bp->func == map[(unsigned char) *in]) {
1133 "%s\t->\t" FSTR "\n", outbuf, bp->name);
1147 el_bindings_t *bp, *ep;
1165 for (bp = el->el_map.help; bp < ep; bp++) {
1166 if (bp->func == map[first]) {
1171 unparsbuf, bp->name);
1179 unparsbuf, extrabuf, bp->name);
1253 el_bindings_t *bp, *ep;
1296 for (bp = el->el_map.help; bp < ep; bp++)
1299 bp->name, bp->description);