Searched refs:arg3type (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/historical/nawk/dist/
H A Drun.c1251 int n, tempstat, arg3type; local
1255 arg3type = ptoi(a[3]);
1258 else if (arg3type == STRING) { /* split(str,arr,"string") */
1262 } else if (arg3type == REGEXPR)
1275 if (arg3type == REGEXPR && strlen((char*)((fa*)a[2])->restr) == 0) {
1277 arg3type = 0;
1281 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { /* reg expr */
1283 if (arg3type == REGEXPR) { /* it's ready already */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c141 tree arg1type, tree arg2type, tree arg3type)
154 tree args[3] = { arg1type, arg2type, arg3type };
140 verify_library_fn(tree fn, const char *name, tree rtype, tree arg1type, tree arg2type, tree arg3type) argument

Completed in 125 milliseconds