Searched refs:plist (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.dat62 Info.plist: ../win/Qt/Info.pli
63 cp ../win/Qt/Info.pli Info.plist
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.dat62 Info.plist: ../win/Qt/Info.pli
63 cp ../win/Qt/Info.pli Info.plist
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/dat/
H A DMakefile62 Info.plist: ../win/Qt/Info.pli
63 cp ../win/Qt/Info.pli Info.plist
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/dat/
H A DMakefile62 Info.plist: ../win/Qt/Info.pli
63 cp ../win/Qt/Info.pli Info.plist
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c817 newwin->plist = (tty_menu_item **) 0;
959 if (cw->plist) {
960 free((genericptr_t)cw->plist);
961 cw->plist = 0;
1203 page_start = cw->plist[curr_page];
1204 page_end = cw->plist[curr_page + 1];
2092 if (cw->plist) free((genericptr_t)cw->plist);
2094 cw->plist = (tty_menu_item **)
2104 cw->plist[
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c817 newwin->plist = (tty_menu_item **) 0;
959 if (cw->plist) {
960 free((genericptr_t)cw->plist);
961 cw->plist = 0;
1203 page_start = cw->plist[curr_page];
1204 page_end = cw->plist[curr_page + 1];
2092 if (cw->plist) free((genericptr_t)cw->plist);
2094 cw->plist = (tty_menu_item **)
2104 cw->plist[
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h40 tty_menu_item **plist; /* menu page pointers (MENU) */ member in struct:WinDesc
41 short plist_size; /* size of allocated plist (MENU) */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h40 tty_menu_item **plist; /* menu page pointers (MENU) */ member in struct:WinDesc
41 short plist_size; /* size of allocated plist (MENU) */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_yacc.c121 static struct coord plist[MAX_REGISTERS];
1503 tmppart[npart]->rloc_x[i] = plist[i].x;
1504 tmppart[npart]->rloc_y[i] = plist[i].y;
1557 plist[n_plist++] = current_coord;
1565 plist[n_plist++] = current_coord;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_yacc.c121 static struct coord plist[MAX_REGISTERS];
1503 tmppart[npart]->rloc_x[i] = plist[i].x;
1504 tmppart[npart]->rloc_y[i] = plist[i].y;
1557 plist[n_plist++] = current_coord;
1565 plist[n_plist++] = current_coord;

Completed in 163 milliseconds