Searched refs:in_table (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-restore.c123 int in_table = 0, testing = 0; local
192 } else if ((strcmp(buffer, "COMMIT\n") == 0) && (in_table)) {
202 in_table = 0;
203 } else if ((buffer[0] == '*') && (!in_table)) {
236 in_table = 1;
238 } else if ((buffer[0] == ':') && (in_table)) {
317 } else if (in_table) {
452 if (in_table) {
H A Diptables-restore.c124 int in_table = 0, testing = 0; local
197 } else if ((strcmp(buffer, "COMMIT\n") == 0) && (in_table)) {
207 in_table = 0;
208 } else if ((buffer[0] == '*') && (!in_table)) {
242 in_table = 1;
244 } else if ((buffer[0] == ':') && (in_table)) {
321 } else if (in_table) {
457 if (in_table) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Dip6tables-restore.c113 int in_table = 0, testing = 0; local
179 } else if ((strcmp(buffer, "COMMIT\n") == 0) && (in_table)) {
187 in_table = 0;
188 } else if ((buffer[0] == '*') && (!in_table)) {
220 in_table = 1;
222 } else if ((buffer[0] == ':') && (in_table)) {
293 } else if (in_table) {
418 if (in_table) {
H A Diptables-restore.c116 int in_table = 0, testing = 0; local
182 } else if ((strcmp(buffer, "COMMIT\n") == 0) && (in_table)) {
190 in_table = 0;
191 } else if ((buffer[0] == '*') && (!in_table)) {
223 in_table = 1;
225 } else if ((buffer[0] == ':') && (in_table)) {
296 } else if (in_table) {
438 if (in_table) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html503 $in_table = 0; # am I inside a table
704 $in_table = $2;
705 unshift(@tables, join($;, $table_type, $in_table));
842 ($table_type, $in_table) = split($;, shift(@tables));
856 ($table_type, $in_table) = split($;, $tables[0]);
858 $in_table = 0;
1047 if ($things_map{$in_table} && !$what) {
1049 push(@lines, &debug("<DT>$things_map{$in_table}\n", __LINE__));
1051 push(@lines, &debug("<DT>\@$in_table\{$what\}\n", __LINE__));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html503 $in_table = 0; # am I inside a table
704 $in_table = $2;
705 unshift(@tables, join($;, $table_type, $in_table));
842 ($table_type, $in_table) = split($;, shift(@tables));
856 ($table_type, $in_table) = split($;, $tables[0]);
858 $in_table = 0;
1047 if ($things_map{$in_table} && !$what) {
1049 push(@lines, &debug("<DT>$things_map{$in_table}\n", __LINE__));
1051 push(@lines, &debug("<DT>\@$in_table\{$what\}\n", __LINE__));

Completed in 105 milliseconds