Searched refs:sl_status (Results 1 – 4 of 4) sorted by relevance
120 struct sl_status { struct
196 if (slot.sl_status == SL_NONE) in pc_direnter()908 slotp->sl_status = SL_NONE; in pc_findentry()936 if (error == ENOENT && slotp->sl_status == SL_NONE) { in pc_findentry()937 slotp->sl_status = SL_EXTEND; in pc_findentry()948 if (slotp->sl_status == SL_NONE) { in pc_findentry()949 slotp->sl_status = SL_FOUND; in pc_findentry()
236 enum {SL_NONE, SL_FOUND, SL_EXTEND} sl_status; /* slot status */ member
1406 sizeof (struct sl_status), in zsh_setmode()1791 zss->sl_mstat = allocb(sizeof (struct sl_status), BPRI_MED); in zsh_softint()2063 register struct sl_status *mstat; in zsh_setmstat()2068 mstat = (struct sl_status *)mp->b_wptr; in zsh_setmstat()2073 mp->b_wptr += sizeof (struct sl_status); in zsh_setmstat()