Lines Matching full:play
56 #define ASTS_PLAYING 0x11 /* Audio play operation in progress */
57 #define ASTS_PAUSED 0x12 /* Audio play operation paused */
58 #define ASTS_COMPLETED 0x13 /* Audio play operation successfully completed */
59 #define ASTS_ERROR 0x14 /* Audio play operation stopped due to error */
102 { CMD_PLAY, "play", 1, "min1:sec1[.fram1] [min2:sec2[.fram2]]" },
103 { CMD_PLAY, "play", 1, "track1[.index1] [track2[.index2]]" },
104 { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" },
105 { CMD_PLAY, "play", 1, "[#block [len]]" },
134 static int play(char *arg);
175 printf ("\n\tThe word \"play\" is not required for the play commands.\n"); in help()
176 printf ("\tThe plain target address is taken as a synonym for play.\n"); in help()
403 return play (arg); in run()
471 play(char *arg) in play() function
489 /* Play the whole disc */ in play()
499 /* Play block #blk [ len ] */ in play()
519 * Play MSF m1:s1 [ .f1 ] [ m2:s2 [ .f2 ] ] in play()
735 * Play track trk1 [ .idx1 ] [ trk2 [ .idx2 ] ] in play()