Searched refs:Xcheck (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/bin/ksh/ |
| D | lex.c | 192 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 …]
|
| D | expand.h | 15 Xcheck(xs, xp); /* expand string if necessary */ 55 #define Xcheck(xs, xp) XcheckN(xs, xp, 1) macro
|
| D | eval.c | 206 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()
|
| D | path.c | 225 Xcheck(*xsp, xp); in do_phys_path()
|
| D | c_sh.c | 352 Xcheck(xs, xp); in c_read() 355 Xcheck(cs, cp); in c_read()
|
| D | c_ksh.c | 312 Xcheck(xs, xp); in c_print()
|
| /openbsd/src/etc/rc.d/ |
| D | rc.subr | 208 [ X"${rc_usercheck}" != X"NO" -a X"$1" = "Xcheck" ] ||
|