Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/error/common/
H A Derrorinput.c329 if (persperdexplode(wordv[1], &line, &file)) { in lint0()
367 (persperdexplode(wordv[wordc], &line2, &file2)) && in lint1()
368 (persperdexplode(wordv[wordc-2], &line1, &file1))) { in lint1()
401 if (persperdexplode(wordv[3], &line, &file)) { in lint2()
H A Derror.h226 boolean persperdexplode(char *string, char **r_perd, char **r_pers);
H A Derrorsubr.c182 persperdexplode(char *string, char **r_perd, char **r_pers) in persperdexplode() function