OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldstyle
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
parser.c
881
#define PARSEBACKQOLD() {
oldstyle
= 1; goto parsebackq; parsebackq_oldreturn:;}
882
#define PARSEBACKQNEW() {
oldstyle
= 0; goto parsebackq; parsebackq_newreturn:;}
922
int
oldstyle
;
local
934
(void) &
oldstyle
;
1396
if (
oldstyle
) {
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_index.py
8
class
oldstyle
:
class in inherits:
26
self.o =
oldstyle
()
75
self.o =
oldstyle
()
77
self.o2 =
oldstyle
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_index.py
8
class
oldstyle
:
class in inherits:
26
self.o =
oldstyle
()
75
self.o =
oldstyle
()
77
self.o2 =
oldstyle
()
/external/chromium_org/build/android/
lighttpd_server.py
212
#dir-listing.external-css = "style/
oldstyle
.css"
Completed in 211 milliseconds