Lines Matching refs:tokens
148 static char * const tokens[] = { variable
188 uint_t ntokens = sizeof (tokens) / sizeof (tokens[0]) - 1; in __tablecheck()
195 assert(strcmp(tokens[n], us3_keyvals[n].kv_token) == 0); in __tablecheck()
198 assert(strcmp(tokens[n], us2_keyvals[n].kv_token) == 0); in __tablecheck()
245 int idx = getsubopt(&opts, tokens, &value); in cpc_strtoevent()
258 tokens[idx]); in cpc_strtoevent()
267 tokens[idx]); in cpc_strtoevent()
302 idx < sizeof (tokens) / sizeof (tokens[0])) in cpc_strtoevent()
304 gettext("bad token '%s'\n"), tokens[idx]); in cpc_strtoevent()
409 tokens[D_pic0], pic[0], tokens[D_pic1], pic[1]); in cpc_eventtostr()
415 (void) strcat(strcat(buffer, ","), tokens[D_nouser]); in cpc_eventtostr()
417 (void) strcat(strcat(buffer, ","), tokens[D_sys]); in cpc_eventtostr()