Home
last modified time | relevance | path

Searched refs:asklen (Results 1 – 7 of 7) sorted by relevance

/dports/japanese/sj3-lib/sj3-2.0.1.20/kanakan/
H A Dsetconj.c48 Int asklen; in cnjstrcmp() local
51 asklen = CnjAskLen(cnjp); in cnjstrcmp()
53 if (*saml < asklen) return CONT; in cnjstrcmp()
55 if (*saml > asklen) return OVER; in cnjstrcmp()
59 yptr += asklen; in cnjstrcmp()
H A Dfuzoku.c50 Int asklen, nkrlen; in fzkstrcmp() local
52 asklen = FzkAskLen(fzkp); in fzkstrcmp()
55 if (*saml < asklen) return CONT; in fzkstrcmp()
58 if (*saml > asklen) return OVER; in fzkstrcmp()
64 yptr += asklen; in fzkstrcmp()
/dports/misc/lifelines/lifelines-3.1.1/src/liflines/
H A Dlistui.c671 INT asklen, hgt, rows, waste; in activate_popup_list_uiwin() local
678 asklen = ld->listlen; in activate_popup_list_uiwin()
680 asklen += ld->details+2; in activate_popup_list_uiwin()
681 hgt = asklen+5; in activate_popup_list_uiwin()
/dports/editors/vim/vim-8.2.3745/src/
H A Dviminfo.c494 prepare_viminfo_history(int asklen, int writing) in prepare_viminfo_history() argument
504 viminfo_add_at_front = (asklen != 0 && !writing); in prepare_viminfo_history()
505 if (asklen > hislen) in prepare_viminfo_history()
506 asklen = hislen; in prepare_viminfo_history()
518 len = asklen; in prepare_viminfo_history()
/dports/games/tads/tads-3.0.8/tads2/
H A Dbif.c1151 int asklen; in bifsub() local
1170 asklen = runpopnum(ctx->bifcxrun); in bifsub()
1171 if (asklen < 0) runsig1(ctx->bifcxrun, ERR_INVVBIF, ERRTSTR, "substr"); in bifsub()
1178 else if (asklen > len - ofs) in bifsub()
1181 outlen = asklen; /* requested length can be provided */ in bifsub()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dbuilt_in.cpp1154 int asklen; in bifsub() local
1173 asklen = runpopnum(ctx->bifcxrun); in bifsub()
1174 if (asklen < 0) runsig1(ctx->bifcxrun, ERR_INVVBIF, ERRTSTR, "substr"); in bifsub()
1181 else if (asklen > len - ofs) in bifsub()
1184 outlen = asklen; /* requested length can be provided */ in bifsub()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dbuilt_in.cpp1154 int asklen; in bifsub() local
1173 asklen = runpopnum(ctx->bifcxrun); in bifsub()
1174 if (asklen < 0) runsig1(ctx->bifcxrun, ERR_INVVBIF, ERRTSTR, "substr"); in bifsub()
1181 else if (asklen > len - ofs) in bifsub()
1184 outlen = asklen; /* requested length can be provided */ in bifsub()