Home
last modified time | relevance | path

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

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

Completed in 28 milliseconds