Home
last modified time | relevance | path

Searched defs:asm_tok (Results 1 – 2 of 2) sorted by relevance

/dports/devel/jwasm/JWasm-f0a2fdd/src/H/
H A Dtoken.h67 struct asm_tok { struct
69 enum tok_type token; /* (type of) token */
73 union {
83 char *string_ptr;
84 union {
91 char *tokpos; /* points to item in CurrSource */
/dports/lang/nwcc/nwcc_0.8.3/
H A Dinlineasm.c50 static struct token *asm_tok; variable