Searched refs:out_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.c461 char out_str[BUFSZ], look_buf[BUFSZ]; local
488 getlin("Specify what? (type the word)", out_str);
489 if (out_str[0] == '\0' || out_str[0] == '\033')
492 if (out_str[1]) { /* user typed in a complete string */
493 checkfile(out_str, pm, TRUE, TRUE);
496 sym = out_str[0];
511 out_str[0] = '\0';
567 Sprintf(out_str, "%c %s", sym, an(monexplain[i]));
571 found += append_str(out_str, a
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpager.c461 char out_str[BUFSZ], look_buf[BUFSZ]; local
488 getlin("Specify what? (type the word)", out_str);
489 if (out_str[0] == '\0' || out_str[0] == '\033')
492 if (out_str[1]) { /* user typed in a complete string */
493 checkfile(out_str, pm, TRUE, TRUE);
496 sym = out_str[0];
511 out_str[0] = '\0';
567 Sprintf(out_str, "%c %s", sym, an(monexplain[i]));
571 found += append_str(out_str, a
[all...]

Completed in 27 milliseconds