Home
last modified time | relevance | path

Searched refs:SP_NULL (Results 1 – 3 of 3) sorted by relevance

/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dtsc.h54 SP_NULL = -1, // head.tsc common scripts enumerator
66 bool JumpScript(int newscriptno, ScriptPages pageno = ScriptPages::SP_NULL);
H A Dtsc.cpp497 if (pageno == ScriptPages::SP_NULL) in JumpScript()
/dports/devel/bmake/bmake/
H A Dparse.c177 SP_NULL, /* .NULL; not mentioned in the manual page */ enumerator
307 { ".NULL", SP_NULL, OP_NONE },
1404 case SP_NULL: in ParseDependencySourceSpecial()
1717 specType == SP_NULL || specType == SP_OBJDIR) { in ParseDependency()