Searched refs:bp (Results 1 – 1 of 1) sorted by relevance
620 const struct builtincmd *bp; variable622 for (bp = builtincmd ; bp->name ; bp++) {623 if (*bp->name == *name && equal(bp->name, name))624 return bp->builtin;633 const struct builtincmd *bp; variable635 for (bp = splbltincmd ; bp->name ; bp++) {636 if (*bp->name == *name && equal(bp->name, name))637 return bp->builtin;652 const struct builtincmd *bp; in hash_special_builtins() local655 for (bp = splbltincmd ; bp->name ; bp++) { in hash_special_builtins()[all …]