Searched refs:nullstr (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dcd.c72 STATIC char *curdir = nullstr; /* current working directory */
73 STATIC char *physdir = nullstr; /* physical working directory */
111 dest = nullstr;
214 if (curdir == nullstr)
282 return nullstr;
293 if (physdir == nullstr)
312 if (physdir != nullstr) {
315 physdir = nullstr;
324 if (oldcur != dir && oldcur != nullstr) {
H A Dshell.h75 extern char nullstr[1]; /* null string */
H A Dmystring.c60 char nullstr[1]; /* zero length string */ variable
H A Doptions.c381 return showvars(nullstr, 0, VUNSET);
503 setvar("OPTARG", nullstr, 0);
H A Dexec.c289 out1fmt(snlfmt, cmdp->rehash ? "*" : nullstr);
811 cmdp ? " a tracked alias for" : nullstr, p
832 "special " : nullstr
H A Dvar.c346 return atomax(lookupvar(name) ?: nullstr, 0);
408 q = nullstr;
H A Djobs.c352 nextopt(nullstr);
579 if (ps->cmd != nullstr)
599 nextopt(nullstr);
930 ps->cmd = nullstr;
H A Dmain.c358 nextopt(nullstr);
H A Dmiscbltin.c93 setvar(*ap, nullstr, 0);
H A Dtrap.c103 nextopt(nullstr);
H A Dexpand.c1046 ifs = nulonly ? nullstr : realifs;
1752 tail = nullstr;
H A Deval.c100 name: nullstr,
H A Dparser.c1559 return nullstr;
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dprintf.c130 nextopt(nullstr);
385 char *val = nullstr;

Completed in 99 milliseconds