Lines Matching refs:xprintf
382 xprintf("%s", CGETS(7, 1, "\n\tTcsh thinks your terminal has the\n")); in TellTC()
383 xprintf("%s", CGETS(7, 2, "\tfollowing characteristics:\n\n")); in TellTC()
384 xprintf(CGETS(7, 3, "\tIt has %d columns and %d lines\n"), in TellTC()
389 xprintf(CGETS(7, 4, "\tIt has %s meta key\n"), s); in TellTC()
392 xprintf(CGETS(7, 7, "\tIt can%s use tabs\n"), s); in TellTC()
396 xprintf(CGETS(7, 9, "\tIt %s automatic margins\n"), s); in TellTC()
401 xprintf(CGETS(7, 12, "\tIt %s magic margins\n"), s); in TellTC()
406 xprintf("\t%36s (%s) == %s\n", t->long_name, t->name, s); in TellTC()
556 xprintf(fmts, T_Tabs ? CGETS(7, 14, "yes") : in EchoTC()
561 xprintf(fmts, Val(T_km) ? CGETS(7, 14, "yes") : in EchoTC()
566 xprintf(fmts, T_Margin & MARGIN_MAGIC ? CGETS(7, 14, "yes") : in EchoTC()
571 xprintf(fmts, T_Margin & MARGIN_AUTO ? CGETS(7, 14, "yes") : in EchoTC()
580 xprintf(fmts, baud_rate[i].b_name); in EchoTC()
583 xprintf(fmtd, 0); in EchoTC()
588 xprintf(fmtd, Val(T_li)); in EchoTC()
592 xprintf(fmtd, Val(T_co)); in EchoTC()
609 xprintf("%s", CGETS(7, 14, "yes\n")); in EchoTC()
1024 xprintf("MoveToLine: where is ridiculous: %d\r\n", where); in MoveToLine()
1082 xprintf("MoveToChar: where is riduculous: %d\r\n", where); in MoveToChar()
1155 xprintf("so_write: n is riduculous: %d\r\n", n); in so_write()
1196 xprintf("so: litnum %d\r\n", (int)(*cp & ~LITERAL)); in so_write()
1243 xprintf(CGETS(7, 16, "ERROR: cannot delete\r\n")); in DeleteChars()
1251 xprintf(CGETS(7, 17, "DeleteChars: num is riduculous: %d\r\n"), num); in DeleteChars()
1283 xprintf(CGETS(7, 18, "ERROR: cannot insert\r\n")); in Insert_write()
1291 xprintf(CGETS(7, 19, "StartInsert: num is riduculous: %d\r\n"), num); in Insert_write()
1436 xprintf(CGETS(7, 20, in GetTermCaps()
1441 xprintf(CGETS(7, 21, in GetTermCaps()
1445 xprintf(CGETS(7, 22, "%s: using dumb terminal settings.\n"), progname); in GetTermCaps()
1489 xprintf(CGETS(7, 23, "%s: WARNING: Your terminal cannot move up.\n", in GetTermCaps()
1491 xprintf(CGETS(7, 24, "Editing may be odd for long lines.\n")); in GetTermCaps()
1494 xprintf(CGETS(7, 25, "no clear EOL capability.\n")); in GetTermCaps()
1496 xprintf(CGETS(7, 26, "no delete char capability.\n")); in GetTermCaps()
1498 xprintf(CGETS(7, 27, "no insert char capability.\n")); in GetTermCaps()