Searched refs:bufp (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dgetline.c31 * Read a line closed with '\n' into the array char bufp[BUFSZ].
37 tty_getlin(query, bufp)
39 register char *bufp;
41 hooked_tty_getlin(query, bufp, (getlin_hook_proc) 0);
45 hooked_tty_getlin(query, bufp, hook)
47 register char *bufp;
50 register char *obufp = bufp;
67 *bufp = 0;
78 *bufp = 0;
90 *bufp
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dgetline.c31 * Read a line closed with '\n' into the array char bufp[BUFSZ].
37 tty_getlin(query, bufp)
39 register char *bufp;
41 hooked_tty_getlin(query, bufp, (getlin_hook_proc) 0);
45 hooked_tty_getlin(query, bufp, hook)
47 register char *bufp;
50 register char *obufp = bufp;
67 *bufp = 0;
78 *bufp = 0;
90 *bufp
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dmacpopup.h13 extern int get_line_from_key_queue(char *bufp);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dmacpopup.h13 extern int get_line_from_key_queue(char *bufp);
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dopen_memstream.c7 char **bufp; member in struct:cookie
42 *c->bufp = c->buf = newbuf;
58 FILE *open_memstream(char **bufp, size_t *sizep) argument
72 c->bufp = bufp;
75 c->buf = *bufp = buf;
H A Dopen_wmemstream.c8 wchar_t **bufp; member in struct:cookie
42 *c->bufp = c->buf = newbuf;
60 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) argument
74 c->bufp = bufp;
77 c->buf = *bufp = buf;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1618 get_uchars(fp, buf, bufp, list, modlist, size, name)
1621 char *bufp; /* current pointer */
1632 switch(*bufp) {
1642 if (count == size || !*bufp) return count;
1643 bufp++;
1650 num = num*10 + (*bufp-'0');
1651 bufp++;
1660 bufp = buf;
1675 adjust_prefix(bufp, prefixid)
1676 char *bufp;
1705 char *bufp, *altp; local
[all...]
H A Dread.c1809 char buf[BUFSZ], *bufp, monclass = MAXMCLASSES; local
1822 bufp = mungspaces(buf);
1823 if (*bufp == '\033') return FALSE;
1825 if (!strncmpi(bufp, "tame ", 5)) {
1826 bufp += 5;
1828 } else if (!strncmpi(bufp, "peaceful ", 9)) {
1829 bufp += 9;
1831 } else if (!strncmpi(bufp, "hostile ", 8)) {
1832 bufp += 8;
1836 if (strlen(bufp)
[all...]
H A Dobjnam.c171 char *bufp, *pp, *save_uname = objects[otyp].oc_uname; local
174 bufp = obj_typename(otyp);
176 if ((pp = strstri(bufp, " (")) != 0)
178 return bufp;
H A Deat.c207 char *bufp = xname(food); local
208 Sprintf(bufp, "%s%s corpse",
211 result = bufp;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1618 get_uchars(fp, buf, bufp, list, modlist, size, name)
1621 char *bufp; /* current pointer */
1632 switch(*bufp) {
1642 if (count == size || !*bufp) return count;
1643 bufp++;
1650 num = num*10 + (*bufp-'0');
1651 bufp++;
1660 bufp = buf;
1675 adjust_prefix(bufp, prefixid)
1676 char *bufp;
1705 char *bufp, *altp; local
[all...]
H A Dread.c1809 char buf[BUFSZ], *bufp, monclass = MAXMCLASSES; local
1822 bufp = mungspaces(buf);
1823 if (*bufp == '\033') return FALSE;
1825 if (!strncmpi(bufp, "tame ", 5)) {
1826 bufp += 5;
1828 } else if (!strncmpi(bufp, "peaceful ", 9)) {
1829 bufp += 9;
1831 } else if (!strncmpi(bufp, "hostile ", 8)) {
1832 bufp += 8;
1836 if (strlen(bufp)
[all...]
H A Dobjnam.c171 char *bufp, *pp, *save_uname = objects[otyp].oc_uname; local
174 bufp = obj_typename(otyp);
176 if ((pp = strstri(bufp, " (")) != 0)
178 return bufp;
H A Deat.c207 char *bufp = xname(food); local
208 Sprintf(bufp, "%s%s corpse",
211 result = bufp;

Completed in 79 milliseconds