Lines Matching defs:context
91 #define BUFFER_INIT(context,buffer,size) \ argument
99 #define BUFFER_DEL(context,buffer) \ argument
131 #define STRING_INIT(context,string,size) \ argument
140 #define STRING_DEL(context,string) \ argument
144 #define STRING_EXTEND(context,string) \ argument
152 #define CLEAR(context,string) \ argument
156 #define JOIN(context,string_a,string_b) \ argument
422 #define STACK_INIT(context,stack,size) \ argument
430 #define STACK_DEL(context,stack) \ argument
434 #define STACK_EMPTY(context,stack) \ argument
437 #define STACK_LIMIT(context,stack,size) \ argument
443 #define PUSH(context,stack,value) \ argument
452 #define POP(context,stack) \ argument
455 #define QUEUE_INIT(context,queue,size) \ argument
463 #define QUEUE_DEL(context,queue) \ argument
467 #define QUEUE_EMPTY(context,queue) \ argument
470 #define ENQUEUE(context,queue,value) \ argument
479 #define DEQUEUE(context,queue) \ argument
482 #define QUEUE_INSERT(context,queue,index,value) \ argument