Lines Matching defs:vector
69 * store the numbers into vector.
74 getmessage(char *buf, int *vector, int flags)
84 ip = vector;
88 * at the beginning of the vector.
97 * Add marked messages to vector and skip first
99 * beginning of the vector
108 return (ip - vector);
141 * store the numbers into vector.
147 getmsglist(char *buf, int *vector, int flags)
154 ip = vector;
159 return (ip - vector);