Searched refs:prefix_strip (Results 1 – 2 of 2) sorted by relevance
118 static int prefix_strip; /* --prefix-strip */ variable1384 if (prefix_strip > 0) in show_line()1390 for (s = fname + 1; *s != '\0' && level < prefix_strip; s++) in show_line()3666 prefix_strip = atoi (optarg); in main()3667 if (prefix_strip < 0) in main()
1189 (prefix_strip): Likewise.1194 (show_line): Handle prefix and prefix_strip.