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

  /src/bin/ksh/
var.c 301 str_val(vp) function
363 errorf("%s: bad number", str_val(vp));
427 setstr(vq, str_val(vp), KSH_RETURN_ERROR);
698 s = str_val(t);
896 val = str_val(vp);
1002 path = str_save(str_val(vp), APERM);
1006 setctypes(s = str_val(vp), C_IFS);
1027 s = str_val(vp);
1040 sethistfile(str_val(vp));
1045 set_editmode(str_val(vp))
    [all...]
exec.c 124 PS4_SUBSTITUTE(str_val(global("PS4"))));
563 PS4_SUBSTITUTE(str_val(global("PS4"))));
757 shellv = str_val(global(EXECSHELL_STR));
918 if ((fpath = str_val(global("FPATH"))) == null) {
974 && (fpath = str_val(global("FPATH"))) != null
1135 PS4_SUBSTITUTE(str_val(global("PS4"))),
1341 if (print_menu || !*str_val(global("REPLY")))
1343 shellf("%s", str_val(global("PS3")));
1347 s = str_val(global("REPLY"));
eval.c 275 for (p = str_val(&v); *p; ) {
399 x.str = trimsub(str_val(st->var),
429 x.str = str_val(st->var);
738 p = str_val(global(sp));
808 XPput(wv, str_val(vp));
827 xp->str = str_val(xp->var);
1259 dp = str_val(global("HOME"));
1261 dp = str_val(global("PWD"));
1263 dp = str_val(global("OLDPWD"));
main.c 229 char *pwd = str_val(pwd_v);
273 || (!ksheuid && !strchr(str_val(vp), '#')))
374 env_file = str_val(global("ENV"));
389 if (is_restricted(argv[0]) || is_restricted(str_val(global("SHELL"))))
expr.c 217 setstr(vp, str_val(v), error_ok);
240 s = str_val(es->val);
605 v_evaluate(vq, str_val(vp), KSH_UNWIND_ERROR);
c_ksh.c 57 if ((dir = str_val(global("HOME"))) == null) {
65 dir = str_val(oldpwd_s);
110 cdpath = str_val(global("CDPATH"));
833 char *s = str_val(vp);
proto.h 259 char * str_val ARGS((struct tbl *));
lex.c 1118 ps1 = str_val(global("PS1"));
1145 prompt = str_val(global("PS1"));
1150 prompt = str_val(global("PS2"));
history.c 683 if ((f = str_val(global("HISTFILE"))) == NULL || *f == '\0') {
688 char *home = str_val(global("HOME"));
847 hname = str_val(global("HISTFILE"));
edit.c 649 if ((fpath = str_val(global("FPATH"))) != null)
1028 const char *ifs = str_val(local("IFS", 0));

Completed in 18 milliseconds