Searched refs:pline (Results 26 - 50 of 60) sorted by relevance

123

/netbsd-current/libexec/getNAME/
H A DgetNAME.c403 char *pline = line, *loc; local
406 while ((loc = memchr(pline, ' ', plen)) != NULL) {
407 plen -= loc - pline + 1;
408 pline = loc;
414 pline++;
425 char *pline = &line[4]; local
431 while ((loc = memchr(pline, '"', plen)) != NULL) {
432 plen -= loc - pline + 1;
433 pline = loc;
446 char *pline local
[all...]
/netbsd-current/games/hack/
H A Dhack.rumors.c117 pline("This cookie has a scrap of paper inside! It reads: ");
118 pline("%s", line);
H A Dhack.steal.c95 pline("%s quickly snatches some gold from between your feet!",
103 pline("Your purse feels lighter.");
126 pline("%s steals %s!", Monnam(mtmp), doname(otmp));
151 pline("Somebody tries to rob you, but finds nothing to steal.");
153 pline("%s tries to rob you, but she finds nothing to steal!",
186 pline("%s seduces you and %s off your %s.",
225 pline("%s stole %s.", named ? "She" : Monnam(mtmp), doname(otmp));
249 pline("%s stole %s!", Monnam(mtmp), doname(otmp));
H A Dhack.search.c126 pline("What are you looking for? The exit?");
154 pline("You find a mimic.");
161 pline("You find a%s.", traps[trap->ttyp]);
190 pline("That is a%s.", traps[trap->ttyp]);
193 pline("I can't see a trap there.");
H A Dhack.c158 pline("You collapse under your load.");
191 pline("You cannot escape from it!");
193 pline("You cannot escape from %s!",
214 pline("You are still in a pit.");
217 pline("You are caught in a beartrap.");
238 pline("You hear a monster behind the rock.");
239 pline("Perhaps that's why you cannot move it.");
245 pline("You push the rock into a pit!");
248 pline("It completely fills the pit!");
251 pline("Yo
[all...]
H A Dhack.cmd.c244 pline("Unknown command '%s'.", expcmd);
256 pline("# ");
266 pline("%s: unknown command.", buf);
308 pline("In what direction?");
312 pline("What a strange direction!");
340 pline("Not near a wall.");
354 pline("Not near a room.");
H A Dhack.vault.c234 pline("Suddenly one of the Vault's guards enters!");
237 pline("\"Hello stranger, who are you?\" - ");
242 pline("\"Oh, yes - of course. Sorry to have disturbed you.\"");
248 pline("\"I don't know you.\"");
250 pline("\"Please follow me.\"");
252 pline("\"Most likely all that gold was stolen from this vault.\"");
253 pline("\"Please drop your gold (say d$ ) and follow me.\"");
H A Dhack.unix.c219 pline("Cannot get status of saved level? ");
223 pline("Saved level is out of date. ");
384 pline("Cannot get status of MAIL=%s .", mailbox);
404 pline("Cannot get status of MAIL=%s anymore.", mailbox);
427 pline("\"Hello, %s! I have some mail for you.\"", plname);
430 pline("\"Catch!\"");
H A Dhack.mon.c120 pline("%s drowns.", Monnam(mtmp));
171 pline("%s %s!", rr, warnings[warnlevel]);
202 pline("It totally digests you!");
384 pline("%s's gaze has confused you!", Monnam(mtmp));
386 pline("You are getting more and more confused.");
679 pline("It was poisoned.");
681 pline("The %s was poisoned!", string);
683 pline("The poison doesn't seem to affect you.");
689 pline("I am afraid the poison was deadly ...");
800 pline("Yo
[all...]
H A Dhack.lev.c225 pline("Strange, this map is not as I remember it.");
226 pline("Somebody is trying some trickery here ...");
227 pline("This game is void ...");
317 pline("Read %zd instead of %zu bytes.\n", rlen, len);
H A Dhack.mkshop.c130 pline("rooms not closed by -1?");
173 pline("Where is shopdoor?");
174 pline("Room at (%d,%d),(%d,%d).", sroom->lx, sroom->ly,
176 pline("doormax=%d doorct=%d fdoor=%d",
179 pline("door [%d,%d]", doors[sh].x, doors[sh].y);
H A Dhack.dog.c218 pline("%s is confused from hunger.", Monnam(mtmp));
220 pline("You feel worried about %s.", monnam(mtmp));
223 pline("%s dies from hunger.", Monnam(mtmp));
225 pline("You have a sad feeling for a moment, then it passes.");
418 pline("%s ate %s.", Monnam(mtmp), doname(obj));
511 pline("%s devours the %s.", Monnam(mtmp),
H A Dhack.bones.c172 pline("Cannot unlink %s .", bones);
H A Dhack.save.c108 pline("Cannot open save file. (Continue or Quit)");
138 pline("Error while saving: cannot read %s.", lock);
H A Dhack.worm.c253 pline("You cut the worm in half.");
262 pline("You cut off part of the worm's tail.");
H A Dhack.topl.c74 static xchar tlx, tly; /* set by pline; used by addtopl */
203 pline(const char *fmt, ...) function
H A Dhack.end.c99 pline("Really quit?");
136 pline("You die ...");
168 pline("For some reason you are still alive.");
H A Dhack.o_init.c246 pline("You haven't discovered anything yet...");
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dplist.c354 char pline[MaxPathSize]; local
360 while (fgets(pline, MaxPathSize, fp) != (char *) NULL) {
361 for (len = strlen(pline); len &&
362 isspace((unsigned char) pline[len - 1]);) {
363 pline[--len] = '\0';
369 if (*(cp = pline) == CMD_CHAR) {
370 if ((cmd = plist_cmd(pline + 1, &cp)) == FAIL) {
371 warnx("Unrecognised PLIST command `%s'", pline);
/netbsd-current/external/bsd/less/dist/
H A Dedit.c222 char *pline = line; local
226 pline = strstr(pline, *pgm);
227 if (pline == NULL) /* pgm is not in this line */
229 str = skipsp(pline + strlen(*pgm));
230 if (pline == line || pline[-1] == ' ')
239 pline = str;
/netbsd-current/external/bsd/mdocml/dist/
H A Ddemandoc.c34 static void pline(int, int *, int *, int);
215 pline(int line, int *linep, int *col, int list) function
240 pline(p->line, line, col, list);
254 pline(p->line, line, col, list);
/netbsd-current/usr.bin/patch/
H A Dpatch.c1025 LINENUM pline = 1 + fuzz; local
1032 for (iline = base + offset + fuzz; pline <= pat_lines; pline++, iline++) {
1036 plineptr = pfetch(pline);
1037 plinelen = pch_line_len(pline);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsyms.c931 unsigned int *pline,
947 *pline = 0;
1351 *pline = 0;
1369 *pline = bfd_get_16 (abfd, stab + DESCOFF);
924 _bfd_stab_section_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, bfd_boolean *pfound, const char **pfilename, const char **pfnname, unsigned int *pline, void **pinfo) argument
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsyms.c938 unsigned int *pline,
954 *pline = 0;
1368 *pline = 0;
1386 *pline = bfd_get_16 (abfd, stab + DESCOFF);
931 _bfd_stab_section_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, bool *pfound, const char **pfilename, const char **pfnname, unsigned int *pline, void **pinfo) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsyms.c938 unsigned int *pline,
954 *pline = 0;
1358 *pline = 0;
1376 *pline = bfd_get_16 (abfd, stab + DESCOFF);
931 _bfd_stab_section_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, bool *pfound, const char **pfilename, const char **pfnname, unsigned int *pline, void **pinfo) argument

Completed in 211 milliseconds

123