Searched refs:thisarg (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/m4/
H A Dgnum4.c552 const char *thisarg = NULL; local
605 thisarg = argv[pos++];
610 thisarg = temp;
617 l = strlen(thisarg);
624 addchars(thisarg, l);
/freebsd-11-stable/contrib/mdocml/
H A Dmain.c125 const char *progname, *sec, *thisarg; local
304 thisarg = oarg;
308 warnx("-O %s: Bad argument", thisarg);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c10923 neon_type_promote (struct neon_type_el *key, unsigned thisarg)
10927 assert ((thisarg & N_EQK) != 0);
10929 neon_modify_type_size (thisarg, &dest.type, &dest.size);
11105 unsigned thisarg = va_arg (ap, unsigned);
11106 if (thisarg == N_IGNORE_TYPE)
11111 types[i] = thisarg;
11112 if ((thisarg & N_KEY) != 0)
11172 unsigned thisarg = types[i];
11173 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0)
11174 ? modify_types_allowed (key_allowed, thisarg)
10913 neon_type_promote(struct neon_type_el *key, unsigned thisarg) argument
11095 unsigned thisarg = va_arg (ap, unsigned); local
11162 unsigned thisarg = types[i]; local
[all...]

Completed in 258 milliseconds