Searched defs:STRING (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libdss/
H A Dtag.c82 #define STRING 2 macro
494 if (item == '<' && !(quote & STRING))
632 quote ^= STRING;
/ast/src/lib/libexpr/
H A DOexparse.h38 #define STRING 263 macro
H A DOexparse.c79 #define STRING 263 macro
623 "CHAR","INT","INTEGER","UNSIGNED","FLOATING","STRING","VOID","STATIC","ADDRESS",
707 "expr : STRING '.' ID",
717 "constant : STRING",
1072 exval.expr = (exvsp[-1].expr && exvsp[-1].expr->type == STRING) ? exnewnode(expr.program, S2B, 1, INTEGER, exvsp[-1].expr, NiL) : exvsp[-1].expr;
1093 if (exvsp[-3].expr->type == STRING)
1123 else if (exvsp[-4].expr->type == STRING)
1135 if (exvsp[-2].expr->type == STRING)
1409 exvsp[-2].expr->type = exvsp[0].expr->type = rel ? STRING : INTEGER;
1417 if (exvsp[-2].expr->type == STRING)
[all...]
/ast/src/cmd/html/
H A Dhtml2rtf.c886 #define STRING 2 macro
943 if (item == '<' && !(quote & STRING))
1076 quote ^= STRING;
H A Dtroff2html.c3644 #define STRING 020 macro
3780 switch ((quote & STRING) ? (c = nextchar()) : EOF)
3788 quote ^= STRING;
/ast/src/cmd/std/
H A Ddd.c73 #define STRING 4 macro
221 STRING,
238 STRING,
544 case STRING:

Completed in 31 milliseconds