• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/

Lines Matching defs:arg_no

1870 bool HTMLOnArgument(int macroId, int arg_no, bool start)
1888 if (!start && (arg_no == 1))
1894 if (start && (arg_no == 1)) {
1902 if (!start && (arg_no == 1))
1905 if (start && (arg_no == 2))
1910 if (!start && (arg_no == 2))
1915 if (start && (arg_no == 3))
1917 if (!start && (arg_no == 3))
1923 if (start && (arg_no == 1))
1925 if (!start && (arg_no == 1))
1928 if (start && (arg_no == 2))
1933 if (!start && (arg_no == 2))
1937 if (!start && (arg_no == 3))
1943 if (!start && (arg_no == 1))
1946 if (start && (arg_no == 2))
1948 if (!start && (arg_no == 2))
1951 if (start && (arg_no == 2))
1954 if (start && (arg_no == 3))
1956 if (!start && (arg_no == 3))
1965 if( arg_no == 1) {
1976 if (start && (arg_no == 2))
1980 if (!start && (arg_no == 2))
1988 if (!start && (arg_no == 1))
1991 if (start && (arg_no == 2))
2022 else if ((GetNoArgs() - arg_no) == 1)
2028 else if ((GetNoArgs() - arg_no) == 0) // Arg = 2, or 3 if first is optional
2057 if ((GetNoArgs() - arg_no) == 1)
2063 else if ((GetNoArgs() - arg_no) == 0) // Arg = 2, or 3 if first is optional
2129 if (arg_no == 2)
2218 if (start && (arg_no == 2))
2251 else if (start && (arg_no == 3))
2287 if ( arg_no == 1 )
2307 if (start && (arg_no == 1))
2309 if (start && (arg_no == 2))
2312 if (arg_no == 1)
2330 if (arg_no == 2)
2353 if (arg_no == 1 && start)
2357 if (arg_no == 2 && !start)
2364 if (arg_no == 1 && start)
2380 if (arg_no == 2 && !start)
2801 if (arg_no == 1)
2811 if (arg_no == 1)
2847 else if (arg_no == 2 && !start)
2856 if (start && (arg_no == 1))
2895 if (!start && (arg_no == 2))
2920 switch (arg_no)
2948 if (arg_no == 2) TexOutput(_T("</FONT>"));
2962 switch (arg_no)
3015 if (arg_no == 2)
3023 return DefaultOnArgument(macroId, arg_no, start);