OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSTART
(Results
1 - 4
of
4
) sorted by null
/ndk/build/awk/
check-awk.awk
23
RSTART
=0
28
} else if (
RSTART
!= 8) {
29
print "Fail
RSTART
="
RSTART
33
s2=substr(s1,
RSTART
,RLENGTH)
extract-platform.awk
34
API=substr($0,
RSTART
,RLENGTH)
37
API="android-" substr($0,
RSTART
+1,RLENGTH)
/ndk/sources/host-tools/nawk-20071023/
awk.h
61
extern Awkfloat *
RSTART
;
100
extern Cell *rstartloc; /*
RSTART
*/
tran.c
51
Awkfloat *
RSTART
; /* start of re matched with ~; origin 1 (!) */
60
Cell *rstartloc; /*
RSTART
*/
92
rstartloc = setsymtab("
RSTART
", "", 0.0, NUM, symtab);
93
RSTART
= &rstartloc->fval;
Completed in 180 milliseconds