Home | History | Annotate | Download | only in lpc

Lines Matching defs:qq

942 	struct queue **qq;
968 for (qq = queue + nitems; --qq >= queue; ) {
970 for (cp = (*qq)->q_name+3; isdigit((unsigned char)*cp); )
978 if (touch(*qq) == 0) {
979 printf("\tmoved %s\n", (*qq)->q_name);
988 for (qq = queue + nitems; --qq >= queue; ) {
990 fp = fopen((*qq)->q_name, "r");
1000 if (touch(*qq) == 0) {
1001 printf("\tmoved %s\n", (*qq)->q_name);