Home
last modified time | relevance | path

Searched refs:DEFINER (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dfcode.c905 P1275(0x000, DEFINER, "end0", end0); in _init()
906 P1275(0x010, DEFINER, "b(lit)", blit); in _init()
907 P1275(0x011, DEFINER, "b(')", btick); in _init()
908 P1275(0x012, DEFINER, "b(\")", bquote); in _init()
909 P1275(0x013, DEFINER, "bbranch", bbranch); in _init()
910 P1275(0x014, DEFINER, "b?branch", bqbranch); in _init()
911 P1275(0x015, DEFINER, "b(loop)", bloop); in _init()
912 P1275(0x016, DEFINER, "b(+loop)", bplusloop); in _init()
913 P1275(0x017, DEFINER, "b(do)", bdo); in _init()
914 P1275(0x018, DEFINER, "b(?do)", bqdo); in _init()
[all …]
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dengine.h275 #define DEFINER (FLAG_NONAME|IMMEDIATE) macro