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

/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c46 struct bitab *lookup_builtin(token_t);
867 if ((bip = lookup_builtin((token_t)acf)) != NULL)
1141 lookup_builtin(token_t builtin) function
1164 if ((bip = lookup_builtin(*acf)) == NULL ||
1166 if (bip = lookup_builtin((token_t)acf))
1215 if ((bip = lookup_builtin((token_t)*acf)) == 0) {

Completed in 30 milliseconds