Home
last modified time | relevance | path

Searched refs:persperdexplode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/error/
H A Dinput.c384 if (persperdexplode(cur_wordv[1], &line, &file)) { in lint0()
421 && persperdexplode(cur_wordv[cur_wordc], &line2, &file2) in lint1()
422 && persperdexplode(cur_wordv[cur_wordc-2], &line1, &file1)) { in lint1()
464 if (persperdexplode(cur_wordv[3], &line, &file)) { in lint2()
H A Derror.h274 bool persperdexplode(char *, char **, char **);
H A Dsubr.c178 persperdexplode(char *string, char **r_perd, char **r_pers) in persperdexplode() function