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

/freebsd-10-stable/usr.bin/ctags/
H A Dctags.c166 regex_t *regx; local
174 if ((regx = calloc(argc, sizeof(regex_t))) == NULL)
180 if (regcomp(regx + step, lbuf,
187 if (regexec(regx + step,
193 regfree(regx + step);
194 free(regx);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmips-tdep.c1210 unsigned int regx; /* Function in i8 type */ member in struct:upk_mips16
1255 int regx; local
1274 regx = -1;
1289 regx = (extension >> 8) & 0x07; /* or i8 funct */
1299 regx = (inst >> 8) & 0x07; /* or i8 funct */
1320 regx = -1;
1328 upk->regx = regx;
1376 reg = read_signed_register (upk.regx);
1388 reg = read_signed_register (upk.regx);
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp53 bool regx,
57 m_regex(regx),
83 bool regx,
88 m_regex(regx),
52 ScriptAddOptions(const TypeSummaryImpl::Flags& flags, bool regx, const ConstString& name, std::string catg) argument
80 SynthAddOptions(bool sptr, bool sref, bool casc, bool regx, std::string catg) argument

Completed in 86 milliseconds