Home
last modified time | relevance | path

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

/system/core/sh/
Dexec.c620 const struct builtincmd *bp; variable
622 for (bp = builtincmd ; bp->name ; bp++) {
623 if (*bp->name == *name && equal(bp->name, name))
624 return bp->builtin;
633 const struct builtincmd *bp; variable
635 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() local
655 for (bp = splbltincmd ; bp->name ; bp++) { in hash_special_builtins()
[all …]