Home
last modified time | relevance | path

Searched refs:ST_FUNCT (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dsymtype.h73 ,ST_FUNCT enumerator
H A Derror.c320 case ST_FUNCT: in type_to_str()
H A Dscan.c621 stp->type = ST_FUNCT; in yylex()
662 case ST_FUNCT: in yylex()
H A Dhash.c297 case ST_FUNCT: in free_hashnode()
H A Dparse.y1005 $2->type = ST_FUNCT ;
H A Dparse.c2699 yystack.l_mark[0].stp->type = ST_FUNCT ; in YYPARSE_DECL()
/dports/lang/awka/awka-0.7.5/awka/
H A Dsymtype.h114 #define ST_FUNCT 6 macro
H A Dscan.c754 stp->type = ST_FUNCT ; in yylex()
795 case ST_FUNCT: in yylex()
H A Derror.c299 case ST_FUNCT : retval = "function" ; break ;
H A Dparse.y1092 $2->type = ST_FUNCT ;
H A Dparse.c2679 yyvsp[0].stp->type = ST_FUNCT ; in yyparse()