Home
last modified time | relevance | path

Searched refs:yystr (Results 1 – 25 of 2177) sorted by relevance

12345678910>>...88

/dports/cad/yosys/yosys-yosys-0.12/frontends/rtlil/
H A Drtlil_lexer.l115 if (yystr[i] == 'n')
116 yystr[i] = '\n';
118 yystr[i] = '\t';
119 else if ('0' <= yystr[i] && yystr[i] <= '7') {
120 yystr[i] = yystr[i] - '0';
121 if ('0' <= yystr[i + 1] && yystr[i + 1] <= '7') {
122 yystr[i + 1] = yystr[i] * 8 + yystr[i + 1] - '0';
125 if ('0' <= yystr[i + 1] && yystr[i + 1] <= '7') {
126 yystr[i + 1] = yystr[i] * 8 + yystr[i + 1] - '0';
131 yystr[j++] = yystr[i++];
[all …]
/dports/cad/yosys/yosys-yosys-0.12/frontends/verilog/
H A Dverilog_lexer.l339 while (yystr[i]) {
340 if (yystr[i] == '\\' && yystr[i + 1]) {
354 else if ('0' <= yystr[i] && yystr[i] <= '7') {
355 yystr[i] = yystr[i] - '0';
356 if ('0' <= yystr[i + 1] && yystr[i + 1] <= '7') {
357 yystr[i + 1] = yystr[i] * 8 + yystr[i + 1] - '0';
360 if ('0' <= yystr[i + 1] && yystr[i + 1] <= '7') {
361 yystr[i + 1] = yystr[i] * 8 + yystr[i + 1] - '0';
366 yystr[j++] = yystr[i++];
368 yystr[j] = 0;
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A DIssue_3058.cpp39 static YYSIZE_T yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
41 if (*yystr == '"') in yytnamerr()
57 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D10027-Issue_3058.cpp49 static YYSIZE_T yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
51 if (*yystr == '"') in yytnamerr()
71 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Ditbl-parse.c945 yystrlen (const char *yystr) in yystrlen() argument
947 yystrlen (yystr) in yystrlen()
948 const char *yystr; in yystrlen()
951 const char *yys = yystr;
956 return yys - yystr - 1;
996 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
998 if (*yystr == '"') in yytnamerr()
1001 char const *yyp = yystr; in yytnamerr()
1029 return yystrlen (yystr); in yytnamerr()
1031 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Darparse.c751 yystrlen (const char *yystr) in yystrlen() argument
753 yystrlen (yystr) in yystrlen()
754 const char *yystr; in yystrlen()
757 const char *yys = yystr;
762 return yys - yystr - 1;
802 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
804 if (*yystr == '"') in yytnamerr()
807 char const *yyp = yystr; in yytnamerr()
835 return yystrlen (yystr); in yytnamerr()
837 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
H A Dsysinfo.c691 yystrlen (const char *yystr) in yystrlen() argument
693 yystrlen (yystr) in yystrlen()
694 const char *yystr; in yystrlen()
697 const char *yys = yystr;
702 return yys - yystr - 1;
742 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
744 if (*yystr == '"') in yytnamerr()
747 char const *yyp = yystr; in yytnamerr()
775 return yystrlen (yystr); in yytnamerr()
777 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
H A Ddefparse.c810 yystrlen (const char *yystr) in yystrlen() argument
812 yystrlen (yystr) in yystrlen()
813 const char *yystr; in yystrlen()
816 const char *yys = yystr;
821 return yys - yystr - 1;
861 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
863 if (*yystr == '"') in yytnamerr()
866 char const *yyp = yystr; in yytnamerr()
894 return yystrlen (yystr); in yytnamerr()
896 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/devel/ossp-l2/l2-0.9.13/
H A Dl2_spec_parse.c748 yystrlen (const char *yystr) in yystrlen() argument
750 yystrlen (yystr) in yystrlen()
751 const char *yystr; in yystrlen()
754 const char *yys = yystr;
759 return yys - yystr - 1;
799 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
801 if (*yystr == '"') in yytnamerr()
804 char const *yyp = yystr; in yytnamerr()
832 return yystrlen (yystr); in yytnamerr()
834 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_spec_parse.c748 yystrlen (const char *yystr) in yystrlen() argument
750 yystrlen (yystr) in yystrlen()
751 const char *yystr; in yystrlen()
754 const char *yys = yystr;
759 return yys - yystr - 1;
799 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
801 if (*yystr == '"') in yytnamerr()
804 char const *yyp = yystr; in yytnamerr()
832 return yystrlen (yystr); in yytnamerr()
834 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/sdl/
H A Dexpr.cpp811 yystrlen (const char *yystr) in yystrlen() argument
814 yystrlen (yystr) in yystrlen()
815 const char *yystr; in yystrlen()
819 for (yylen = 0; yystr[yylen]; yylen++)
863 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
865 if (*yystr == '"') in yytnamerr()
868 char const *yyp = yystr; in yytnamerr()
896 return yystrlen (yystr); in yytnamerr()
898 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/devel/ice37/ice-3.7.2/cpp/src/IceStorm/
H A DGrammar.cpp869 yystrlen (const char *yystr) in yystrlen() argument
872 yystrlen (yystr) in yystrlen()
873 const char *yystr; in yystrlen()
877 for (yylen = 0; yystr[yylen]; yylen++)
921 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
923 if (*yystr == '"') in yytnamerr()
926 char const *yyp = yystr; in yytnamerr()
954 return yystrlen (yystr); in yytnamerr()
956 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Darparse.c896 yystrlen (const char *yystr) in yystrlen() argument
899 yystrlen (yystr) in yystrlen()
900 const char *yystr; in yystrlen()
904 for (yylen = 0; yystr[yylen]; yylen++)
948 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
950 if (*yystr == '"') in yytnamerr()
953 char const *yyp = yystr; in yytnamerr()
981 return yystrlen (yystr); in yytnamerr()
983 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/games/corsix-th/CorsixTH-0.65.1/SpriteEncoder/
H A Dparser.cpp845 yystrlen (const char *yystr) in yystrlen() argument
848 yystrlen (yystr) in yystrlen()
849 const char *yystr; in yystrlen()
853 for (yylen = 0; yystr[yylen]; yylen++)
897 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
899 if (*yystr == '"') in yytnamerr()
902 char const *yyp = yystr; in yytnamerr()
930 return yystrlen (yystr); in yytnamerr()
932 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/graphics/Coin/coin-Coin-4.0.0/src/scxml/
H A Deval-minimum-tab.cpp845 yystrlen (const char *yystr) in yystrlen() argument
848 yystrlen (yystr) in yystrlen()
849 const char *yystr; in yystrlen()
853 for (yylen = 0; yystr[yylen]; yylen++)
897 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
899 if (*yystr == '"') in yytnamerr()
902 char const *yyp = yystr; in yytnamerr()
930 return yystrlen (yystr); in yytnamerr()
932 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Darparse.c896 yystrlen (const char *yystr) in yystrlen() argument
899 yystrlen (yystr) in yystrlen()
900 const char *yystr; in yystrlen()
904 for (yylen = 0; yystr[yylen]; yylen++)
948 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
950 if (*yystr == '"') in yytnamerr()
953 char const *yyp = yystr; in yytnamerr()
981 return yystrlen (yystr); in yytnamerr()
983 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/devel/libmatheval/libmatheval-1.1.11/lib/
H A Dparser.c860 yystrlen (const char *yystr) in yystrlen() argument
863 yystrlen (yystr) in yystrlen()
864 const char *yystr; in yystrlen()
868 for (yylen = 0; yystr[yylen]; yylen++)
912 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
914 if (*yystr == '"') in yytnamerr()
917 char const *yyp = yystr; in yytnamerr()
945 return yystrlen (yystr); in yytnamerr()
947 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dgenbc-impl.c841 yystrlen (const char *yystr) in yystrlen() argument
844 yystrlen (yystr) in yystrlen()
845 const char *yystr; in yystrlen()
849 for (yylen = 0; yystr[yylen]; yylen++)
893 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
895 if (*yystr == '"') in yytnamerr()
898 char const *yyp = yystr; in yytnamerr()
926 return yystrlen (yystr); in yytnamerr()
928 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/games/warzone2100/warzone2100/lib/framework/
H A Dresource_parser.cpp824 yystrlen (const char *yystr) in yystrlen() argument
827 yystrlen (yystr) in yystrlen()
828 const char *yystr; in yystrlen()
832 for (yylen = 0; yystr[yylen]; yylen++)
876 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
878 if (*yystr == '"') in yytnamerr()
881 char const *yyp = yystr; in yytnamerr()
909 return yystrlen (yystr); in yytnamerr()
911 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
H A Dstrres_parser.cpp816 yystrlen (const char *yystr) in yystrlen() argument
819 yystrlen (yystr) in yystrlen()
820 const char *yystr; in yystrlen()
824 for (yylen = 0; yystr[yylen]; yylen++)
868 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
870 if (*yystr == '"') in yytnamerr()
873 char const *yyp = yystr; in yytnamerr()
901 return yystrlen (yystr); in yytnamerr()
903 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceStorm/
H A DGrammar.cpp869 yystrlen (const char *yystr) in yystrlen() argument
872 yystrlen (yystr) in yystrlen()
873 const char *yystr; in yystrlen()
877 for (yylen = 0; yystr[yylen]; yylen++)
921 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
923 if (*yystr == '"') in yytnamerr()
926 char const *yyp = yystr; in yytnamerr()
954 return yystrlen (yystr); in yytnamerr()
956 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/interpreter/
H A Dsurfparse.cpp822 yystrlen (const char *yystr) in yystrlen() argument
825 yystrlen (yystr) in yystrlen()
826 const char *yystr; in yystrlen()
830 for (yylen = 0; yystr[yylen]; yylen++)
874 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
876 if (*yystr == '"') in yytnamerr()
879 char const *yyp = yystr; in yytnamerr()
907 return yystrlen (yystr); in yytnamerr()
909 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/www/srg/srg-1.3.6/libconfig/
H A Dconfig.parser.c822 yystrlen (const char *yystr) in yystrlen() argument
825 yystrlen (yystr) in yystrlen()
826 const char *yystr; in yystrlen()
830 for (yylen = 0; yystr[yylen]; yylen++)
874 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
876 if (*yystr == '"') in yytnamerr()
879 char const *yyp = yystr; in yytnamerr()
907 return yystrlen (yystr); in yytnamerr()
909 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceStorm/
H A DGrammar.cpp869 yystrlen (const char *yystr) in yystrlen() argument
872 yystrlen (yystr) in yystrlen()
873 const char *yystr; in yystrlen()
877 for (yylen = 0; yystr[yylen]; yylen++)
921 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
923 if (*yystr == '"') in yytnamerr()
926 char const *yyp = yystr; in yytnamerr()
954 return yystrlen (yystr); in yytnamerr()
956 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vcf-loader/
H A Dvcf-grammar.c831 yystrlen (const char *yystr) in yystrlen() argument
834 yystrlen (yystr) in yystrlen()
835 const char *yystr; in yystrlen()
839 for (yylen = 0; yystr[yylen]; yylen++)
883 yytnamerr (char *yyres, const char *yystr) in yytnamerr() argument
885 if (*yystr == '"') in yytnamerr()
888 char const *yyp = yystr; in yytnamerr()
916 return yystrlen (yystr); in yytnamerr()
918 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()

12345678910>>...88