Home
last modified time | relevance | path

Searched refs:intable (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/deroff/
H A Dderoff.c133 int intable; variable
274 intable = NO; in main()
500 if (intable && c == 'T') { in regline()
539 intable = YES; in tbl()
1162 intable = NO; in outtbl()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h2503 const char *intable = outsyms[j]->name; in coff_write_relocs() local
2505 if (strcmp (intable, sname) == 0) in coff_write_relocs()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h2529 const char *intable = outsyms[j]->name; local
2531 if (strcmp (intable, sname) == 0) {