| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | check-MAINTAINERS.py | 66 def check_group(name, lines): argument 85 lines = open(sys.argv[1]).read().splitlines() variable 88 lines = list(dropwhile(lambda x: x.strip() != needle, lines)) variable 89 lines = lines[2:] variable 95 lines = list(dropwhile(lambda x: needle not in x, lines)) variable 96 lines = lines[2:] variable 102 lines = list(dropwhile(lambda x: needle not in x, lines)) variable 103 lines = lines[2:] variable 109 lines = list(dropwhile(lambda x: needle not in x, lines))[1:] variable 110 lines = list(dropwhile(lambda x: not has_tab(x), lines)) variable
|
| D | git-fix-changelog.py | 37 def replace_file_in_changelog(lines, filename, fixed): argument 60 lines = r.stdout.splitlines() variable
|
| D | filter-clang-warnings.py | 71 lines = [line.strip() for line in open(args.log)] variable
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/text/ |
| D | operations_test.cpp | 57 const std::vector< std::string > lines = text::split(expected, '\n'); in refill_test() local 187 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local 195 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local 204 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local 217 std::set< std::string > lines; in ATF_TEST_CASE_BODY() local
|
| D | table.cpp | 220 std::vector< std::string > lines; in format_row() local 412 std::vector< std::string > lines; in format() local
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| D | ui.cpp | 165 const std::vector< std::string > lines = text::refill( in out_wrap() local 191 const std::vector< std::string > lines = text::refill( in out_tag_wrap() local 224 const std::vector< std::string > lines = formatter.format(table); in out_table() local
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ts/ |
| D | ts_rsp_print.c | 73 int i, lines = 0; in TS_STATUS_INFO_print_bio() local 105 int lines = 0; in ts_status_map_print() local
|
| /netbsd/src/usr.bin/shuffle/ |
| D | shuffle.c | 110 char **lines = emalloc(sizeof(char *) * maxlines); in get_lines() local 164 char **lines = NULL; in main() local
|
| /netbsd/src/external/bsd/nvi/dist/cl/ |
| D | cl_read.c | 62 size_t lines, columns; in cl_event() local 308 cl_resize(SCR *sp, size_t lines, size_t columns) in cl_resize()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | checkpoint.c | 22 long lines = 0; variable
|
| /netbsd/src/sys/dev/wscons/ |
| D | wsdisplay_glyphcache.c | 60 glyphcache_init(glyphcache *gc, int first, int lines, int width, in glyphcache_init() 68 glyphcache_init_align(glyphcache *gc, int first, int lines, int width, in glyphcache_init_align() 92 glyphcache_init_x(glyphcache *gc, int x, int y, int lines, int width, in glyphcache_init_x()
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | ite_rh.c | 147 screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up() 165 screen_down (struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
|
| D | ite_rt.c | 146 screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up() 274 screen_down(struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
|
| D | ite_ul.c | 300 static void screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up() 334 static void screen_down(struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | cmd-display-menu.c | 109 u_int line, ox, oy, sx, sy, lines, position; in cmd_display_menu_get_position() local 296 enum box_lines lines = BOX_LINES_DEFAULT; in cmd_display_menu_exec() local 397 enum box_lines lines = BOX_LINES_DEFAULT; in cmd_display_popup_exec() local
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | get_window_size.c | 63 get_window_size(int fd, int *lines, int *columns) in get_window_size()
|
| /netbsd/src/games/rain/ |
| D | rain.c | 63 static long lines; variable
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| D | test_sl.c | 42 } lines[] = { variable
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/cf/ |
| D | symbol-version.py | 78 lines = sys.stdin.readlines() variable
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | source-cache.c | 107 std::string lines; in get_plain_source_lines() local 451 int last_line, std::string *lines) in get_source_lines()
|
| /netbsd/src/external/bsd/less/dist/ |
| D | ttyin.c | 150 int lines = 1; in default_wheel_lines() local
|
| /netbsd/src/usr.bin/tail/ |
| D | read.c | 140 } *lines; in displaylines() local
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| D | scanresults.cpp | 80 QStringList lines = bss.split(QRegExp("\\n")); in updateResults() local
|
| D | addinterface.cpp | 79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces() local
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | tag.c | 39 size_t *lines; member
|