Searched refs:term (Results 1 - 9 of 9) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c63 tgetent(entbuf, term)
65 const char *term;
72 if (!entbuf || !term)
77 /* if ${TERMCAP} isn't a file and `term' matches ${TERM}, use ${TERMCAP} */
80 if (tm && strcmp(tm, term) == 0)
81 return tc_store(term, tc);
84 /* otherwise, look `term' up in the file */
87 tc = tc_find(fp, term, wrkbuf, (int)(sizeof wrkbuf - strlen(term)));
88 result = tc_store(term, t
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c63 tgetent(entbuf, term)
65 const char *term;
72 if (!entbuf || !term)
77 /* if ${TERMCAP} isn't a file and `term' matches ${TERM}, use ${TERMCAP} */
80 if (tm && strcmp(tm, term) == 0)
81 return tc_store(term, tc);
84 /* otherwise, look `term' up in the file */
87 tc = tc_find(fp, term, wrkbuf, (int)(sizeof wrkbuf - strlen(term)));
88 result = tc_store(term, t
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtermcap.c99 register const char *term; local
104 term = verify_termcap();
105 if (!term)
107 term = getenv("TERM");
110 if (!term)
111 term = "builtin"; /* library has a default */
113 if (!term)
208 if(!strncmp(term, "5620", 4))
210 if(tgetent(tptr, term) < 1) {
212 (void) strncpy(buf, term,
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtermcap.c99 register const char *term; local
104 term = verify_termcap();
105 if (!term)
107 term = getenv("TERM");
110 if (!term)
111 term = "builtin"; /* library has a default */
113 if (!term)
208 if(!strncmp(term, "5620", 4))
210 if(tgetent(tptr, term) < 1) {
212 (void) strncpy(buf, term,
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c418 register char *s, *str, *term; local
428 term = str + slen;
433 else if (slen > 3 && !strcmpi(term-3, "ies") &&
434 (slen < 7 || strcmpi(term-7, "zombies")))
435 Strcpy(term-3, "y");
437 else if (slen > 3 && !strcmpi(term-3, "ves"))
438 Strcpy(term-3, "f");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c418 register char *s, *str, *term; local
428 term = str + slen;
433 else if (slen > 3 && !strcmpi(term-3, "ies") &&
434 (slen < 7 || strcmpi(term-7, "zombies")))
435 Strcpy(term-3, "y");
437 else if (slen > 3 && !strcmpi(term-3, "ves"))
438 Strcpy(term-3, "f");
/seL4-refos-master/projects/refos/design/
H A Dinterface.tex22 In \refOS, the access to an object (the permission to invoke the methods which manage the object) is implemented using a badged endpoint capability. The badge number is used to uniquely identify the instance of an object. Since most expected implementations of these protocols likely will use a similar method to track access permissions, the term capability may be used interchangably with object in this document. For example "window capability" means a capability which represents the access to a window object.
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex1954 Please note that the term ``vegan'' is used here only in the context of
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex1954 Please note that the term ``vegan'' is used here only in the context of

Completed in 72 milliseconds