Home
last modified time | relevance | path

Searched refs:modtab (Results 1 – 2 of 2) sorted by relevance

/trueos/usr.bin/xlint/lint1/
HDtree.c50 static mod_t modtab[NOPS]; variable
214 STRUCT_ASSIGN(modtab[imods[i].op], imods[i].m); in initmtab()
532 error(111, modtab[op].m_name); in strmemb()
554 mp = &modtab[op]; in build()
738 (void)gnuism(114, "", modtab[AMPER].m_name); in cconv()
778 mp = &modtab[op]; in typeok()
1144 if (!modtab[ln->tn_op].m_sideeff) in typeok()
1210 illptrc(&modtab[op], ltp, rtp); in ptrcmpok()
1238 mp = &modtab[op]; in asgntypok()
1372 mp = &modtab[op]; in chkbeop()
[all …]
/trueos/tools/tools/cxgbetool/
HDcxgbetool.c281 const struct mod_regs *modtab, int nmodules) in dump_regs_table() argument
287 if (!strcmp(argv[i], modtab[j].name)) in dump_regs_table()
294 for ( ; nmodules; nmodules--, modtab++) in dump_regs_table()
295 fprintf(stderr, " %s", modtab->name); in dump_regs_table()
301 for ( ; nmodules; nmodules--, modtab++) { in dump_regs_table()
305 if (!strcmp(argv[i], modtab->name)) in dump_regs_table()
310 dump_block_regs(modtab->ri, regs); in dump_regs_table()