Home
last modified time | relevance | path

Searched refs:Xcheck (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/bin/ksh/
Dlex.c192 Xcheck(ws, wp); in yylex()
270 Xcheck(ws, wp); in yylex()
350 Xcheck(ws, wp); in yylex()
403 Xcheck(ws, wp); in yylex()
412 Xcheck(ws, wp); in yylex()
720 Xcheck(ws, wp); in yylex()
900 Xcheck(xs, xp); in readhere()
915 Xcheck(xs, xp); in readhere()
918 Xcheck(xs, xp); in readhere()
1558 Xcheck(*wsp, wp); in get_brace_var()
[all …]
Dexpand.h15 Xcheck(xs, xp); /* expand string if necessary */
55 #define Xcheck(xs, xp) XcheckN(xs, xp, 1) macro
Deval.c206 Xcheck(ds, dp); in expand()
246 Xcheck(ds, dp); in expand()
264 Xcheck(ds, dp); in expand()
279 Xcheck(ds, dp); in expand()
1083 Xcheck(*xs, xp); in globit()
1190 Xcheck(ts, tp); in maybe_expand_tilde()
1200 Xcheck(*dsp, dp); in maybe_expand_tilde()
Dpath.c225 Xcheck(*xsp, xp); in do_phys_path()
Dc_sh.c352 Xcheck(xs, xp); in c_read()
355 Xcheck(cs, cp); in c_read()
Dc_ksh.c312 Xcheck(xs, xp); in c_print()
/openbsd/src/etc/rc.d/
Drc.subr208 [ X"${rc_usercheck}" != X"NO" -a X"$1" = "Xcheck" ] ||