Searched refs:stack (Results 1 – 3 of 3) sorted by relevance
32 void *stack; in lib_initjmp() local41 stack = malloc(stack_sz); in lib_initjmp()42 ut_assertnonnull(stack); in lib_initjmp()55 ret = initjmp(buf, entrypoint, stack, stack_sz); in lib_initjmp()69 free(stack); in lib_initjmp()
34 stack = [] # holds where we were up to at the previous indent level46 if indent > len(stack):47 stack.append(prev)49 elif indent < len(stack):50 prev = stack.pop()55 print('indent', cur >= prev, indent, prev, cur, stack)
277 frame = inspect.stack()[1]
Completed in 4 milliseconds