Searched refs:global (Results 1 - 25 of 89) sorted by relevance

1234

/ast/src/cmd/3d/
H A Dbrk3d.c37 for (mp = state.global; mp; mp = mp->global)
H A Dexit3d.c37 for (mp = state.global; mp; mp = mp->global)
H A Dkill3d.c38 for (mp = state.global; mp; mp = mp->global)
H A Dsbrk3d.c37 for (mp = state.global; mp; mp = mp->global)
H A Dfsync3d.c43 for (mp = state.global; mp; mp = mp->global)
H A Dfchmod3d.c43 for (mp = state.global; mp; mp = mp->global)
H A Dfchown3d.c43 for (mp = state.global; mp; mp = mp->global)
H A Dfpathconf3d.c49 for (mp = state.global; mp; mp = mp->global)
H A Dfstatvfs3d.c45 for (mp = state.global; mp; mp = mp->global)
H A Dstatvfs3d.c46 for (mp = state.global; mp; mp = mp->global)
H A Dgetdents3d.c45 for (mp = state.global; mp; mp = mp->global)
78 for (mp = state.global; mp; mp = mp->global)
H A Dacl3d.c56 for (mp = state.global; mp; mp = mp->global)
H A Dchmod3d.c64 for (mp = state.global; mp; mp = mp->global)
H A Dchown3d.c49 for (mp = state.global; mp; mp = mp->global)
H A Dfacl3d.c52 for (mp = state.global; mp; mp = mp->global)
H A Dpathconf3d.c52 for (mp = state.global; mp; mp = mp->global)
H A Dpipe3d.c55 for (mp = state.global; mp; mp = mp->global)
H A Dread3d.c54 for (mp = state.global; mp; mp = mp->global)
H A Dreadlink3d.c55 for (mp = state.global; mp; mp = mp->global)
H A Dwrite3d.c54 for (mp = state.global; mp; mp = mp->global)
H A Dftruncate3d.c68 for (mp = state.global; mp; mp = mp->global)
93 for (mp = state.global; mp; mp = mp->global)
H A Dtruncate3d.c71 for (mp = state.global; mp; mp = mp->global)
101 for (mp = state.global; mp; mp = mp->global)
/ast/src/cmd/ksh93/tests/
H A Dnamespace.sh40 print global fn $foo
44 print global fun $foo
46 mkdir -p $tmp/global/bin $tmp/local/bin
47 cat > $tmp/global/xfun <<- \EOF
50 print xfun global $foo
59 chmod +x "$tmp/global/xfun" "$tmp/local/xfun"
61 print 'print global prog $1' > $tmp/global/bin/run
62 chmod +x "$tmp/local/bin/run" "$tmp/global/bin/run"
63 PATH=$tmp/global/bi
[all...]
/ast/src/lib/libtk/library/demos/
H A Dsquare38 global inc
48 global inc
/ast/src/cmd/coshell/
H A Dschedule.c112 if (a->global.set)
114 if (op & DEF) a->global.set &= ~state.set;
115 if (op & (NEW|SET)) state.set |= a->global.set;
116 if (a->global.set & SETBUSY)
117 state.busy = a->global.busy;
118 if (a->global.set & SETDISABLE)
119 state.disable = a->global.disable;
120 if (a->global.set & SETGRACE)
121 state.grace = a->global.grace;
122 if (a->global
[all...]

Completed in 54 milliseconds

1234