Searched refs:nhalf (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | fini.c | 630 name nhalf; in testname() local 639 for (n = first, nhalf = first; n != last->next; n = n->next) in testname() 643 nhalf = nhalf->next; in testname() 660 xspaces[indent], nhalf->name_uc, nhalf->name_lc, nhalf->name_ic, in testname() 661 xspaces[indent + 2], prefix, nhalf->kwname, postfix); in testname() 678 testname (TRUE, indent + 4, first, nhalf->previous); in testname() 688 testname (TRUE, indent + 4, nhalf->next, last); in testname() 704 name nhalf; in testnames() local 713 for (n = first, nhalf = first; n != last->next; n = n->next) in testnames() 717 nhalf = nhalf->next; in testnames() [all …]
|