Home
last modified time | relevance | path

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

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/data/
H A Doptions.c140 {"-Hfilename", NV_HOST},
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/data/
H A Doptions.c140 {"-Hfilename", NV_HOST},
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/data/
H A Doptions.c138 {"-Hfilename", NV_HOST},
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/data/
H A Doptions.c171 {"-H filename", NV_HOST},
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dnval.h160 #define NV_HOST (NV_RJUST|NV_LJUST) /* map to host filename */ macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dnval.h160 #define NV_HOST (NV_RJUST|NV_LJUST) /* map to host filename */ macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dnval.h162 #define NV_HOST (NV_RJUST|NV_LJUST) /* map to host filename */ macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dtypeset.c134 nvflags |= NV_HOST; in b_typeset()
551 bool nv_int_set = (flag & (NV_HOST | NV_INTEGER)) != NV_HOST; in setall()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dnvtree.c438 } else if ((val & NV_HOST) == NV_HOST) { in nv_attribute()
439 mask = NV_HOST; in nv_attribute()
474 val != NV_HOST) { in nv_attribute()
H A Dname.c1659 if (nv_isattr(np, NV_HOST | NV_INTEGER) == NV_HOST && sp) { in nv_putval()
1720 if (size == 0 && nv_isattr(np, NV_HOST) != NV_HOST && in nv_putval()
2681 if (size == 0 && (newatts & NV_HOST) != NV_HOST && in nv_newattr()
H A Ddebug.c60 {NV_HOST, "NV_HOST (aka NV_RJUST | NV_LJUST)"},
/dports/shells/ksh93/ast-93u/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.c1842 if(nv_isattr(np, NV_HOST|NV_INTEGER)==NV_HOST && sp) in nv_putval()
1925 if(size==0 && nv_isattr(np,NV_HOST)!=NV_HOST &&nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL)) in nv_putval()
3082 if(size==0 && (newatts&NV_HOST)!=NV_HOST && (newatts&(NV_LJUST|NV_RJUST|NV_ZFILL))) in nv_newattr()
/dports/shells/ksh93-devel/ast-cc1bca27/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.c1842 if(nv_isattr(np, NV_HOST|NV_INTEGER)==NV_HOST && sp) in nv_putval()
1925 if(size==0 && nv_isattr(np,NV_HOST)!=NV_HOST &&nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL)) in nv_putval()
3082 if(size==0 && (newatts&NV_HOST)!=NV_HOST && (newatts&(NV_LJUST|NV_RJUST|NV_ZFILL))) in nv_newattr()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dtypeset.c300 flag |= NV_HOST; in b_typeset()
711 if((flag&(NV_HOST|NV_INTEGER))!=NV_HOST) in setall()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dnvtree.c534 else if(val&NV_HOST) in nv_attribute()
535 mask = NV_HOST; in nv_attribute()
582 if ((val&(NV_LJUST|NV_RJUST|NV_ZFILL)) && !(val&NV_INTEGER) && val!=NV_HOST) in nv_attribute()
H A Dname.c1963 if(nv_isattr(np, NV_HOST|NV_INTEGER)==NV_HOST && sp) in nv_putval()
2046 if(size==0 && nv_isattr(np,NV_HOST)!=NV_HOST &&nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL)) in nv_putval()
3220 if(size==0 && (newatts&NV_HOST)!=NV_HOST && (newatts&(NV_LJUST|NV_RJUST|NV_ZFILL))) in nv_newattr()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dname.h337 #define NV_HOST (NV_RJUST | NV_LJUST) // map to host filename macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dtypeset.c281 flag |= NV_HOST; in b_typeset()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dtypeset.c281 flag |= NV_HOST; in b_typeset()