Home
last modified time | relevance | path

Searched refs:realpat (Results 1 – 6 of 6) sorted by relevance

/dports/games/tads/tads-3.0.8/tads2/
H A Dosnoui.c808 char realpat[OSFNMAX]; in os_find_first_file() local
819 strcpy(realpat, dir); in os_find_first_file()
820 if ((l = strlen(realpat)) != 0 && realpat[l - 1] != '\\') in os_find_first_file()
821 realpat[l++] = '\\'; in os_find_first_file()
1047 char realpat[OSFNMAX]; in os_find_first_file() local
1058 strcpy(realpat, dir); in os_find_first_file()
1059 if ((l = strlen(realpat)) != 0 && realpat[l - 1] != '\\') in os_find_first_file()
1060 realpat[l++] = '\\'; in os_find_first_file()
1305 strcpy(realpat, dir); in os_find_first_file()
1306 if ((l = strlen(realpat)) != 0 && realpat[l - 1] != '\\') in os_find_first_file()
[all …]
/dports/mail/alpine/alpine-465e23b/pico/
H A Dsearch.c657 get_pat_cases(UCS *realpat, UCS *searchpat) in get_pat_cases() argument
665 realpat[i] = lgetc(curwp->w_dotp, curoff++).c; in get_pat_cases()
667 realpat[searchpatlen] = '\0'; in get_pat_cases()
678 UCS realpat[NPAT]; in replace_all() local
708 get_pat_cases(realpat, orig); in replace_all()
709 pputs(realpat, 1); /* highlight word */ in replace_all()
750 curwp->w_doto -= ucs4_strlen(realpat) - 1; in replace_all()
755 chword(realpat, repl, bsearch); /* replace word */ in replace_all()
756 supdate(realpat, bsearch); in replace_all()
758 chword(realpat, realpat, bsearch); /* replace word by itself */ in replace_all()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pico/
H A Dsearch.c657 get_pat_cases(UCS *realpat, UCS *searchpat) in get_pat_cases() argument
665 realpat[i] = lgetc(curwp->w_dotp, curoff++).c; in get_pat_cases()
667 realpat[searchpatlen] = '\0'; in get_pat_cases()
678 UCS realpat[NPAT]; in replace_all() local
708 get_pat_cases(realpat, orig); in replace_all()
709 pputs(realpat, 1); /* highlight word */ in replace_all()
750 curwp->w_doto -= ucs4_strlen(realpat) - 1; in replace_all()
755 chword(realpat, repl, bsearch); /* replace word */ in replace_all()
756 supdate(realpat, bsearch); in replace_all()
758 chword(realpat, realpat, bsearch); /* replace word by itself */ in replace_all()
[all …]
/dports/lang/parrot/parrot-8.1.0/src/string/
H A Dsprintf.c88 STRING * const realpat = Parrot_str_new_init(interp, pat, strlen(pat), in Parrot_vsprintf_c()
91 STRING * const ret = Parrot_vsprintf_s(interp, realpat, args); in Parrot_vsprintf_c()
/dports/audio/libxmp/libxmp-4.5.0/src/loaders/
H A Ddt_load.c60 int realpat; member
128 data->realpat = hio_read16b(f); in get_patt()
/dports/games/powwow/powwow-1.2.17/
H A Dmain.c1124 char *tmp, *realpat = pat; in __P4() local
1170 realpat, pat); in __P4()