Searched refs:dbase_str (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpager.c309 char *ep, *dbase_str; local
325 dbase_str = strcpy(newstr, pm->mname);
326 else dbase_str = strcpy(newstr, inp);
327 (void) lcase(dbase_str);
329 if (!strncmp(dbase_str, "interior of ", 12))
330 dbase_str += 12;
331 if (!strncmp(dbase_str, "a ", 2))
332 dbase_str += 2;
333 else if (!strncmp(dbase_str, "an ", 3))
334 dbase_str
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpager.c309 char *ep, *dbase_str; local
325 dbase_str = strcpy(newstr, pm->mname);
326 else dbase_str = strcpy(newstr, inp);
327 (void) lcase(dbase_str);
329 if (!strncmp(dbase_str, "interior of ", 12))
330 dbase_str += 12;
331 if (!strncmp(dbase_str, "a ", 2))
332 dbase_str += 2;
333 else if (!strncmp(dbase_str, "an ", 3))
334 dbase_str
[all...]

Completed in 32 milliseconds