Searched defs:lookup_builtin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c50 struct bitab *lookup_builtin(token_t);
871 if ((bip = lookup_builtin((token_t)acf)) != NULL)
1145 lookup_builtin(token_t builtin) function
1168 if ((bip = lookup_builtin(*acf)) == NULL ||
1170 if (bip = lookup_builtin((token_t)acf))
1219 if ((bip = lookup_builtin((token_t)*acf)) == 0) {

Completed in 85 milliseconds