Searched defs:nv_getval (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c94 # define nv_getval(s) getenv(#s) macro
96 # define nv_getval(s) getenv("s") macro
138 if(!np || !(acctfile=nv_getval(np)))
241 if(!(histname = nv_getval(HISTFILE)))
244 if(cp=nv_getval(HOME))
305 if(cp=nv_getval(HISTSIZE))
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c39 # define nv_getval(np) ((np)->nvalue) macro
1465 && (state=nv_getval(np)))
H A Dname.c150 if(!(val = nv_getval(np)))
1923 else if(value=nv_getval(np))
2088 if(cp = nv_getval(np))
2145 nv_putval(nq, strdup(nv_getval(nq)), NV_RDONLY);
2147 nv_putval(nq, nv_getval(nq), NV_RDONLY);
2441 * be overwritten by the next call to nv_getval.
2446 char *nv_getval(register Namval_t *np) function
2637 else if((str=nv_getval(np)) && *str!=0)
2701 if (sp = nv_getval(np))
2783 return(nv_getval(n
[all...]

Completed in 72 milliseconds