Searched refs:loading (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/mailx/
H A Dmisc.c204 state.source.stack[state.source.sp].loading = state.loading;
206 state.loading = 0;
230 state.loading = state.source.stack[state.source.sp].loading;
233 state.sourcing = state.loading;
H A Dlex.c349 if (state.loading)
560 if (e < 0 || state.loading)
723 state.loading = 1;
726 state.loading = 0;
H A Dmailx.h630 int loading; /* Loading user definitions */ member in struct:__anon136
729 int loading; /* Saved state.loading */ member in struct:__anon136::__anon142::__anon143
/ast/src/cmd/ksh93/
H A DMakefile30 SHOPT_DYNAMIC == 1 /* dynamic loading for builtins */
/ast/src/cmd/nmake/
H A Dmake.h847 char* loading; /* loading this object file */ member in struct:State_s
H A Dobject.c2314 state.loading = (char*)objfile;
2338 state.loading = 0;
H A Dparse.c3468 if (state.loading)
3469 return state.loading;

Completed in 44 milliseconds