Home
last modified time | relevance | path

Searched defs:Tag_s (Results 1 – 14 of 14) sorted by relevance

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/html/
H A Dhtml2rtf.h65 typedef struct Tag_s struct
67 const char* name; /* html tag name */
68 Call_f start; /* tag start */
69 Call_f end; /* optional tag end */
70 void* data; /* optional data */
71 unsigned long flags; /* TAG_* flags */
H A Dtroff2html.h70 typedef struct Tag_s struct
72 char* name; /* mm tag name */
73 Call_f call; /* tag implementation */
74 unsigned long flags; /* TAG_* flags */
75 char* body; /* macro body */
76 char* file; /* definition file */
77 int line; /* definition line */
78 int size; /* body size (0 if static) */
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/html/
H A Dhtml2rtf.h65 typedef struct Tag_s struct
67 const char* name; /* html tag name */
68 Call_f start; /* tag start */
69 Call_f end; /* optional tag end */
70 void* data; /* optional data */
71 unsigned long flags; /* TAG_* flags */
H A Dtroff2html.h70 typedef struct Tag_s struct
72 char* name; /* mm tag name */
73 Call_f call; /* tag implementation */
74 unsigned long flags; /* TAG_* flags */
75 char* body; /* macro body */
76 char* file; /* definition file */
77 int line; /* definition line */
78 int size; /* body size (0 if static) */
/dports/shells/ksh93/ast-93u/src/cmd/html/
H A Dhtml2rtf.h65 typedef struct Tag_s struct
67 const char* name; /* html tag name */
68 Call_f start; /* tag start */
69 Call_f end; /* optional tag end */
70 void* data; /* optional data */
71 unsigned long flags; /* TAG_* flags */
H A Dtroff2html.h70 typedef struct Tag_s struct
72 char* name; /* mm tag name */
73 Call_f call; /* tag implementation */
74 unsigned long flags; /* TAG_* flags */
75 char* body; /* macro body */
76 char* file; /* definition file */
77 int line; /* definition line */
78 int size; /* body size (0 if static) */
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/Vcmisc/
H A Dvcxml.c63 typedef struct Tag_s struct
65 Dtlink_t link;
66 Dt_t* sub;
67 Index_t index;
68 int len;
69 char name[1];
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/
H A Dtag.h84 struct Tag_s struct
86 const char* id; /* interface id */
87 void* caller; /* caller defined handle */
/dports/shells/ksh93/ast-93u/src/lib/libdss/
H A Dtag.h84 struct Tag_s struct
86 const char* id; /* interface id */
87 void* caller; /* caller defined handle */
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdss/
H A Dtag.h84 struct Tag_s struct
86 const char* id; /* interface id */
87 void* caller; /* caller defined handle */
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/misc/
H A Doptget.c139 typedef struct Tag_s struct
141 unsigned char level; /* indent level */
142 unsigned char id; /* TAG_* id */
/dports/shells/ksh93/ast-93u/src/lib/libast/misc/
H A Doptget.c139 typedef struct Tag_s struct
141 unsigned char level; /* indent level */
142 unsigned char id; /* TAG_* id */
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/misc/
H A Doptget.c150 typedef struct Tag_s { struct
151 unsigned char level; /* indent level */
152 unsigned char id; /* TAG_* id */
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/misc/
H A Doptget.c139 typedef struct Tag_s struct
141 unsigned char level; /* indent level */
142 unsigned char id; /* TAG_* id */