Searched refs:USER_IDENT (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/coshell/
H A Dmain.c246 state.con[fd].info.user.flags = USER_IDENT;
469 state.con[n].info.user.flags = USER_IDENT;
524 state.con[fd].info.user.flags &= ~USER_IDENT;
535 if (state.indirect.con && (state.con[fd].info.user.flags & (USER_IDENT|USER_INIT)) == USER_IDENT)
571 if (state.con[fd].info.user.flags & USER_IDENT)
H A Dservice.h135 #define USER_IDENT (1<<1) /* Couser_t INIT needs ident */ macro

Completed in 10 milliseconds