Searched defs:terminators (Results 1 – 4 of 4) sorted by relevance
58 static unsigned char terminators[] = { '\n', 0x15, 0x25 }; in recfmt() local
254 const char *terminators = ",) \t"; in split_triple() local
433 const char *terminators = ",) \t"; in top_down() local
1841 ucp_grab_token(char **line, cmd_pos_t *pos, const char *terminators) in ucp_grab_token()