Lines Matching refs:set

34 "	\acatfile\a. If set and message numbers collide, the new message"
56 "[s:set?Convert the \acatfile\a operand to a message set number and"
66 " [+$delset \an\a \acomment\a?This line deletes message set"
68 " denotes the set number [1, \bNL_SETMAX\b]]. Any"
69 " text following the set number is treated as a"
78 " [+$set \an\a \acomment\a?This line specifies the set"
80 " \b$set\b or end-of-file appears. \an\a denotes the set"
83 " contiguous. Any text following the set identifier is"
84 " treated as a comment. If no \b$set\b directive is"
86 " will be located in message set \b1\b.]"
95 " message catalogue with the set identifier specified by"
96 " the last \b$set\b directive, and with message"
230 int set = 0;
245 set = 1;
261 * set and list only need catfile
264 if (set)
278 for (set = 1; set <= mc->num; set++)
279 if (mc->set[set].num)
281 sfprintf(sfstdout, "$set %d\n", set);
282 for (num = 1; num <= mc->set[set].num; num++)
283 if (s = mc->set[set].msg[num])
296 for (set = 1; set <= mc->num; set++)
297 if (mc->set[set].num)
299 ccsfprintf(CC_NATIVE, CC_ASCII, sfstdout, "$set %d\n", set);
300 for (num = 1; num <= mc->set[set].num; num++)
301 if (s = mc->set[set].msg[num])
373 set = 1;
392 if (num < mc->num && mc->set[num].num)
393 for (i = 1; i <= mc->set[num].num; i++)
398 else if (streq(t, "set"))
404 set = num;
406 error(2, "set number expected");
420 if (mcput(mc, set, num, NiL))
421 error(2, "(%d,%d): cannot delete message", set, num);
443 error(2, "(%d,%d): %c quote expected", set, num, q);
465 error(2, "(%d,%d): characters after quote not expected", set, num);
471 if (mcput(mc, set, num, s))
472 error(2, "(%d,%d): cannot add message", set, num);