Home
last modified time | relevance | path

Searched refs:NV_HOST (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c140 {"-Hfilename", NV_HOST},
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h160 #define NV_HOST (NV_RJUST|NV_LJUST) /* map to host filename */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c484 else if(val&NV_HOST) in nv_attribute()
485 mask = NV_HOST; in nv_attribute()
532 if ((val&(NV_LJUST|NV_RJUST|NV_ZFILL)) && !(val&NV_INTEGER) && val!=NV_HOST) in nv_attribute()
H A Dname.c1857 if(nv_isattr(np, NV_HOST|NV_INTEGER)==NV_HOST && sp) in nv_putval()
1940 if(size==0 && nv_isattr(np,NV_HOST)!=NV_HOST &&nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL)) in nv_putval()
3100 if(size==0 && (newatts&NV_HOST)!=NV_HOST && (newatts&(NV_LJUST|NV_RJUST|NV_ZFILL))) in nv_newattr()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c282 flag |= NV_HOST; in b_typeset()