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

/ast/src/lib/libtksh/src/
H A Dshcompat.c13 #ifdef nv_scan
14 #undef nv_scan macro
17 return nv_scan(root, (void (*)(Namval_t *)) fn, mask, flags);
/ast/src/lib/libtksh/include/
H A Dshcompat.h33 /* ksh93f changes nv_scan arguments, compatibility for 93e */
36 #define nv_scan _nv_scan macro
/ast/src/cmd/ksh93/sh/
H A Dname.c2224 nv_scan(shp->var_tree, attstore,(void*)0,0,(NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER));
2245 namec = nv_scan(shp->var_tree,nullscan,(void*)0,NV_EXPORT,NV_EXPORT);
2251 nv_scan(shp->var_tree, pushnam,&data,NV_EXPORT, NV_EXPORT);
2254 nv_scan(shp->var_tree, attstore,&data,0,(NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER));
2320 int nv_scan(Dt_t *root, void (*fn)(Namval_t*,void*), void *data,int mask, int flags) function

Completed in 82 milliseconds