Searched refs:currline (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssl/util/
H A Dsu-filter.pl181 my $currline = "";
195 $currline = $indent;
208 $currline = $indent;
216 $currline = $indent;
221 $currline .= ", ";
224 $currline = "";
228 $currline .= $indent;
241 $currline = $indent."}";
244 if(length $currline.$item > 79) {
245 $currline
[all...]
/freebsd-11-stable/contrib/less/
H A Dprompt.c205 return (currline(where) != 0);
225 return (currline(where) != 0 &&
278 linenum = currline(where);
326 linenum = currline(where);
358 linenum = currline(where);
H A Dforwback.c304 (void) currline(BOTTOM);
365 (void) currline(BOTTOM);
H A Dlinenum.c29 * The function currline() returns the line number of a given
31 * to cache the line number. Therefore currline is occasionally
454 currline(where) function
H A Dfuncs.h215 public LINENUM currline LESSPARAMS ((int where));

Completed in 71 milliseconds