Home
last modified time | relevance | path

Searched refs:S_IDENT (Results 1 – 25 of 53) sorted by relevance

123

/dports/audio/sfront/sfront-0.99/src/
H A Dtokens.c420 return S_IDENT; in tokenmap()
494 return S_IDENT; in tokenmap()
496 return S_IDENT; in tokenmap()
498 return S_IDENT; in tokenmap()
500 return S_IDENT; in tokenmap()
502 return S_IDENT; in tokenmap()
504 return S_IDENT; in tokenmap()
506 return S_IDENT; in tokenmap()
899 case S_IDENT: in tokenmap()
1426 case S_IDENT: in parsetokenmap()
[all …]
H A Dmp4read.c180 case S_IDENT:
659 case S_IDENT:
906 return make_tnode(dupval(name), S_IDENT);
920 return make_tnode(dupval(name), S_IDENT);
925 return make_tnode(dupval(name), S_IDENT);
968 return make_tnode(dupval(name), S_IDENT);
976 return make_tnode(dupval(name), S_IDENT);
983 return make_tnode(dupval(name), S_IDENT);
1013 bittabletoken)), S_IDENT);
1030 return make_tnode(dupval(name), S_IDENT);
[all …]
H A Doptrate.c148 case S_IDENT: in exproptrate()
183 case S_IDENT: in exproptrate()
478 nptr->down = make_tnode(dupval(name),S_IDENT); in ratefactor()
492 tptr->down = make_tnode(dupval(name),S_IDENT); in ratefactor()
625 case S_IDENT: in idxoptrate()
905 nptr->next = make_tnode(tptr->down->val ,S_IDENT); in tmapfactor()
913 nptr->next = make_tnode(dupval(name),S_IDENT); in tmapfactor()
933 tptr->down = make_tnode(dupval(name),S_IDENT); in tmapfactor()
953 if (tptr->ttype == S_IDENT) in nospeedtraps()
1066 if ((tptr->ttype == S_IDENT)&&(!strcmp(tptr->val,name))) in namecheck()
[all …]
H A Dstparse.c49 if (ident->ttype != S_IDENT) in standardname()
112 if (ident->ttype != S_IDENT) in hasstandardname()
248 if (ident->ttype != S_IDENT) in standardrate()
311 if (ident->ttype != S_IDENT) in standardres()
374 if (ident->ttype != S_IDENT) in standardvartype()
438 if (ident->ttype != S_IDENT) in standardwidth()
832 if (tptr->ttype != S_IDENT) in printstandardname()
H A Dpostparse.c435 if (tptr->ttype == S_IDENT) in globalstatementcheck()
494 if (tptr->ttype == S_IDENT) in globalstatementcheck()
713 if (tptr->ttype == S_IDENT) in seqloopdetect()
715 addvsym(&seqinstrlist,tptr->val,S_IDENT); in seqloopdetect()
1191 if (iptr->ttype == S_IDENT) in outbusinstall()
1322 if (tptr->ttype == S_IDENT) in checktable()
1388 tptr->next = make_tnode(sptr->val, S_IDENT); in futureglobalinit()
1392 tptr->next = make_tnode("empty", S_IDENT); in futureglobalinit()
1586 if ((tptr->ttype == S_IDENT) && (!standardname(tptr)) && in varupdate()
1801 if (tptr->ttype == S_IDENT) in instrbuswrite()
[all …]
H A Doptrefer.c462 ((tptr->down->ttype == S_IDENT) &&
468 case S_IDENT:
764 if ((t_one->ttype != S_IDENT) || ((t_two->ttype != S_LP) &&
920 if ((iptr->down->ttype == S_IDENT) &&
947 if ((s2ptr->tref->assigntot) && (iptr->down->ttype == S_IDENT))
960 if (((iptr->down->ttype == S_IDENT) &&
972 cbrptr = make_tnode("", S_IDENT);
1075 if (tptr->ttype == S_IDENT)
H A Dreadscore.c1727 scorelval->ttype = S_IDENT; in scorelex()
1849 (nsl->next->next->ttype == S_IDENT) && in parsetable()
1850 (nsl->next->next->next->ttype == S_IDENT) && in parsetable()
1887 if (pptr->ttype == S_IDENT) in parsetable()
1969 (nsl->next->next->ttype == S_IDENT) && in parsecontrol()
2013 (nsl->next->ttype == S_IDENT) && in parselcontrol()
2014 (nsl->next->next->next->ttype == S_IDENT) && in parselcontrol()
2064 if ( (nsl->ttype == S_IDENT) && in parselinstr()
2068 (nsl->next->next->next->ttype == S_IDENT) && in parselinstr()
2139 (nsl->next->ttype == S_IDENT) && in parseinstr()
[all …]
H A Dsymbols.c57 if (idnode->ttype != S_IDENT)
284 if (idnode->ttype != S_IDENT)
437 if (tptr->ttype == S_IDENT) /* an instrument */
H A Dmp4write.c242 if ((yylval->ttype == S_IDENT) && (!identtoken(yylval))) in bitsaolwrite()
265 case S_IDENT: in bitsaolwrite()
272 bitwrite(S_IDENT, 8); in bitsaolwrite()
281 bitwrite(S_IDENT, 8); in bitsaolwrite()
481 case S_IDENT: in sasltablewrite()
514 if (instr->down->ttype == S_IDENT) /* has label */ in saslinstrwrite()
571 if (control->down->next->ttype == S_IDENT) /* has label */ in saslcontrolwrite()
H A Dlex.c882 yylval->ttype = lexttl = S_IDENT;
990 if (addvsym(&mpegtokens, buf, S_IDENT) == INSTALLED)
993 yylval->ttype = lexttl = S_IDENT;
H A Dblocktree.c807 lptr = make_tnode(origval,S_IDENT);
811 lptr->next = make_tnode(currinstrument->val,S_IDENT);
1098 if ((tptr->ttype == S_IDENT) && (tptr->optr) &&
1286 case S_IDENT:
H A Doptmain.c888 sptr->defnode->down->down = make_tnode("IMPORTS", S_IDENT); in dotablepromote()
889 sptr->defnode->down->next = make_tnode("TABLE", S_IDENT); in dotablepromote()
891 S_IDENT); in dotablepromote()
H A Dparsehelp.c176 if (tptr->ttype == S_IDENT) in make_instrpfields()
535 if (t_instrs->ttype == S_IDENT) in make_templatedecl()
546 cptr->down->next = make_tnode(t_instrs->val, S_IDENT); in make_templatedecl()
635 if (tptr->ttype == S_IDENT) in make_templatedecl()
1817 if ((t_one->ttype == S_IDENT) && ( (t_two == NULL) || /* scalar */ in make_expr()
1985 if (t_one->ttype == S_IDENT) /* IDENT LP exprlist RP */ in make_expr()
2341 if ((tptr->ttype == S_IDENT) && (tptr->sptr != NULL) && in exprtableok()
H A Dreadmidi.c825 tptr->next->next = make_tnode("MIDIbend", S_IDENT); in pitchwheel()
852 tptr->next->next = make_tnode("MIDItouch", S_IDENT); in keytouch()
894 tptr->next->next = make_tnode("MIDIctrl", S_IDENT); in controller()
H A Doptconst.c641 ((tptr->down->ttype == S_IDENT) &&
656 case S_IDENT:
1284 if ((t_one->ttype != S_IDENT) || ((t_two->ttype != S_LP) &&
1326 if ((iptr->down->ttype == S_IDENT)
H A Dspecial.c197 if (tptr->down->ttype == S_IDENT) /* ident */ in specialupdate()
H A Dwriteop.c1442 (aptr->down->ttype == S_IDENT) && in callbyrefvars()
1731 if (pptr->ttype == S_IDENT) in printtmapcase()
2121 (aptr->down != NULL) && (aptr->down->ttype == S_IDENT) && in indexed_cbr()
2143 (aptr->down->ttype == S_IDENT) && (aptr->down->next == NULL) && in stname_cbr()
/dports/math/gap/gap-4.11.0/src/
H A Dscanner.h35 S_IDENT = (1UL<< 3), enumerator
185 #define EXPRBEGIN (S_IDENT|S_ISBOUND|S_INT|S_TRUE|S_FALSE|S_TILDE \
189 #define STATBEGIN (S_IDENT|S_UNBIND|S_IF|S_FOR|S_WHILE|S_REPEAT \
H A Dread.c173 if (s->Symbol == S_IDENT) { in ReadFuncCallOption()
175 Match(s, S_IDENT, "identifier", S_COMMA | follow); in ReadFuncCallOption()
522 if (s->Symbol == S_IDENT || s->Symbol == S_INT) { in ReadSelector()
541 if (s->Symbol == S_IDENT || s->Symbol == S_INT) { in ReadSelector()
621 if (s->Symbol != S_IDENT) { in ReadVar()
688 Match(s, S_IDENT, "identifier", follow); in ReadVar()
1021 else if ( s->Symbol == S_IDENT ) { in ReadRecExpr()
1023 Match(s, S_IDENT, "identifier", follow); in ReadRecExpr()
1316 if (s->Symbol == S_IDENT) { in ReadLocals()
1569 if (s->Symbol == S_IDENT) { in ReadAtom()
[all …]
H A Dscanner.c306 return S_IDENT; in GetIdent()
348 return S_IDENT; in GetIdent()
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dclient.h44 S_IDENT, /* probational connection (who is this) */ enumerator
H A Dmaster.c457 (pCLServing->iState == S_IDENT ? apcHelp1 : apcHelp2); in DoNormalRead()
467 } else if (pCLServing->iState == S_IDENT && in DoNormalRead()
476 } else if (pCLServing->iState == S_IDENT && in DoNormalRead()
483 } else if (pCLServing->iState == S_IDENT && in DoNormalRead()
1040 pCL->iState = S_IDENT; in Master()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemantio.c2911 SST_IDP(RHS(1), S_IDENT); in semantio()
2928 SST_IDP(RHS(1), S_IDENT); in semantio()
4488 SST_IDP(stk, S_IDENT); in gen_spec_item_tmp()
4519 SST_IDP(stk, S_IDENT); in chk_var()
4645 if (SST_IDG(stk) == S_IDENT) { in chk_fmtid()
5444 case S_IDENT: in add_iolptrs()
5945 SST_IDP(p->t.stkp, S_IDENT); in gen_dtio_args()
6001 SST_IDP(p->t.stkp, S_IDENT); in gen_dtio_args()
6009 SST_IDP(p->t.stkp, S_IDENT); in gen_dtio_args()
6023 SST_IDP(p->t.stkp, S_IDENT); in gen_dtio_args()
[all …]
H A Dsemant3.c320 if (SST_IDG(RHS(5)) == S_IDENT) { in semant3()
450 if (SST_IDG(RHS(2)) == S_IDENT) { in semant3()
1410 if (SST_IDG(RHS(1)) == S_IDENT) { in semant3()
3570 SST_IDP(&sst, S_IDENT); in semant3()
4569 case S_IDENT: in semant3()
4986 case S_IDENT: in semant3()
5021 case S_IDENT: in semant3()
5029 SST_IDP(RHS(1), S_IDENT); in semant3()
6172 SST_IDP(fcn_sst, S_IDENT); in gen_fcn_sst()
6590 case S_IDENT: in is_associatable_variable_sst()
[all …]
H A Dsemant2.c164 if (SST_IDG(RHS(1)) == S_IDENT || SST_IDG(RHS(1)) == S_DERIVED) { in semant2()
743 else if (SST_IDG(RHS(1)) == S_DERIVED || SST_IDG(RHS(1)) == S_IDENT) in semant2()
807 else if (SST_IDG(RHS(1)) == S_DERIVED || SST_IDG(RHS(1)) == S_IDENT) in semant2()
1031 else if (SST_IDG(sp) == S_DERIVED || SST_IDG(sp) == S_IDENT) in semant2()
1142 SST_IDG(RHS(1)) == S_IDENT && /* simple identifier */ in semant2()
1165 if (SST_IDG(e1) != S_IDENT) { in semant2()
1385 if (SST_IDG(RHS(1)) == S_IDENT || SST_IDG(RHS(1)) == S_DERIVED) in semant2()
2831 SST_IDP(e, S_IDENT); in rewrite_cmplxpart_rval()

123