Searched refs:firstline (Results 1 – 2 of 2) sorted by relevance
153 static const char *get_prompt (lua_State *L, int firstline) { in get_prompt() argument155 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() argument181 const char *prmt = get_prompt(L, firstline); in pushline()187 if (firstline && b[0] == '=') /* first line starts with `=' ? */ in pushline()
1661 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/;