Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/error/common/
H A Derrorinput.c259 (next_lastchar(wordv[1]) == '"') && in pccccom()
327 (next_lastchar(wordv[1]) == ')')) { in lint0()
542 (next_lastchar(wordv[1]) == '\'') && in troff()
595 (next_lastchar(wordv[1]) == '"') && in sunf77()
H A Derror.h223 char next_lastchar(char *string);
H A Derrorsubr.c154 next_lastchar(char *string) in next_lastchar() function