Symbol: ltext
games/adventure/hdr.h
107
extern struct text ltext[LOCSIZ]; /* long loc description */
games/adventure/init.c
85
if (ltext[i].seekadr != 0 && travel[i] != 0)
games/adventure/io.c
285
ltext[oldloc].seekadr = seekhere;
games/adventure/io.c
286
ltext[oldloc].txtlen = maystart - seekstart;
games/adventure/io.c
397
speak(&ltext[loq]);
games/adventure/io.c
402
speak(&ltext[t->tloc]);
games/adventure/main.c
163
kk = &ltext[loc];
games/adventure/main.c
72
struct text ltext[LOCSIZ]; /* long loc description */
usr.bin/mg/buffer.c
1042
memcpy(ttext, ltext(lp), llength(lp));
usr.bin/mg/dired.c
981
if (strcmp(ltext(bp->b_dotp) + bp->b_doto, "..") == 0)
usr.bin/mg/extend.c
603
(void)strncpy(excbuf, ltext(lp), llen);
usr.bin/mg/extend.c
752
bcopy(argp, ltext(lp), (int)(line - argp));
usr.bin/mg/file.c
387
bcopy(line, &ltext(lp1)[0], nbytes);
usr.bin/mg/fileio.c
159
if (fwrite(ltext(lp), 1, llength(lp), ffp) != llength(lp)) {
usr.bin/mg/line.c
559
if (ltext(lp) == NULL)
usr.bin/mg/line.c
620
(void)memcpy(line, ltext(ln), len);
usr.bin/mg/re_search.c
366
error = regexec(&regex_buff, ltext(clp) ? ltext(clp) : "",
usr.bin/mg/re_search.c
423
while (!regexec(&regex_buff, ltext(clp) ? ltext(clp) : "",
usr.bin/mg/re_search.c
570
error = regexec(&regex_buff, ltext(clp) ? ltext(clp) : "",
usr.bin/mg/re_search.c
643
error = regexec(&regex_buff, ltext(clp) ? ltext(clp) : "",
usr.bin/mg/tags.c
395
if (ltext(lp) != NULL && plen <= llength(lp) &&
usr.bin/mg/tags.c
396
(strncmp(s_pat, ltext(lp), plen) == 0)) {
usr.bin/mg/tags.c
459
while (ltext(curwp->w_dotp) &&
usr.bin/mg/tags.c
465
ltext(curwp->w_dotp) == NULL) {
usr.bin/mg/tags.c
469
strncpy(token, ltext(curwp->w_dotp) + tdoto, size);