Searched refs:P1275_WORD (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 81 #define ANSI(tk, t, nm, fnc) FCODE(tk, (ANSI_WORD|P1275_WORD|t), nm, fnc) 82 #define P1275(tk, t, nm, fnc) FCODE(tk, (P1275_WORD|t), nm, fnc)
|
H A D | engine.h | 270 #define P1275_WORD 0x02 macro
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | debug.c | 622 verify = env->table[i].flags & (ANSI_WORD|P1275_WORD); in verify_usage()
|