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 10490 src/simh/scp.c TOPIC top; top 10491 src/simh/scp.c TOPIC *topic = ⊤ top 10510 src/simh/scp.c memset (&top, 0, sizeof(top)); top 10511 src/simh/scp.c top.parent = ⊤ top 10521 src/simh/scp.c cleanHelp (&top); top 10535 src/simh/scp.c top.title = (char *) malloc (strlen (p) + ((flag & SCP_HELP_ATTACH)? sizeof (attach_help)-1: 0) +1); top 10536 src/simh/scp.c if (!top.title) top 10549 src/simh/scp.c top.title[i] = (char)toupper (p[i]); top 10550 src/simh/scp.c top.title[i] = '\0'; top 10552 src/simh/scp.c strcpy (top.title+i, attach_help); top 10554 src/simh/scp.c top.label = (char *) malloc (sizeof ("1")); top 10555 src/simh/scp.c if (!top.label) top 10567 src/simh/scp.c strcpy (top.label, "1"); top 10574 src/simh/scp.c fprintf (st, "%s help.\nThis help is also available in hierarchical form.\n", top.title); top 10576 src/simh/scp.c fprintf (st, "%s help.\n", top.title); top 10579 src/simh/scp.c fprintf (st, ((flag & SCP_HELP_ONECMD)? onecmd_help: brief_help), top.title); top 10583 src/simh/scp.c (void) buildHelp (&top, dptr, uptr, help, ap); top 10599 src/simh/scp.c cleanHelp (&top); top 10616 src/simh/scp.c cleanHelp (&top); top 10737 src/simh/scp.c cleanHelp (&top);