Searched refs:nullstr (Results 1 – 14 of 14) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | cd.c | 72 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 D | shell.h | 75 extern char nullstr[1]; /* null string */
|
| A D | mystring.c | 60 char nullstr[1]; /* zero length string */ variable
|
| A D | options.c | 381 return showvars(nullstr, 0, VUNSET); in setcmd() 503 setvar("OPTARG", nullstr, 0); in getopts()
|
| A D | exec.c | 289 out1fmt(snlfmt, cmdp->rehash ? "*" : nullstr); in printentry() 811 cmdp ? " a tracked alias for" : nullstr, p 832 "special " : nullstr
|
| A D | main.c | 358 nextopt(nullstr); in dotcmd()
|
| A D | jobs.c | 352 nextopt(nullstr); in fgcmd() 579 if (ps->cmd != nullstr) in freejob() 599 nextopt(nullstr); in waitcmd() 930 ps->cmd = nullstr; in forkparent()
|
| A D | trap.c | 103 nextopt(nullstr); in trapcmd()
|
| A D | var.c | 346 return atomax(lookupvar(name) ?: nullstr, 0); in lookupvarint() 408 q = nullstr; in showvars()
|
| A D | miscbltin.c | 93 setvar(*ap, nullstr, 0); in readcmd_handle_line()
|
| A D | expand.c | 1046 ifs = nulonly ? nullstr : realifs; in ifsbreakup() 1752 tail = nullstr; in varunset()
|
| A D | eval.c | 100 name: nullstr,
|
| A D | parser.c | 1559 return nullstr; in getprompt()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | printf.c | 130 nextopt(nullstr); in printfcmd() 385 char *val = nullstr; in getstr()
|
Completed in 28 milliseconds