Home
last modified time | relevance | path

Searched refs:firstline (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.c153 static const char *get_prompt (lua_State *L, int firstline) { in get_prompt() argument
155 lua_getfield(L, LUA_GLOBALSINDEX, firstline ? "_PROMPT" : "_PROMPT2"); in get_prompt()
157 if (p == NULL) p = (firstline ? LUA_PROMPT : LUA_PROMPT2); in get_prompt()
177 static int pushline (lua_State *L, int firstline) { in pushline() argument
181 const char *prmt = get_prompt(L, firstline); in pushline()
187 if (firstline && b[0] == '=') /* first line starts with `=' ? */ in pushline()
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in1661 my $firstline = 1;
1664 $firstline = $instructions[$i]->[2];
1683 if ($l >= $firstline) {
1714 for (my $l = $firstline; $l <= $lastline; $l++) {
1768 ($line >= $firstline) &&
1823 if ($l >= $firstline - 5 &&
1827 if ($l == $firstline) { print $output $skip_marker; }
3803 my $firstline = ReadProfileHeader(*TFILE);
3805 if (!$firstline) {
3810 return $firstline =~ /^--- *$symbol_marker/;