Find an item with a specified name contained in a structure associated with a
specified identifier and return the located item NBS_FIND_ITEM
’
s ID
’
t assume that they are in any particular order).
The searching is performed using a binary search. This means that it takes roughly the same time to find all the items — best case performance is degraded but worst case performance is substantially improved.
NBS__NILID | NIL ID |
NBS__PRIMITIVE | Parent is primitive |
NBS__ITEMNOTFOUND | No item of this name exists |