/freebsd/contrib/tcsh/ |
H A D | tc.bind.c | 126 xprintf(CGETS(20, 1, "Invalid key name `%S'\n"), v[no]); in dobindkey() 190 xprintf(CGETS(20, 2, "Bad key name: %S\n"), in.buf); in dobindkey() 256 xprintf(CGETS(20, 3, "Bad command name: %S\n"), str); in parsecmd() 264 xprintf(CGETS(20, 4, "Bad key spec %S\n"), str); in bad_spec() 381 xprintf("%s", CGETS(20, 5, "Null string specification\n")); in parsestring() 414 xprintf("%s", CGETS(20, 6, "Standard key bindings\n")); in print_all_keys() 424 xprintf("%s", CGETS(20, 7, "Alternative key bindings\n")); in print_all_keys() 433 xprintf("%s", CGETS(20, 8, "Multi-character bindings\n")); in print_all_keys() 435 xprintf("%s", CGETS(20, 9, "Arrow key bindings\n")); in print_all_keys() 460 xprintf(CGETS(20, 10, "%-15s-> is undefined\n"), unparsed); in printkeys() [all …]
|
H A D | tc.alloc.c | 219 xprintf(CGETS(19, 1, "nbytes=%zu: Out of memory\n"), nbytes); in malloc() 319 CGETS(19, 2, "free(%p) called before any allocations."), cp); in free() 321 CGETS(19, 3, "free(%p) above top of memory."), cp); in free() 323 CGETS(19, 4, "free(%p) below bottom of memory."), cp); in free() 326 CGETS(19, 5, "free(%p) bad block."), cp); in free() 331 CGETS(19, 6, "free(%p) bad range check."), cp); in free() 334 CGETS(19, 7, "free(%p) bad block index."), cp); in free() 615 xprintf(CGETS(19, 8, "%s current memory allocation:\nfree:\t"), progname); in showall() 622 xprintf("\n%s:\t", CGETS(19, 9, "used")); in showall() 627 xprintf(CGETS(19, 10, "\n\tTotal in use: %d, total free: %d\n"), in showall() [all …]
|
H A D | tc.os.c | 357 stderror(ERR_NAME | ERR_STRING, CGETS(23, 1, "Bad cpu/site name")); in dosetspath() 360 stderror(ERR_NAME | ERR_STRING, CGETS(23, 2, "Site path too long")); in dosetspath() 377 return CGETS(23, 3, "unknown"); in sitename() 397 xprintf(CGETS(23, 4, "site: %s\n"), strerror(errno)); in migratepid() 401 xprintf(CGETS(23, 5, "%d: Site not found\n"), new_site); in migratepid() 405 xprintf(CGETS(23, 6, "setlocal: %s: %s\n"), in migratepid() 445 stderror(ERR_NAME | ERR_STRING, CGETS(23, 7, "Site not found")); in domigrate() 512 CGETS(23, 30, "Too many arguments")); in dodmmode() 523 CGETS(23, 31, "Invalid argument")); in dodmmode() 565 CGETS(23, 8, "You're trapped in a universe you never made")); in dowarp() [all …]
|
H A D | ed.screen.c | 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() 386 s = strsave(T_HasMeta ? CGETS(7, 5, "a") : CGETS(7, 6, "no")); in TellTC() 389 xprintf(CGETS(7, 4, "\tIt has %s meta key\n"), s); in TellTC() 390 s = strsave(T_Tabs ? "" : CGETS(7, 8, " not")); in TellTC() 392 xprintf(CGETS(7, 7, "\tIt can%s use tabs\n"), s); in TellTC() 394 CGETS(7, 10, "has") : CGETS(7, 11, "does not have")); in TellTC() 396 xprintf(CGETS(7, 9, "\tIt %s automatic margins\n"), s); in TellTC() 399 CGETS(7, 10, "has") : CGETS(7, 11, "does not have")); in TellTC() [all …]
|
H A D | tc.who.c | 250 xprintf(CGETS(26, 1, 266 xprintf(CGETS(26, 2, 468 xprintf(CGETS(26, 3, "BUG! last element is not whotail!\n")); 472 xprintf(CGETS(26, 4, "backward: ")); 479 xprintf(CGETS(26, 5, "BUG! first element is not whohead!\n")); 483 xprintf(CGETS(26, 6, "new: %s/%s\n"), new->who_name, new->who_tty); 494 Char *cp = str2short(CGETS(26, 7, "%n has %a %l from %m.")); 496 Char *cp = str2short(CGETS(26, 8, "%n has %a %l.")); 540 return strsave(CGETS(26, 9, "logged on")); 542 return strsave(CGETS(26, 10, "logged off")); [all …]
|
H A D | ma.setp.c | 121 if (eflag) xprintf(CGETS(10, 1, \ 128 if (eflag) xprintf(CGETS(10, 2, \ 242 xprintf(CGETS(10, 3, in initpaths() 421 xprintf(CGETS(10, 4, "setpath: %s not found in %s\n"), in iacmd() 437 xprintf(CGETS(10, 4, "setpath: %s not found in %s\n"), in ibcmd() 488 xprintf(CGETS(10, 4, "setpath: %s not found in %s\n"), in dcmd() 502 xprintf(CGETS(10, 5, in dncmd() 534 xprintf(CGETS(10, 4, "setpath: %s not found in %s\n"), in ccmd() 548 xprintf(CGETS(10, 5, in cncmd()
|
H A D | vms.termcap.c | 84 fprintf(stderr, CGETS(31, 1, in tgetent() 86 fprintf(stderr, CGETS(31, 2, "Can't open %s.\n"), termfile); in tgetent() 112 fprintf(stderr, CGETS(31, 3, "Found %s in %s.\n"), name, termfile); in tgetent() 125 fprintf(stderr,CGETS(31, 3, "Found %s in %s.\n"), name, termfile); in tgetent() 135 fprintf(stderr,CGETS(31, 4, "No match found for %s in file %s\n"), in tgetent()
|
H A D | ed.xmap.c | 215 xprintf("%s", CGETS(9, 1, "AddXkey: Null extended-key not allowed.\n")); in AddXkey() 221 CGETS(9, 2, "AddXkey: sequence-lead-in command not allowed\n")); in AddXkey() 319 CGETS(9, 3, "DeleteXkey: Null extended-key not allowed.\n")); in DeleteXkey() 452 xprintf(CGETS(9, 4, "Unbound extended key \"%S\"\n"), cs.buf); in PrintXkey() 512 xprintf(CGETS(9, 6, "Enumerate: BUG!! Null ptr passed\n!")); in Enumerate() 569 xprintf(fmt, CGETS(9, 7, "no input")); in printOne() 616 xprintf(CGETS(9, 8, "Something must follow: %c\n"), (char)*p); in parseescape() 670 xprintf("%s", CGETS(9, 9, in parseescape()
|
H A D | sh.exec.c | 750 xprintf(CGETS(13, 1, "hash=%-4d dir=%-2d prog=%s\n"), in dohash() 784 xprintf(CGETS(13, 2, "%d hash buckets of %d bits each\n"), in hashstat() 787 xprintf(CGETS(13, 3, "debug mask = 0x%08x\n"), hashdebug); in hashstat() 791 xprintf(CGETS(13, 4, "%d hits, %d misses, %d%%\n"), in hashstat() 975 xprintf(CGETS(13, 5, "%S: shell built-in command.\n"), in tellmewhat() 991 xprintf(CGETS(13, 5, "%S: shell built-in command.\n"), in tellmewhat() 1045 xprintf(CGETS(13, 6, "%S: Command not found.\n"), sp->word); in tellmewhat() 1090 xprintf("%s", CGETS(13, 7, "where: / in command makes no sense\n")); in find_cmd() 1098 xprintf(CGETS(13, 8, "%S is aliased to "), cmd); in find_cmd() 1112 xprintf(CGETS(13, 9, "%S is a shell built-in\n"), cmd); in find_cmd() [all …]
|
H A D | ed.inputl.c | 180 xprintf(CGETS(6, 1, "ERROR: illegal command from key 0%o\r\n"), ch); in Inputl() 263 xprintf("%s", CGETS(6, 2, "yes\n")); in Inputl() 269 xprintf("%s", CGETS(6, 3, "edit\n")); in Inputl() 280 xprintf("%s", CGETS(6, 4, "abort\n")); in Inputl() 288 xprintf("%s", CGETS(6, 5, "no\n")); in Inputl() 308 xprintf("%s", CGETS(6, 6, "No matching command\n")); in Inputl() 310 xprintf("%s", CGETS(6, 7, "Ambiguous command\n")); in Inputl() 544 xprintf(CGETS(7, 8, "*** editor fatal ERROR ***\r\n\n")); in Inputl()
|
H A D | tw.comp.c | 548 stderror(ERR_COMPINV, CGETS(27, 1, "command"), cmd); in tw_complete() 555 stderror(ERR_COMPINV, CGETS(27, 2, "separator"), (int)sep); in tw_complete() 560 CGETS(27, 3, "pattern")); in tw_complete() 564 stderror(ERR_COMPINC, cmd == 'p' ? CGETS(27, 4, "range") : in tw_complete() 565 CGETS(27, 3, "pattern"), ""); in tw_complete() 570 CGETS(27, 5, "completion")); in tw_complete()
|
H A D | tc.func.c | 456 xprintf(CGETS(22, 1, "%S: \t aliased to "), cmd); in cmd_expand() 791 xprintf(CGETS(22, 2, "\nIncorrect passwd for %s\n"), pw->pw_name); in auto_lock() 838 xprintf("%s", CGETS(22, 3, "Faulty alias 'precmd' removed.\n")); in precmd() 856 xprintf("%s", CGETS(22, 3, "Faulty alias 'postcmd' removed.\n")); in postcmd() 880 xprintf("%s", CGETS(22, 4, "Faulty alias 'cwdcmd' removed.\n")); in cwd_cmd() 902 xprintf("%s", CGETS(22, 5, "Faulty alias 'beepcmd' removed.\n")); in beep_cmd() 931 xprintf("%s", CGETS(22, 6, "Faulty alias 'periodic' removed.\n")); in period_cmd() 971 xprintf("%s", CGETS(22, 14, "Faulty alias 'jobcmd' removed.\n")); in job_cmd() 1165 xprintf(CGETS(22, 7, "parsing command line [%S]\n"), cmd); in rmstar() 1182 doit = getYN(CGETS(22, 8, in rmstar() [all …]
|
H A D | tc.disc.c | 110 xprintf(CGETS(21, 1, "Couldn't get local chars.\n")); 119 xprintf(CGETS(21, 2, "Couldn't set local chars.\n"));
|
H A D | sh.lex.c | 1494 xprintf(CGETS(16, 1, "Reset tty pgrp from %d to %d\n"), in readc() 1520 xprintf("%s", CGETS(16, 2, in readc() 1523 xprintf(CGETS(16, 3, in readc() 1748 xprintf(CGETS(16, 4, "seek to eval %x %x\n"), evalvec, evalp); in bseek() 1755 xprintf(CGETS(16, 5, "seek to alias %x %x\n"), alvec, alvecp); in bseek() 1760 xprintf(CGETS(16, 6, "seek to file %x\n"), fseekp); in bseek() 1787 xprintf(CGETS(16, 7, "Bad seek type %d\n"), aret); in bseek() 1801 xprintf(CGETS(16, 8, "tell eval %x %x\n"), evalvec, evalp); in btell() 1808 xprintf(CGETS(16, 9, "tell alias %x %x\n"), alvec, alvecp); in btell() 1825 xprintf(CGETS(16, 10, "tell file %x\n"), fseekp); in btell() [all …]
|
H A D | sh.proc.c | 495 xprintf("%s", CGETS(17, 1, "BUG: waiting for background job!\n")); in pjwait() 576 xprintf(CGETS(17, 2, "Exit %d\n"), reason); in pjwait() 672 xprintf("%s", CGETS(17, 3, "BUG: process flushed twice")); in pflush() 1083 xprintf(format, CGETS(17, 4, "Running ")); in pprint() 1105 ptr = xasprintf("%s %d", CGETS(17, 5, "Signal"), in pprint() 1122 xprintf(CGETS(17, 6, "Exit %-25d"), pp->p_reason); in pprint() 1124 xprintf(format, CGETS(17, 7, "Done")); in pprint() 1129 xprintf(CGETS(17, 8, "BUG: status=%-9o"), in pprint() 1143 xprintf("%s", CGETS(17, 9, " (core dumped)")); in pprint() 1149 xprintf("%s", CGETS(17, 10, " (wd: ")); in pprint() [all …]
|
H A D | tw.parse.c | 237 xprintf(CGETS(30, 1, "starting_a_command %d\n"), looking); in tenematch() 258 xprintf(CGETS(30, 2, "complete %d "), looking); in tenematch() 264 xprintf(CGETS(30, 3, "complete %d %S\n"), looking, pat); in tenematch() 481 xprintf(CGETS(30, 4, "%s: Internal match error.\n"), progname); in tenematch() 1453 name = CGETS(30, 5, "items"); in tw_list_items() 1457 name = CGETS(30, 6, "rows"); in tw_list_items() 1463 xprintf(CGETS(30, 7, "There are %d %s, list them anyway? [n/y] "), in tw_list_items() 1474 if (strchr(CGETS(30, 13, "Yy"), tc) == NULL) in tw_list_items() 1621 xprintf(CGETS(30, 8, "looking = %d\n"), looking); in t_search() 1766 xprintf(CGETS(30, 9, in t_search() [all …]
|
H A D | sh.h | 1245 # define CGETS(b, c, d) iconv_catgets(catd, b, c, d) macro 1247 # define CGETS(b, c, d) xcatgets(catd, b, c, d) macro 1249 # define CSAVS(b, c, d) strsave(CGETS(b, c, d)) 1251 # define CGETS(b, c, d) d macro 1255 # define CGETS(b, c, d) nt_cgets( b, c, d) macro 1256 # define CSAVS(b, c, d) strsave(CGETS(b, c, d))
|
H A D | sh.c | 894 xprintf("%s", CGETS(11, 8, HELP_STRING)); in main() 1273 xprintf(CGETS(11, 1, "Warning: no access to tty (%s).\n"), in main() 1276 CGETS(11, 2, "Thus no job control in this shell.\n")); in main() 2315 xprintf(CGETS(11, 3, "You have %d mail messages.\n"), in mailchk() 2318 xprintf(CGETS(11, 4, "You have %d mail messages in %s.\n"), in mailchk() 2328 type = strsave(new ? CGETS(11, 6, "new ") : ""); in mailchk() 2331 xprintf(CGETS(11, 5, "You have %smail.\n"), type); in mailchk() 2333 xprintf(CGETS(11, 7, "You have %smail in %s.\n"), type, filename); in mailchk()
|
H A D | tw.help.c | 106 xprintf(CGETS(29, 1, "No help file for %S\n"), name); in do_help()
|
H A D | sh.set.c | 1173 xprintf(CGETS(18, 2, in update_dspmbyte_vars() 1204 xprintf(CGETS(18, 3, in update_dspmbyte_vars() 1216 xprintf(CGETS(18, 4, in update_dspmbyte_vars() 1223 xprintf(CGETS(18, 4, in update_dspmbyte_vars()
|
H A D | tc.sched.c | 74 sprintf(kludge, CGETS(24, 1, "kludge")); in dosched()
|
H A D | sh.func.c | 2358 op = strsave(limit == RLIM_INFINITY ? CGETS(15, 2, "remove") : 2359 CGETS(15, 3, "set")); 2361 type = strsave(hard ? CGETS(15, 4, " hard") : ""); 2363 xprintf(CGETS(15, 1, "%s: %s: Can't %s%s limit (%s)\n"), bname, 2742 doit = (strchr(CGETS(22, 14, "Yy"), c) != NULL);
|
H A D | sh.sem.c | 660 xprintf(CGETS(17, 2, "Exit %d\n"), rv); in execute() 989 if (getYN(CGETS(22, 15, in chkclob()
|
H A D | ed.term.c | 618 CGETS(8, 1, "Unknown switch")); in dosetty() 671 stderror(ERR_NAME | ERR_SYSTEM, d, CGETS(8, 2, "Invalid argument")); in dosetty()
|
H A D | sh.err.c | 208 CGETS(i, 1, "" ); in errinit()
|