Lines Matching +defs:indent +defs:table
83 static int indent;
189 getstrings(const struct stringtable *table, int row, int col,
200 while (table->string != NULL) {
201 if (table->row == row) {
202 if (table->col == -1)
203 *rp = table->string;
204 else if (table->col == col)
205 *cp = table->string;
206 } else if (table->row > row)
209 ++table;
263 printf("%*s %s(0x%02x), %s(0x%02x), proto %u\n", indent, "",
270 printf("%*s %s\n", indent, "",
284 printf("%*sport %d %s\n", indent + 1, "",
294 indent++;
295 printf("%*s", indent, "");
302 indent--;
323 indent = 0;