HomeSort by: relevance | last modified time | path
    Searched defs:stack_empty (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/dc/
stack.c 28 static __inline bool stack_empty(const struct stack *);
46 stack_empty(const struct stack *stack) function in typeref:typename:bool
204 if (stack_empty(stack))
212 if (stack_empty(stack))
226 if (stack_empty(stack))
stack.c 28 static __inline bool stack_empty(const struct stack *);
46 stack_empty(const struct stack *stack) function in typeref:typename:bool
204 if (stack_empty(stack))
212 if (stack_empty(stack))
226 if (stack_empty(stack))

Completed in 27 milliseconds