Home
last modified time | relevance | path

Searched refs:more_lines (Results 1 – 25 of 126) sorted by relevance

123456

/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/measure/mc_meta/
H A Dcreateluts.py23 more_lines, ii = get_table(lines1, 'static const char casesClassic', 0)
24 lines2.extend(more_lines)
27 more_lines, ii = get_table(lines1, 'static const char cases', 0)
28 lines2.extend(more_lines)
34 more_lines, ii = get_table(lines1, 'static const char tiling', ii+1)
38 lines2.extend(more_lines)
44 more_lines, ii = get_table(lines1, 'static const char test', ii+1)
48 lines2.extend(more_lines)
54 more_lines, ii = get_table(lines1, 'static const char subconfig', ii+1)
58 lines2.extend(more_lines)
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_set.vim67 let more_lines = split(execute('set! termcap'), "\n")
68 for i in range(len(more_lines))
69 if more_lines[i] =~ '--- Terminal keys ---'
73 call assert_true(i < len(more_lines))
75 call assert_true(len(more_lines) - i > len(lines) - keys_idx)
/dports/devel/py-pyrepl/pyrepl-0.9.0/pyrepl/
H A Dreadline.py135 more_lines = None variable in ReadlineAlikeReader
148 if self.more_lines is None:
173 elif r.more_lines is not None and r.more_lines(text):
223 def multiline_input(self, more_lines, ps1, ps2, returns_unicode=False): argument
229 saved = reader.more_lines
231 reader.more_lines = more_lines
236 reader.more_lines = saved
H A Dsimple_interact.py46 def more_lines(unicodetext): function
61 statement = multiline_input(more_lines, ps1, ps2,
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dlz4-encoder.c30 if (!usr->more_space || !usr->more_lines) { in lz4_encoder_create()
64 num_lines = enc->usr->more_lines(enc->usr, &lines); in lz4_encode()
/dports/sysutils/heirloom/heirloom-070715/grep/
H A Degrep.y110 static void more_lines(unsigned);
210 more_lines(unsigned need) in more_lines() function
298 if(line >= MAXLIN) more_lines(line); in enter()
323 if(line >= MAXLIN) more_lines(line); in node()
334 if(line >= MAXLIN) more_lines(line); in unary()
556 more_lines(0); in eg_build()
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dreadtags.c564 int more_lines; in findFirstNonMatchBefore() local
574 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
576 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
582 int more_lines; in findFirstMatchBefore() local
587 more_lines = readTagLine (file); in findFirstMatchBefore()
590 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/libreadtags/
H A Dreadtags.c952 int more_lines; in findFirstNonMatchBefore() local
962 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
963 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
966 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
973 int more_lines; in findFirstMatchBefore() local
979 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
980 if (more_lines == 0 && file->err) in findFirstMatchBefore()
984 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-scope/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c948 int more_lines; in findFirstNonMatchBefore() local
958 more_lines = readTagLineSeek (file, pos); in findFirstNonMatchBefore()
959 if (more_lines == 0 && file->err) in findFirstNonMatchBefore()
962 } while (more_lines && comp == 0 && pos > 0 && pos < start); in findFirstNonMatchBefore()
969 int more_lines; in findFirstMatchBefore() local
975 more_lines = readTagLine (file, &file->err); in findFirstMatchBefore()
976 if (more_lines == 0 && file->err) in findFirstMatchBefore()
980 } while (more_lines && result != TagSuccess && file->pos < start); in findFirstMatchBefore()

123456