Lines Matching defs:pic
156 * getsubopt(3C). We start our search for an available pic _after_ the highest
174 * Find the first unavailable pic, after which we must start our search.
206 pic(int tok, char *val)
210 * Make sure the each pic only appears in the spec once.
213 strtoset_err(gettext("repeated 'pic%d' token\n"), picnum);
218 strtoset_err(gettext("missing 'pic%d' value\n"), picnum);
223 strtoset_err(gettext("pic%d cannot measure event '%s' on this "
364 * Each pic will have at least one attribute: the physical pic
431 (void) snprintf(toks[x], TOK_SIZE, "pic%d", i);
432 tok_info[x].name = "pic";
434 tok_funcs[x] = pic;