Lines Matching refs:msgvec
712 int *msgvec; in flattencmd() local
715 msgvec = v; in flattencmd()
717 if (*msgvec) { /* a message was supplied */ in flattencmd()
718 for (ip = msgvec; *ip; ip++) { in flattencmd()
1047 tag1(int *msgvec, int and_bits, int xor_bits) in tag1() argument
1051 for (ip = msgvec; *ip != 0; ip++) in tag1()
1093 int *msgvec; in tagbelowcmd() local
1098 msgvec = v; in tagbelowcmd()
1101 mp = get_message(*msgvec); in tagbelowcmd()
1233 int *msgvec = v; in downcmd() local
1235 if ((mp = get_message(*msgvec)) == NULL || in downcmd()
1255 int *msgvec = v; in tsetcmd() local
1257 if ((mp = get_message(*msgvec)) == NULL) in tsetcmd()