Searched defs:stackPush (Results 1 – 4 of 4) sorted by relevance
33 int stackPush(void* property, void* dataPtr) in stackPush() function
318 * @brief Callback for stackPush. Push a new element to the top of the stack. in stackPush() function
168 int (*stackPush)(const struct BejStackProperty* const property, member
212 int (*stackPush)(void* p, void* stackContext); member