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

/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c861 struct bitab *bip; local
867 if ((bip = lookup_builtin((token_t)acf)) != NULL)
868 return (bip->bi_name);
1161 struct bitab *bip; local
1164 if ((bip = lookup_builtin(*acf)) == NULL ||
1165 bip->bi_type != BI_COLON) {
1166 if (bip = lookup_builtin((token_t)acf))
1167 log_message(MSG_INFO, "%s: builtin\n", bip->bi_name);
1215 if ((bip = lookup_builtin((token_t)*acf)) == 0) {
1222 if (bip
[all...]

Completed in 24 milliseconds