Searched refs:ltext (Results 1 – 13 of 13) sorted by relevance
/openbsd/usr.bin/mg/ |
H A D | re_search.c | 363 error = regexec(®ex_buff, ltext(clp) ? ltext(clp) : "", in re_forwsrch() 420 while (!regexec(®ex_buff, ltext(clp) ? ltext(clp) : "", in re_backsrch() 567 error = regexec(®ex_buff, ltext(clp) ? ltext(clp) : "", in killmatches() 640 error = regexec(®ex_buff, ltext(clp) ? ltext(clp) : "", in countmatches()
|
H A D | tags.c | 395 if (ltext(lp) != NULL && plen <= llength(lp) && in searchpat() 396 (strncmp(s_pat, ltext(lp), plen) == 0)) { in searchpat() 459 while (ltext(curwp->w_dotp) && in curtoken() 465 ltext(curwp->w_dotp) == NULL) { in curtoken() 469 strncpy(token, ltext(curwp->w_dotp) + tdoto, size); in curtoken()
|
H A D | line.c | 559 if (ltext(lp) == NULL) in lreplace() 620 (void)memcpy(line, ltext(ln), len); in linetostr()
|
H A D | extend.c | 603 (void)strncpy(excbuf, ltext(lp), llen); in evalbuffer() 752 bcopy(argp, ltext(lp), (int)(line - argp)); in excline()
|
H A D | def.h | 155 #define ltext(lp) ((lp)->l_text) macro
|
H A D | fileio.c | 159 if (fwrite(ltext(lp), 1, llength(lp), ffp) != llength(lp)) { in ffputbuf()
|
H A D | file.c | 387 bcopy(line, <ext(lp1)[0], nbytes); in insertfile()
|
H A D | buffer.c | 1042 memcpy(ttext, ltext(lp), llength(lp)); in diffbuffer()
|
H A D | dired.c | 979 if (strcmp(ltext(bp->b_dotp) + bp->b_doto, "..") == 0) in dired_()
|
/openbsd/games/adventure/ |
H A D | io.c | 285 ltext[oldloc].seekadr = seekhere; in rdesc() 286 ltext[oldloc].txtlen = maystart - seekstart; in rdesc() 397 speak(<ext[loq]); in twrite() 402 speak(<ext[t->tloc]); in twrite()
|
H A D | hdr.h | 107 extern struct text ltext[LOCSIZ]; /* long loc description */
|
H A D | main.c | 72 struct text ltext[LOCSIZ]; /* long loc description */ variable 163 kk = <ext[loc]; in main()
|
H A D | init.c | 85 if (ltext[i].seekadr != 0 && travel[i] != 0) in linkdata()
|