top 552 src/dps8/dps8_crdpun.c bool top = char_pos < 11; // Top or bottom line of chars top 580 src/dps8/dps8_crdpun.c char_matrix[col_offset] = (col_buffer[col_offset] >> (top ? 6 : 0)) & 0x1F; top 10724 src/simh/scp.c TOPIC top; top 10725 src/simh/scp.c TOPIC *topic = ⊤ top 10744 src/simh/scp.c memset (&top, 0, sizeof(top)); top 10745 src/simh/scp.c top.parent = ⊤ top 10755 src/simh/scp.c cleanHelp (&top); top 10769 src/simh/scp.c top.title = (char *) malloc (strlen (p) + ((flag & SCP_HELP_ATTACH)? sizeof (attach_help)-1: 0) +1); top 10770 src/simh/scp.c if (!top.title) top 10783 src/simh/scp.c top.title[i] = (char)toupper (p[i]); top 10784 src/simh/scp.c top.title[i] = '\0'; top 10786 src/simh/scp.c strcpy (top.title+i, attach_help); top 10788 src/simh/scp.c top.label = (char *) malloc (sizeof ("1")); top 10789 src/simh/scp.c if (!top.label) top 10801 src/simh/scp.c strcpy (top.label, "1"); top 10808 src/simh/scp.c fprintf (st, "%s help.\nThis help is also available in hierarchical form.\n", top.title); top 10810 src/simh/scp.c fprintf (st, "%s help.\n", top.title); top 10813 src/simh/scp.c fprintf (st, ((flag & SCP_HELP_ONECMD)? onecmd_help: brief_help), top.title); top 10817 src/simh/scp.c (void) buildHelp (&top, dptr, uptr, help, ap); top 10833 src/simh/scp.c cleanHelp (&top); top 10850 src/simh/scp.c cleanHelp (&top); top 10971 src/simh/scp.c cleanHelp (&top);