Searched refs:nextline (Results 1 - 9 of 9) sorted by relevance

/external/libpng/scripts/
H A Ddfn.awk127 if (getline nextline) {
130 if (nextline !~ /^#/) {
131 line = line " " nextline
153 if (getline nextline) {
154 if (nextline !~ /^#/) {
155 line = line " " nextline
/external/elfutils/libasm/
H A Dasm_addstrz.c76 bool nextline = true; local
80 if (nextline)
83 nextline = false;
96 nextline = true;
105 if (! nextline)
/external/skia/tools/
H A Dcompare_codereview.py291 nextline = ''
293 if nextline:
294 if len(nextline) + 1 + len(word) > columns:
295 ret.append(nextline)
296 nextline = word
298 nextline += (' ' + word)
300 nextline = word
301 if nextline:
302 ret.append(nextline)
/external/ImageMagick/scripts/
H A Dtxt2html514 !&is_blank($nextline) &&
526 !&is_blank($nextline))
532 && !&is_blank($nextline))
539 !&is_blank($nextline))
671 !($nextline =~ /\s{$preformat_whitespace_min,}\S+/)))
684 $nextline =~ /\s{$preformat_whitespace_min,}\S+/)))
723 local($underline) = $nextline =~ /^\s*(\S+)\s*$/;
743 $nextline = <STDIN>; # Eat the underline
758 ($second) = $nextline =~ /^\s*([a-zA-Z]+[\)\}\]\.,:;\'\"\>]*\s*)/; # "
759 $nextline
[all...]
/external/toybox/toys/posix/
H A Dsed.c175 char *nextline, *remember;
281 char *line = TT.nextline;
289 TT.nextline = 0;
292 TT.nextline = *pline;
466 extend_string(&line, TT.nextline, len, -TT.nextlen);
467 free(TT.nextline);
468 TT.nextline = line;
481 free(TT.nextline);
482 TT.nextline = 0;
695 TT.nextline
[all...]
/external/f2fs-tools/tools/
H A Df2fstat.c154 goto nextline;
173 nextline:
/external/toybox/generated/
H A Dglobals.h1202 char *nextline, *remember; member in struct:sed_data
/external/libvorbis/doc/
H A D05-comment.tex98 \begin{description} %[style=nextline]
H A D04-codec.tex619 \begin{description} %[style=nextline]

Completed in 232 milliseconds