Searched refs:optIndex (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DSystemUI.c69 int optIndex; local
157 "option", TCL_EXACT, &optIndex ) != TCL_OK ) {
161 switch(optIndex) {
H A DExportCommand.c75 int optIndex;
124 "export option", TCL_EXACT, &optIndex ) != TCL_OK ) {
140 switch (optIndex) {
74 int optIndex; local
H A DTracksCommand.c214 int optIndex; local
756 "tracks media command", TCL_EXACT, &optIndex )
780 switch (optIndex) {
1019 "media type", TCL_EXACT, &optIndex ) != TCL_OK ) {
1023 switch (optIndex) {
1725 int optIndex;
1914 "tracks add picture/picturefile option", TCL_EXACT, &optIndex ) != TCL_OK ) {
1924 switch(optIndex) {
2263 "tracks add text option", TCL_EXACT, &optIndex )
2278 switch (optIndex) {
1724 int optIndex; local
2540 int optIndex; local
[all...]
H A DTimeCode.c249 int optIndex; local
295 "timecode new option", TCL_EXACT, &optIndex )
310 switch(optIndex) {
H A DMovieQTVRUtils.c709 int optIndex;
728 "hotspot setwiredactions option", TCL_EXACT, &optIndex ) != TCL_OK ) {
738 switch (optIndex) {
704 int optIndex; local
H A DQuickTimeTcl.c1698 int optIndex;
1722 "canopen option", TCL_EXACT, &optIndex ) != TCL_OK ) {
1738 switch(optIndex) {
1691 int optIndex; local
H A DMoviePlayer.c727 int optIndex; local
1866 "playhints option", TCL_EXACT, &optIndex ) != TCL_OK ) {
1891 switch (optIndex) {
2739 int optIndex; local
2760 "flatten option", TCL_EXACT, &optIndex ) != TCL_OK ) {
2772 switch (optIndex) {
/macosx-10.10/ntp-92/libopts/
H A Dreset.c35 pOpts->originalOptArgArray[ pOD->optIndex ].argString;
36 pOD->optCookie = pOpts->originalOptArgCookie[ pOD->optIndex ];
H A Dautoopts.c178 if (p->optActualIndex != pOD->optIndex) {
193 if (p->optActualIndex != pOD->optIndex) {
199 p->optActualIndex = pOD->optIndex;
212 pOD->optActualIndex = pOD->optIndex;
982 || (pOD->optEquivIndex == pOD->optIndex) ) do {
H A Dusage.c378 && (pOD->optIndex < pOptions->presetOptCt)
411 && (pOptions->specOptIdx.default_opt == pOD->optIndex))
H A Dsave.c661 pOpts->originalOptArgArray[pOD->optIndex].argString;
734 && (pOD->optEquivIndex != pOD->optIndex))
/macosx-10.10/ntp-92/sntp/libopts/
H A Dreset.c35 pOpts->originalOptArgArray[ pOD->optIndex ].argString;
36 pOD->optCookie = pOpts->originalOptArgCookie[ pOD->optIndex ];
H A Dautoopts.c178 if (p->optActualIndex != pOD->optIndex) {
193 if (p->optActualIndex != pOD->optIndex) {
199 p->optActualIndex = pOD->optIndex;
212 pOD->optActualIndex = pOD->optIndex;
982 || (pOD->optEquivIndex == pOD->optIndex) ) do {
H A Dusage.c378 && (pOD->optIndex < pOptions->presetOptCt)
411 && (pOptions->specOptIdx.default_opt == pOD->optIndex))
H A Dsave.c661 pOpts->originalOptArgArray[pOD->optIndex].argString;
734 && (pOD->optEquivIndex != pOD->optIndex))
/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h326 * is an illegal value for 'optIndex' (option description index).
334 * computation "optIndex +96". Since "optIndex" is limited to 100, ...
363 tAoUS const optIndex; /* PUBLIC */ member in struct:optDesc
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h326 * is an illegal value for 'optIndex' (option description index).
334 * computation "optIndex +96". Since "optIndex" is limited to 100, ...
363 tAoUS const optIndex; /* PUBLIC */ member in struct:optDesc

Completed in 308 milliseconds