Searched defs:STACK (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/include/
H A Dstack.h33 typedef struct stacktable* STACK; /* stack pointer */ typedef in typeref:struct:stacktable
73 extern STACK stackalloc(int, void*);
74 extern void stackfree(STACK);
75 extern void stackclear(STACK);
76 extern void* stackget(STACK);
77 extern int stackpush(STACK, void*);
78 extern int stackpop(STACK);
79 extern void stacktell(STACK, int, STACKPOS*);
/ast/src/cmd/html/
H A Dtroff2html.c211 #define STACK 0x8000 macro
4856 if (flags & STACK)
4940 tag(op, OP_dl, STACK|ARG_compact, 0, NiL, 0);
5005 tag(op, OP_html, STACK|LINE, 0, NiL, 0);
5006 tag(op, OP_head, STACK|LINE, 0, NiL, 0);
5012 tag(op, OP_title, STACK, 0, NiL, 0);
5033 tag(op, END(OP_title), STACK|LINE, 0, NiL, 0);
5038 tag(op, END(OP_head), STACK|LINE, 0, NiL, 0);
5039 tag(op, OP_body, STACK|LINE, 0, NiL, 0);
5106 tag(op, m, STACK,
[all...]
/ast/src/cmd/mailx/
H A Dmailx.h478 Dt_t* next; /* Next STACK dict */
528 #define STACK (1<<6) macro
669 Dt_t* stacked; /* STACK dict list */

Completed in 27 milliseconds