Home
last modified time | relevance | path

Searched refs:M_FILE (Results 1 – 4 of 4) sorted by relevance

/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dmenu.c287 #define M_FILE (M_ROTATE+1) macro
292 #define M_PAN (M_FILE+1)
579 pw_text(menu_pw, 32, menu[M_FILE].menu_y - MENU_Y + TEXT_BASELINE, in MNDisplayMenu()
588 pw_box(menu_pw, 2, menu[M_FILE].menu_y - MENU_Y - 2, in MNDisplayMenu()
664 if (index == M_FILE) {
/original-bsd/sys/sys/
H A Dmalloc.h62 #define M_FILE 38 /* Open file structure */ macro
/original-bsd/sys/kern/
H A Duipc_usrreq.c735 extra_ref = malloc(nfiles * sizeof(struct file *), M_FILE, M_WAITOK); in unp_gc()
751 free((caddr_t)extra_ref, M_FILE); in unp_gc()
H A Dkern_descrip.c582 MALLOC(fp, struct file *, sizeof(struct file), M_FILE, M_WAITOK);
615 FREE(fp, M_FILE);