Home
last modified time | relevance | path

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

/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dwhence.c39 #define V_FLAG 2 macro
68 flags |= V_FLAG; in b_command()
101 flags = V_FLAG; in b_whence()
108 flags |= V_FLAG; in b_whence()
115 flags &= ~V_FLAG; in b_whence()
161 sfprintf(sfstdout,"%s%s\n",name,(flags&V_FLAG)?sh_translate(is_reserved):""); in whence()
171 if(flags&V_FLAG) in whence()
193 if(flags&V_FLAG) in whence()
247 if(flags&V_FLAG) in whence()
287 if(flags&V_FLAG) in whence()
[all...]
H A Dread.c46 #define V_FLAG 0x20 /* use default value */ macro
135 flags |= V_FLAG; in b_read()
243 if((flags&V_FLAG) && shp->gd->ed_context) in sh_readline()
/titanic_52/usr/src/contrib/ast/src/lib/libcmd/
H A Dcat.c86 #define V_FLAG (1<<7) macro
417 n = T_FLAG|E_FLAG|V_FLAG; in b_cat()
435 n = E_FLAG|V_FLAG; in b_cat()
453 n = T_FLAG|V_FLAG; in b_cat()
459 n = V_FLAG; in b_cat()
479 if (flags&V_FLAG) in b_cat()
493 if (flags&V_FLAG) in b_cat()
508 if (flags&(V_FLAG|T_FLAG|N_FLAG|E_FLAG|B_FLAG|S_FLAG)) in b_cat()
/titanic_52/usr/src/cmd/idmap/idmap/
H A Didmap.c120 #define V_FLAG 'V' macro
2882 if (f[V_FLAG] != NULL) in do_show_mapping()
/titanic_52/usr/src/tools/scripts/
H A Dnightly689 V_FLAG=n
710 V ) V_FLAG=y
1014 if [ "$V_FLAG" = "y" ]; then