Home
last modified time | relevance | path

Searched defs:firstline (Results 1 – 7 of 7) sorted by relevance

/external/lua/src/
Dlua.c421 static const char *get_prompt (lua_State *L, int firstline) { in get_prompt()
455 static int pushline (lua_State *L, int firstline) { in pushline()
/external/python/cpython2/Lib/
Dplatform.py295 def _parse_release_file(firstline): argument
Dcodecs.py442 def read(self, size=-1, chars=-1, firstline=False): argument
/external/webrtc/test/
Drtp_file_reader.cc125 char firstline[kFirstLineLength + 1] = {0}; in Init() local
/external/pcre/dist2/src/
Dpcre2_dfa_match.c3254 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
Dpcre2_match.c6112 BOOL firstline; in pcre2_match() local
/external/python/cpython3/Lib/
Dcodecs.py451 def read(self, size=-1, chars=-1, firstline=False): argument