Home
last modified time | relevance | path

Searched refs:ISSTRING (Results 1 – 20 of 20) sorted by relevance

/dports/devel/ncc/ncc-2.8/
H A Dnorm.h68 #define ISSTRING(x) (x >= BASE && x < SYMBASE) macro
H A Dcexpand.C52 if (ISSTRING (token)) in expand()
H A Dparser.C156 if (ISSTRING (t)) gstr: spec [1] = strlen (C_Strings [t - STRINGBASE]) + 1; in complete_size()
157 else if (t == '(' && ISSTRING (CODE [p + 2]) && CODE [p + 3] == ')') { in complete_size()
896 if (ISNUMBER (t) || ISSTRING (t)) { in primary_expression()
1095 if (ISSTRING (s)) { in value_to_expression()
1407 if (ISNUMBER (CODE [p]) || ISSTRING (CODE [p])) in join_expression()
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dcutil.h118 ISSTRING enumerator
H A Dcutil.c2903 if (s->token(*(repfmt[repnum])) != ISSTRING)
2945 if (s->token(*r) == ISSTRING) {
H A Dreadcfg.c1018 return ISSTRING; in SubstToken()
/dports/science/dynare/dynare-4.6.4/preprocessor/src/macro/
H A DParser.hh526 ISSTRING = 316, enumerator
889 …PTY || tok == token::ISBOOLEAN || tok == token::ISREAL || tok == token::ISSTRING || tok == token::… in symbol_type()
895 …PTY || tok == token::ISBOOLEAN || tok == token::ISREAL || tok == token::ISSTRING || tok == token::… in symbol_type()
1823 return symbol_type (token::ISSTRING, std::move (l)); in make_ISSTRING()
1830 return symbol_type (token::ISSTRING, l); in make_ISSTRING()
H A DParser.yy69 %token ISBOOLEAN ISREAL ISSTRING ISTUPLE ISARRAY
360 | ISSTRING LPAREN expr RPAREN
H A DTokenizer.ll150 <expr,eval>isstring { return token::ISSTRING; }
H A DTokenizer.cc1497 { return token::ISSTRING; }
/dports/www/g-cows/g-cows-1.12/src/
H A Dparser.yy56 %token ISINT ISSTRING ISARRAY
350 | ISSTRING '(' expr ')' { $$ = tree->push_node ( new N_isstring ($3) ); }
H A Dscanner.ll257 "isstring" { return ISSTRING; }
H A Dparser.cc141 ISSTRING = 277, enumerator
235 #define ISSTRING 277 macro
H A Dscanner.cc1436 { return ISSTRING; }
/dports/comms/conserver-com/conserver-8.2.4/console/
H A Dreadconf.c535 return ISSTRING; in SubstToken()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dn1ql.vim236 syn keyword n1qlOperator ISSTRING
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dn1ql.vim236 syn keyword n1qlOperator ISSTRING
/dports/www/mimetex/mimetex-20120331.1.74/
H A Dmimetex.h639 #define ISSTRING (11) /* set ascii string mode */ macro
765 { "\\ascii", ISSTRING, 1,NOVALUE, (HANDLER)(rastflags) },
766 { "\\image", ISSTRING, 0,NOVALUE, (HANDLER)(rastflags) },
H A Dmimetex.c8341 case ISSTRING: isstring=value; break; /* set string/image mode */
/dports/math/gnumeric/gnumeric-1.12.50/plugins/lotus-123/
H A DChangeLog910 ISSTRING -> ISTEXT