Home
last modified time | relevance | path

Searched refs:bferr (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c146 bferr("Too few arguments"); in func()
149 bferr("Too many arguments"); in func()
176 bferr("Can't from terminal"); in doonintr()
203 bferr("Can't from terminal"); in donohup()
251 bferr("Too dangerous to alias that"); in doalias()
354 bferr("Empty if"); in doif()
358 bferr("Improper then"); in doif()
478 bferr("Not in while/foreach"); in dobreak()
499 bferr("Expression syntax"); in doexit()
524 bferr("Invalid variable"); in doforeach()
[all …]
H A Dsh.set.c67 bferr("Variable name too long"); in doset()
83 bferr("Syntax error"); in doset()
91 bferr("Missing )"); in doset()
143 bferr("Subscript error"); in getinx()
170 bferr("Subscript out of range"); in getvx()
224 bferr("Syntax error"); in dolet()
303 bferr("Expression syntax"); in operate()
374 bferr("Badly formed number"); in getn()
462 bferr("No match"); in set1()
625 bferr("No more words"); in shift()
H A Dsh.dir.c142 bferr("No home directory"); in dochngd()
144 bferr("Can't change to home directory"); in dochngd()
385 bferr("No other directory"); in dopushd()
438 bferr("Directory stack not that deep"); in dfind()
459 bferr("Invalid argument"); in dopopd()
461 bferr("Directory stack empty"); in dopopd()
H A Dsh.exp.c444 bferr("Expression syntax"); in exp6()
472 bferr("Expression syntax"); in exp6()
491 bferr("Missing }"); in exp6()
517 bferr("Malformed file inquiry"); in exp6()
528 bferr("Missing file name"); in exp6()
677 bferr("Expression syntax"); in egetn()
H A Dsh.proc.c920 bferr("Unknown signal; kill -l lists signals"); in dokill()
924 bferr("Bad signal number"); in dokill()
939 bferr("Unknown signal; kill -l lists signals"); in dokill()
992 bferr("Arguments should be jobs or process id's"); in pkill()
1091 bferr("No current job"); in pfind()
1097 bferr("No previous job"); in pfind()
1105 bferr("No such job"); in pfind()
1121 bferr("Ambiguous"); in pfind()
1128 bferr("No job matches pattern"); in pfind()
1130 bferr("No such job"); in pfind()
H A Dsh.glob.c537 bferr("Missing ]"); in Gmatch()
667 bferr("No match"); in globone()
674 bferr("Ambiguous"); in globone()
680 bferr(cp ? "Ambiguous" : "No output"); in globone()
H A Dsh.dol.c113 bferr("Ambiguous"); in Dfix1()
669 bferr("<< terminator not found"); in heredoc()
730 bferr("Line overflow"); in heredoc()
H A Dsh.exec.c197 bferr(exerr); in pexerr()
198 bferr("Command not found"); in pexerr()
H A Dsh.err.c144 bferr(char *cp) in bferr() function
H A Dsh.h451 extern void bferr(char *) __NORETURN;
H A Dsh.misc.c363 bferr("Undefined variable"); in udvar()
H A Dsh.c876 bferr("Interrupted"); in pintr1()
1067 bferr("Too few arguments."); in dosource()