Home
last modified time | relevance | path

Searched refs:newst (Results 51 – 75 of 102) sorted by relevance

12345

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/tls-1.5.5/Network/TLS/Context/
H A DInternal.hs247 let (a, newst) = runTLSState f st
248 in newst `seq` return (newst, a)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tls-1.5.5/Network/TLS/Context/
H A DInternal.hs247 let (a, newst) = runTLSState f st
248 in newst `seq` return (newst, a)
/dports/x11-wm/durden/durden-0.6.1/durden/
H A Ddurden.lua410 function durden_lock_toggle(newst, state)
412 not active_display().lock_override) and newst) then
418 i.sbar_ws["msg"]:switch_state(newst and "locked" or "active");
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/msdosfs/
H A Dmsdosfs_fat.c809 u_long len, newst, foundl, cn, l; in clusteralloc() local
833 newst = (start * 1103515245 + 12345) % (pmp->pm_maxcluster + 1); in clusteralloc()
836 for (cn = newst; cn <= pmp->pm_maxcluster;) { in clusteralloc()
853 for (cn = 0; cn < newst;) { in clusteralloc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/alacritech/
H A Dslic.h293 #define SLIC_GET_STATS_COUNTER(newst, st, counter) \ argument
298 newst = (st)->counter; \
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/alacritech/
H A Dslic.h293 #define SLIC_GET_STATS_COUNTER(newst, st, counter) \ argument
298 newst = (st)->counter; \
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/alacritech/
H A Dslic.h293 #define SLIC_GET_STATS_COUNTER(newst, st, counter) \ argument
298 newst = (st)->counter; \
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dcache1d.c22 char newst[BMAX_PATH+4]; in kzipopen() local
24 newst[0] = '|'; in kzipopen()
25 for(i=0;filnam[i] && (i < sizeof(newst)-2);i++) newst[i+1] = filnam[i]; in kzipopen()
26 newst[i+1] = 0; in kzipopen()
27 return(kzopen(newst)); in kzipopen()
/dports/net-im/tkabber/tkabber-1.1.2/
H A Dpresence.tcl404 set newst available
406 set newst $newstatus
409 send_presence $xlib $newst \
/dports/shells/pdksh/pdksh-5.2.14/
H A Deval.c305 SubType *newst; local
307 newst = (SubType *) alloc(
309 newst->next = (SubType *) 0;
310 newst->prev = st;
311 st->next = newst;
/dports/shells/oksh/oksh-7.0/
H A Deval.c316 SubType *newst; in expand() local
318 newst = alloc( in expand()
320 newst->next = NULL; in expand()
321 newst->prev = st; in expand()
322 st->next = newst; in expand()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dvfs.cpp51 char newst[BMAX_PATH+8]; in kzipopen() local
53 newst[0] = '|'; in kzipopen()
54 for (i=0; i < BMAX_PATH+4 && filnam[i]; i++) newst[i+1] = filnam[i]; in kzipopen()
55 newst[i+1] = 0; in kzipopen()
56 return kzopen(newst); in kzipopen()
/dports/devel/efl/efl-1.25.1/src/tests/evas/
H A Devas_test_textblock.c3643 Evas_Textblock_Style *newst; in EFL_START_TEST() local
3647 fail_if(!newst); in EFL_START_TEST()
3648 evas_textblock_style_set(newst, in EFL_START_TEST()
3672 Evas_Textblock_Style *newst; in EFL_START_TEST() local
3678 newst = evas_textblock_style_new(); in EFL_START_TEST()
3679 fail_if(!newst); in EFL_START_TEST()
3680 evas_textblock_style_set(newst, in EFL_START_TEST()
3787 evas_textblock_style_set(newst, in EFL_START_TEST()
3794 evas_textblock_style_set(newst, in EFL_START_TEST()
4037 Evas_Textblock_Style *newst; in EFL_START_TEST() local
[all …]
/dports/sysutils/heirloom/heirloom-070715/libuxre/
H A Dregdfa.c760 goto newst; in leftmost()
774 goto newst; in leftmost()
789 newst:; in leftmost()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Tex/
H A Dconservative_totex.cpp437 string newst= latex_get_style (news, newb, newe); in merge_styles() local
438 if (newst == oldst || oldst == "" || newst == "") return olds; in merge_styles()
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dbuild.py2865 newst = State(id=dep, path=None, source=None, manager=manager,
2868 newst = State(id=dep, path=None, source=None, manager=manager,
2874 if newst.path:
2875 newst_path = os.path.abspath(newst.path)
2881 '"{}" and "{}"'.format(seen_files[newst_path].id, newst.id),
2885 seen_files[newst_path] = newst
2887 assert newst.id not in graph, newst.id
2888 graph[newst.id] = newst
2889 new.append(newst)
/dports/shells/mksh/mksh/
H A Deval.c418 SubType *newst; in expand() local
420 newst = alloc(sizeof(SubType), ATEMP); in expand()
421 newst->next = NULL; in expand()
422 newst->prev = st; in expand()
423 st->next = newst; in expand()
/dports/graphics/bmeps/dktools-4.31.1/src/htmlbook/
H A Dhtmlbook.c1732 int newst = HB_SECTION_UNKNOWN; /* New section type */ in hb_process_line() local
1756 newst = dk3str_array_index(hb_section_names, p1, 0); in hb_process_line()
1757 if(0 <= newst) { in hb_process_line()
1758 job->secttype = 1 + newst; in hb_process_line()
/dports/math/R-cran-lava/lava/R/
H A Dcoef.R243 newst <- paste0(nn[i],symbol[1],nn[j]) functionVar
244 if (rownames(newrow)!=newst)
245 rownames(newrow) <- paste(rownames(newrow),newst,sep=":")
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/re2dfa/
H A Dre2dfa.c826 int newst = 0; /* 1 if we need a new start state */ in rd_dton() local
841 newst = 1; in rd_dton()
854 if (!newst) in rd_dton()
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DICML.hs476 newst = st{ links = (link_id, url):links st } function
479 in (cont, newst)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DICML.hs476 newst = st{ links = (link_id, url):links st } function
479 in (cont, newst)
/dports/games/freetennis/freetennis-0.4.8/
H A Dfreetennis.ml3695 let newst, newObLead, newObSlave, sounds =
3799 let newst = HPS_AutoSearchAfterOpening
3861 let newst = HPS_AutoSearchBeforeOpening
3932 let newst =
3979 let newst =
3991 let newst =
4020 let newst =
4035 let newst =
4047 let p = {p with hp_state = newst} in
4218 let newst, newObLead, newObSlave, sounds =
[all …]
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/spelling/hunspell/
H A Dhunspell.cxx769 char *newst = (char *) realloc(st, wl + 2); in suggest() local
770 if (newst == NULL) in suggest()
772 st = newst; in suggest()
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/hunspell/
H A Dhunspell.cxx769 char *newst = (char *) realloc(st, wl + 2); in suggest() local
770 if (newst == NULL) in suggest()
772 st = newst; in suggest()

12345