HomeSort by: relevance | last modified time | path
    Searched refs:KSH (Results 1 - 19 of 19) sorted by relevancy

  /src/usr.bin/make/unit-tests/
shell-ksh.mk 1 # $NetBSD: shell-ksh.mk,v 1.2 2025/06/05 21:56:54 rillig Exp $
5 KSH!= which ksh 2> /dev/null || true
10 .if ${KSH} != ""
11 .SHELL: name="ksh" path="${KSH}"
19 .if ${KSH} != ""
  /src/bin/ksh/
config.h 6 * This file, acconfig.h, which is a part of pdksh (the public domain ksh),
76 /* Include ksh features? */
77 #define KSH 1
lex.h 55 #ifdef KSH
57 #endif /* KSH */
99 #ifdef KSH
101 #endif /* KSH */
main.c 40 #ifdef KSH
42 #else /* KSH */
44 #endif /* KSH */
52 #ifdef KSH
54 #endif /* KSH */
56 /* Standard ksh aliases */
63 #ifdef KSH
73 #endif /* KSH */
74 #ifdef KSH
80 #endif /* KSH */
    [all...]
proto.h 4 * prototypes for PD-KSH
130 #ifdef KSH
137 #endif /* KSH */
161 #ifdef KSH
166 #endif /* KSH */
228 #ifdef KSH
230 #endif /* KSH */
exec.c 20 #ifdef KSH
24 #endif /* KSH */
32 #ifdef KSH
34 #endif /* KSH */
35 #ifdef KSH
41 #endif /* KSH */
202 #ifdef KSH
263 #endif /* KSH */
286 #ifdef KSH
301 #endif /* KSH */
    [all...]
c_ksh.c 138 * setting in at&t ksh)
282 #ifdef KSH
289 #endif /* KSH */
376 #ifdef KSH
379 * a coprocess. at&t ksh doesn't seem to do this (seems
387 #endif /* KSH */
391 #ifdef KSH
394 #endif /* KSH */
398 #ifdef KSH
401 #endif /* KSH */
    [all...]
lex.c 101 * for example, "${var:-${PWD}}", and "$(size $(whence ksh))".
132 #ifdef KSH
138 #endif /* KSH */
204 #ifdef KSH
217 #endif /* KSH */
333 * since sh/at&t-ksh translate the \" to " in
335 * An earlier version of ksh misinterpreted
529 #ifdef KSH
544 * are lost, but at&t ksh doesn't count them
549 #endif /* KSH */
    [all...]
syn.c 46 #ifdef KSH
53 #endif /* KSH */
251 * dubious but at&t ksh acts this way
265 /* Check for "> foo (echo hi)", which at&t ksh
299 #ifdef KSH
313 #endif /* KSH */
315 #ifdef KSH
333 #endif /* KSH */
566 * at&t ksh allow any command, go with the later since it shouldn't
567 * break anything. However, for function foo, at&t ksh only accept
    [all...]
c_sh.c 264 #ifdef KSH
271 #endif /* KSH */
302 /* at&t ksh says it prints prompt on fd if it's open
311 #ifdef KSH
316 * This is not compatible with at&t ksh... the fd is kept so another
322 #endif /* KSH */
416 #ifdef KSH
423 #endif /* KSH */
595 /* at&t ksh does this for non-interactive shells only - weird */
610 /* at&t ksh doesn't print a message - just does what i
    [all...]
mail.c 4 * Mailbox checking code by Robert J. Gibson, adapted for PD ksh by
15 #ifdef KSH
143 /* at&t ksh says file?message */
203 #endif /* KSH */
tree.c 106 #ifdef KSH
109 #endif /* KSH */
357 #ifdef KSH
368 #endif /* KSH */
572 #ifdef KSH
584 #endif /* KSH */
649 #ifdef KSH
660 #endif /* KSH */
io.c 77 /* POSIX special builtins and ksh special builtins cause
106 /* used by error reporting functions to print "ksh: .kshrc[25]: " */
157 kshdebug_shf = shf_open("/tmp/ksh-debug.log",
339 #ifdef KSH
342 #endif /* KSH */
348 #ifdef KSH
436 #endif /* KSH */
sh.h 399 #ifdef KSH
411 #endif /* KSH */
463 #ifdef KSH
476 #endif /* KSH */
trap.c 61 #ifdef KSH
90 #endif /* KSH */
205 #ifdef KSH
215 #endif /* KSH */
var.c 112 #ifdef KSH
119 #endif /* KSH */
546 /* strip trailing spaces (at&t ksh uses q[-1] == ' ') */
670 /* only allow export flag to be set. at&t ksh allows any attribute to
945 #ifdef KSH
947 #endif /* KSH */
955 #ifdef KSH
971 #endif /* KSH */
1056 #ifdef KSH
1079 /* at&t ksh seems to do this (only listen if integer) *
    [all...]
jobs.c 145 #ifdef KSH
147 #endif /* KSH */
490 #ifdef KSH
492 #endif /* KSH */
589 #ifdef KSH
593 #endif /* KSH */
650 #ifdef KSH
656 #endif /* KSH */
739 /* at&t ksh will wait for stopped jobs - we don't */
760 /* at&t ksh will wait for stopped jobs - we don't *
    [all...]
c_test.c 78 #ifdef KSH
80 #endif /* KSH */
259 /* at&t ksh does not appear to do the /dev/fd/ thing for
expr.c 492 #ifdef KSH
500 #endif /* KSH */

Completed in 20 milliseconds