Home
last modified time | relevance | path

Searched refs:oldtc (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/avidemux-plugins/avidemux_2.7.6/addons/ffv1rec/
H A Dffv1video.c202 static int oldtc=0; in bufferit() local
243 fn = tcres - oldtc; in bufferit()
257 oldtc = tcres; in bufferit()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/addons/ffv1rec/
H A Dffv1video.c202 static int oldtc=0; in bufferit() local
243 fn = tcres - oldtc; in bufferit()
257 oldtc = tcres; in bufferit()
/dports/multimedia/avidemux/avidemux_2.7.6/addons/ffv1rec/
H A Dffv1video.c202 static int oldtc=0; in bufferit() local
243 fn = tcres - oldtc; in bufferit()
257 oldtc = tcres; in bufferit()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/addons/ffv1rec/
H A Dffv1video.c202 static int oldtc=0; in bufferit() local
243 fn = tcres - oldtc; in bufferit()
257 oldtc = tcres; in bufferit()
/dports/lang/intercal/intercal-0.31/src/
H A Dunravel.c133 ickthread* oldprev, *oldtc; in choicepoint() local
138 oldtc = topchoice; in choicepoint()
147 topchoice->choicepoint = oldtc; in choicepoint()
/dports/japanese/kterm/kterm-6.2.0.fb6/
H A Dmain.c3851 resize(screen, TermName, oldtc, newtc) in resize() argument
3854 register char *oldtc, *newtc;
3862 if ((ptr1 = strindex (oldtc, "co#")) == NULL){
3863 strcat (oldtc, "co#80:");
3864 ptr1 = strindex (oldtc, "co#");
3866 if ((ptr2 = strindex (oldtc, "li#")) == NULL){
3867 strcat (oldtc, "li#24:");
3868 ptr2 = strindex (oldtc, "li#");
3878 strncpy (newtc, oldtc, i = ptr1 - oldtc);
/dports/x11/xterm/xterm-370/
H A Dmain.c5476 char oldtc[TERMCAP_SIZE]; in resize_termcap() local
5478 strcpy(oldtc, newtc); in resize_termcap()
5479 TRACE(("resize %s\n", oldtc)); in resize_termcap()
5480 if ((ptr1 = x_strindex(oldtc, "co#")) == NULL) { in resize_termcap()
5481 strcat(oldtc, "co#80:"); in resize_termcap()
5482 ptr1 = x_strindex(oldtc, "co#"); in resize_termcap()
5484 if ((ptr2 = x_strindex(oldtc, "li#")) == NULL) { in resize_termcap()
5485 strcat(oldtc, "li#24:"); in resize_termcap()
5486 ptr2 = x_strindex(oldtc, "li#"); in resize_termcap()
5496 strncpy(newtc, oldtc, i = (size_t) (ptr1 - oldtc)); in resize_termcap()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DCutAndPaste.cpp798 DocumentClass const & oldtc = *oldone; in switchBetweenClasses() local
842 docstring const oldname = from_utf8(oldtc.name()); in switchBetweenClasses()