OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arg3type
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
run.c
1215
int n, tempstat,
arg3type
;
local
1219
arg3type
= ptoi(a[3]);
1222
else if (
arg3type
== STRING) { /* split(str,arr,"string") */
1225
} else if (
arg3type
== REGEXPR)
1238
if (*s != '\0' && (strlen(fs) > 1 ||
arg3type
== REGEXPR)) { /* reg expr */
1240
if (
arg3type
== REGEXPR) { /* it's ready already */
1332
if (a[2] != 0 &&
arg3type
== STRING) {
[
all
...]
Completed in 220 milliseconds