Searched refs:fake (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/std/
H A Dmount.c45 "[f:show|fake?Display but do not execute the underlying \bmount\b(2)"
87 "[f:show|fake?Display but do not execute the underlying \bumount\b(2)"
177 int fake; member in struct:__anon234
300 if (state.fake)
308 if (state.fake)
351 state.fake = 1;
/ast/src/cmd/ksh93/sh/
H A Dnvtree.c150 Namval_t *nq=0,fake; local
186 fake.nvname = (char*)name;
187 if(dp->hp = (Namval_t*)dtprev(dp->root,&fake))
H A Dsubshell.c275 Namval_t fake; local
279 fake.nvname = name;
280 mpnext = dtnext(root,&fake);
H A Dinit.c1027 Namval_t *mp,fake; local
1030 fake.nvname = ".sh.math.";
1031 mp = (Namval_t*)dtprev(shp->fun_tree,&fake);
1048 Namval_t *mp,fake; local
1051 fake.nvname = nv_name(np);
1056 mp = (Namval_t*)dtprev(shp->fun_tree,&fake);
1061 stakputs(fake.nvname);
H A Darray.c1786 Namval_t fake; local
1787 fake.nvname = (char*)sp;
1788 ap->pos = mp = (Namval_t*)dtprev(ap->header.table,&fake);

Completed in 27 milliseconds