Searched refs:namebuf (Results 1 - 3 of 3) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dwrite.c74 char namebuf[BUFSZ], *nm, *bp; local
111 getlin(qbuf, namebuf);
112 (void)mungspaces(namebuf); /* remove any excess whitespace */
113 if(namebuf[0] == '\033' || !namebuf[0])
115 nm = namebuf;
210 Strcpy(namebuf, OBJ_DESCR(objects[new_obj->otyp]));
211 wipeout_text(namebuf, (6+MAXULEV - u.ulevel)/6, 0);
213 Sprintf(namebuf, "%s was here!", plname);
214 You("write \"%s\" and the scroll disappears.", namebuf);
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dwrite.c74 char namebuf[BUFSZ], *nm, *bp; local
111 getlin(qbuf, namebuf);
112 (void)mungspaces(namebuf); /* remove any excess whitespace */
113 if(namebuf[0] == '\033' || !namebuf[0])
115 nm = namebuf;
210 Strcpy(namebuf, OBJ_DESCR(objects[new_obj->otyp]));
211 wipeout_text(namebuf, (6+MAXULEV - u.ulevel)/6, 0);
213 Sprintf(namebuf, "%s was here!", plname);
214 You("write \"%s\" and the scroll disappears.", namebuf);
[all...]
/seL4-refos-master/libs/libmuslc/src/regex/
H A Dglob.c96 char namebuf[l+de->d_reclen+2], *name = namebuf; local

Completed in 31 milliseconds